Skip to content

Commit 14fb03c

Browse files
update some needextend directives to affect only the current file (#3158)
1 parent 7a7ac3e commit 14fb03c

6 files changed

Lines changed: 6 additions & 8 deletions

File tree

docs/features/baselibs/docs/architecture/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,6 @@ Interfaces
249249
:safety: ASIL_B
250250
:status: valid
251251
:version: 1
252+
253+
.. needextend:: "c.this_doc()"
254+
:+tags: baselibs

docs/features/baselibs/docs/requirements/chklst_req_inspection.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
:safety: ASIL_B
2121
:security: YES
2222
:realizes: wp__requirements_inspect[version==1]
23+
:tags: baselibs
2324

2425

2526
Requirement Inspection Checklist

docs/features/baselibs/docs/requirements/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,5 @@ Requirements
222222
calculation (e.g. SHA-256, SHA-512) and checksum algorithms (e.g. CRC-32) over
223223
byte data and streams via a pluggable interface.
224224

225-
.. needextend:: is_external == False and "__baselibs" in id
225+
.. needextend:: "c.this_doc()"
226226
:+tags: baselibs

docs/features/baselibs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Base Libraries
2222
:status: valid
2323
:version: 1
2424
:safety: ASIL_B
25-
:tags: feature_request
25+
:tags: feature_request, baselibs
2626
:security: YES
2727
:realizes: wp__feat_request[version==1]
2828

docs/modules/orchestrator/executor/docs/requirements/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,3 @@ Requirements
6262
- Replace the example content by the real content for your first requirement (according to :need:`gd_guidl__req_engineering`)
6363
- Set the status to valid and start the review/merge process
6464
- Add other needed requirements for your feature
65-
66-
.. needextend:: "component_name" in id and is_external == False
67-
:+tags: component_name

docs/modules/orchestrator/orchestrator/docs/requirements/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,3 @@ Requirements
6262
- Replace the example content by the real content for your first requirement (according to :need:`gd_guidl__req_engineering`)
6363
- Set the status to valid and start the review/merge process
6464
- Add other needed requirements for your feature
65-
66-
.. needextend:: "component_name" in id and is_external == False
67-
:+tags: component_name

0 commit comments

Comments
 (0)