[PATCH 4/4] eng: Add glossary

Sebastian Huber sebastian.huber at embedded-brains.de
Tue Jan 7 14:29:42 UTC 2020


Generated by "./waf regenerate".

Update #3715.
---
 eng/glossary.rst | 39 +++++++++++++++++++++++++++++++++++++++
 eng/index.rst    |  1 +
 eng/wscript      |  2 +-
 3 files changed, 41 insertions(+), 1 deletion(-)
 create mode 100644 eng/glossary.rst

diff --git a/eng/glossary.rst b/eng/glossary.rst
new file mode 100644
index 0000000..5f3b759
--- /dev/null
+++ b/eng/glossary.rst
@@ -0,0 +1,39 @@
+.. SPDX-License-Identifier: CC-BY-SA-4.0
+
+.. Automatically generated by "./waf regenerate"
+
+Glossary
+********
+
+.. glossary::
+   :sorted:
+
+   ABI
+      An accronym for Application Binary Interface.
+   API
+      An acronym for Application Programming Interface.
+   CCB
+      An acronym for Change Control Board.
+   Doorstop
+      `Doorstop <https://github.com/doorstop-dev/doorstop>`_ is a
+      requirements management tool.
+   EARS
+      An acronym for Easy Approach to Requirements Syntax.
+   GNAT
+      *GNAT* is the :term:`GNU` compiler for Ada, integrated into the
+      :term:`GCC`.
+   ISVV
+      An acronym for Independent Software Verification and Validation.
+   ReqIF
+      An abbreviation for
+      `Requirements Interchange Format <https://www.omg.org/spec/ReqIF/About-ReqIF/>`_.
+   software item
+      See :term:`software product`.
+   source code
+      This project uses the *source code* definition of the
+      `Linux Information Project <http://www.linfo.org/source_code.html>`_:
+      "Source code (also referred to as source or code) is the version of
+      software as it is originally written (i.e., typed into a computer) by a
+      human in plain text (i.e., human readable alphanumeric characters)."
+   YAML
+      An acronym for `YAML Ain't Markup Language <https://yaml.org/>`_.
diff --git a/eng/index.rst b/eng/index.rst
index ed314a9..a317727 100644
--- a/eng/index.rst
+++ b/eng/index.rst
@@ -37,4 +37,5 @@ RTEMS Software Engineering (|version|)
     appendix-a
     function_and_variable
     concept
+    glossary
     zreferences
diff --git a/eng/wscript b/eng/wscript
index 6bbe351..7ef6896 100644
--- a/eng/wscript
+++ b/eng/wscript
@@ -5,4 +5,4 @@ from common.waf import spell
 from common.waf import cmd_spell
 from common.waf import linkcheck
 from common.waf import cmd_linkcheck
-from common.waf import cmd_regenerate
+from common.glossary import cmd_regenerate
-- 
2.16.4



More information about the devel mailing list