mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-24 04:44:18 +08:00
posix-compliance: Reference the generated content via the include file.
- Move the copyright to the top of the generated file. - Add a glossary and references section.
This commit is contained in:
parent
55fcfaa4c2
commit
b2527535fd
7
posix-compliance/glossary.rst
Normal file
7
posix-compliance/glossary.rst
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
|
||||||
|
Glossary
|
||||||
|
********
|
||||||
|
|
||||||
|
.. glossary::
|
||||||
|
:sorted:
|
@ -43,5 +43,9 @@ to the Community Project hosted at http://www.rtems.org/.
|
|||||||
:numbered:
|
:numbered:
|
||||||
|
|
||||||
preface
|
preface
|
||||||
generated-posix-compliance
|
posix-compliance
|
||||||
|
glossary
|
||||||
|
zreferences
|
||||||
|
|
||||||
|
* :ref:`genindex`
|
||||||
|
* :ref:`search`
|
||||||
|
@ -98,8 +98,7 @@ cat_columns = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rst_defaults = {
|
rst_defaults = {
|
||||||
'header': ['.. comment SPDX-License-Identifier: CC-BY-SA-4.0',
|
'header': ['',
|
||||||
'',
|
|
||||||
'This chapter has a subsection per header file to detail the methods',
|
'This chapter has a subsection per header file to detail the methods',
|
||||||
'provided by RTEMS that are in that header file.',
|
'provided by RTEMS that are in that header file.',
|
||||||
'']
|
'']
|
||||||
|
@ -17,7 +17,8 @@ def gen_posix_rst(task):
|
|||||||
c.load(task.inputs[1].abspath())
|
c.load(task.inputs[1].abspath())
|
||||||
s = ['']
|
s = ['']
|
||||||
for standard in posix_rst.standards:
|
for standard in posix_rst.standards:
|
||||||
s += ['',
|
s += ['.. comment SPDX-License-Identifier: CC-BY-SA-4.0',
|
||||||
|
'',
|
||||||
posix_rst.standard_names[standard],
|
posix_rst.standard_names[standard],
|
||||||
'*' * len(posix_rst.standard_names[standard]),
|
'*' * len(posix_rst.standard_names[standard]),
|
||||||
''] + c.output(standard)
|
''] + c.output(standard)
|
||||||
|
6
posix-compliance/zreferences.rst
Normal file
6
posix-compliance/zreferences.rst
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
.. only:: html
|
||||||
|
|
||||||
|
References
|
||||||
|
**********
|
||||||
|
|
||||||
|
.. bibliography:: ../common/refs.bib
|
Loading…
x
Reference in New Issue
Block a user