Skip to content

Commit a6c1245

Browse files
authored
Improvement: Add documentation list (#305)
* add documentation list * rebase
1 parent 1d7bf85 commit a6c1245

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

index.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,19 @@ Module / Feature Documentation
100100
docs/security_mgt/index
101101
docs/verification_report/module_verification_report
102102

103+
104+
Module / Feature documentation overview
105+
+++++++++++++++++++++++++++++++++++++++
106+
107+
.. needtable::
108+
:filter: docname is not None and ("features" in docname or "manuals" in docname or "release" in docname or "safety_mgt" in docname or "security_mgt" in docname or "verification_report" in docname)
109+
:style: table
110+
:types: document
111+
:columns: title;id;safety;security;status
112+
:colwidths: 25,35,15,15,15
113+
:sort: title
114+
115+
103116
Component documentation
104117
-------------------------------
105118

@@ -109,6 +122,16 @@ Component documentation
109122
score/json/docs/index
110123
score/kvs/index
111124

125+
Component documentation overview
126+
++++++++++++++++++++++++++++++++
127+
128+
.. needtable::
129+
:filter: docname is not None and "score" in docname
130+
:style: table
131+
:types: document
132+
:columns: title;id;safety;security;status
133+
:colwidths: 25,35,15,15,15
134+
:sort: title
112135

113136
Examples
114137
--------

0 commit comments

Comments
 (0)