You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-to-integrate/example/index.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,21 +30,21 @@ This is a rendered example of the 'examples/linking-both' folder using the `docs
30
30
31
31
Some content to make sure we also can render this
32
32
This is a link to an external need inside the 'score' documentation.
33
-
:need:`SCORE_feat_req__persistency__config_file`.
33
+
:need:`PROCESS_gd_req__req__attr_uid`.
34
34
Note how it starts with the defined prefix but in UPPERCASE. This comes from sphinx-needs, `see here <https://github.com/useblocks/sphinx-needs/blob/master/sphinx_needs/external_needs.py#L119>`_
Copy file name to clipboardExpand all lines: docs/how-to-integrate/example/testing/index.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,18 +25,18 @@ This example will help catch things and bugs when rst's are defined inside a fol
25
25
26
26
Some content to make sure we also can render this.
27
27
This is a link to an external need inside the 'score' documentation.
28
-
:need:`SCORE_feat_req__persistency__config_file`.
28
+
:need:`PROCESS_gd_req__req__attr_uid`
29
29
Note how it starts with the defined prefix but in UPPERCASE. This comes from sphinx-needs, `see here <https://github.com/useblocks/sphinx-needs/blob/master/sphinx_needs/external_needs.py#L119>`_
0 commit comments