File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
features/feature_name/safety_planning
modules/module_name/docs/safety_mgt Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ Feature Requirements Status
115115---------------------------
116116
117117.. needtable ::
118+ :filter: "feature_name" in docname and "requirements" in docname and docname is not None
118119 :style: table
119120 :types: feat_req
120121 :tags: feature_name
@@ -126,6 +127,7 @@ Feature AoU Status
126127------------------
127128
128129.. needtable ::
130+ :filter: "feature_name" in docname and "requirements" in docname and docname is not None
129131 :style: table
130132 :types: aou_req
131133 :tags: feature_name
@@ -137,6 +139,7 @@ Feature Architecture Status
137139---------------------------
138140
139141.. needtable ::
142+ :filter: "feature_name" in docname and "requirements" in docname and docname is not None
140143 :style: table
141144 :types: feat_arc_sta; feat_arc_dyn
142145 :tags: feature_name
Original file line number Diff line number Diff line change @@ -316,6 +316,7 @@ Component Requirements Status
316316-----------------------------
317317
318318.. needtable ::
319+ :filter: "component_name" in docname and "requirements" in docname and docname is not None
319320 :style: table
320321 :types: comp_req
321322 :tags: component_name
@@ -327,6 +328,7 @@ Component AoU Status
327328--------------------
328329
329330.. needtable ::
331+ :filter: "component_name" in docname and "requirements" in docname and docname is not None
330332 :style: table
331333 :types: aou_req
332334 :tags: component_name
@@ -338,6 +340,7 @@ Component Architecture Status
338340-----------------------------
339341
340342.. needtable ::
343+ :filter: "component_name" in docname and "requirements" in docname and docname is not None
341344 :style: table
342345 :types: comp_arc_sta; comp_arc_dyn
343346 :tags: component_name
You can’t perform that action at this time.
0 commit comments