π External Data ExamplesΒΆ
GithubΒΆ
LinksΒΆ
Links to GitHub objects are set directly in the Sphinx-Needs objects by using string-links.
See for instance the github option of Lane Marking Detection Algo... (SWREQ_001) or Lane Deviation Warning (SWREQ_002)
PRsΒΆ
Bring an ADAS Automotive example into the Demonstration.
Available under https://sphinx-needs-
demo.readthedocs.io/en/latest/automotive-adas/index.html
|
Show used documentation code.
.. needservice:: github-prs
:specific: useblocks/sphinx-needs-demo/3
:layout: adas
.. needextend:: GH_PR_3
:+links: SWREQ_001
IssuesΒΆ
Update to SN 5.0.0 and use c.this_doc() (url)
|
|||||
Replace instances of
`:filter: docname is not None and "automotive-adas" in
docname`
with
`:filter: c.this_docs()`
See: https://sphinx-
needs.readthedocs.io/en/latest/filter.html#filtering-for-
needs-on-the-current-page
|
|||||
ADAS: Lane Deviation Warning (url)
|
|||||
Implement a feature to trigger warnings if the vehicle
deviates from its lane without proper signaling.
*This is an example ticket for a [demonstrator
object](https://sphinx-needs-
demo.readthedocs.io/en/latest/automotive-
adas/swe_1_sw_req_analysis.html#SWREQ_002*).*
|
|||||
Show used documentation code.
.. needservice:: github-issues
:query: repo:useblocks/sphinx-needs-demo adas
:id_prefix: GH_ISSUE_
.. needextend:: "Lane Marking" in title
:+links: SWREQ_001
.. needextend:: "Lane Deviation" in title
:+links: SWREQ_002
JiraΒΆ
LinksΒΆ
Links to Jira objects are set directly in the Sphinx-Needs objects by using string-links.
See for instance the jira option of Lane Keeping Assistance (NEED_001) or Lane Detection Algorithm (REQ_001)

