Skip to content

Commit

Permalink
chore: fix glossary by adding review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
xxthunder committed Apr 16, 2024
1 parent 3f9f05c commit 533fc29
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions docs/getting_started/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ If a ``config.txt`` file is present in the :ref:`variant <glossary_variant>` dir
Pipeline
--------

A pipeline is a directed graph of steps with a single entry point and a single exit point. The steps are executed in a specific order.
A pipeline is a directed graph of :ref:`steps <glossary_step>` with a single entry point and a single exit point. The :ref:`steps <glossary_step>` are executed in a specific order.


.. _glossary_platform:
Expand Down Expand Up @@ -137,6 +137,14 @@ A quality gate is a check of quality criteria at the end of a pipeline.
It is defined by the development team, e.g., by a test manager inside the pipeline configuration.
It protects a branch of a repository.

.. _glossary_release:

Release
-------

A software version that fulfills a complete set of quality criteria. Usually this is sent to a customer.


.. _glossary_snapshot:

Snapshot
Expand All @@ -145,13 +153,7 @@ Snapshot
A software version that fulfills a certain set of quality criteria. Might be sent to a customer.


.. _glossary_release:

Release
-------

A software version that fulfills a complete set of quality criteria. Usually this is sent to a customer.

.. _glossary_spl:

Software Product Line (SPL)
---------------------------
Expand All @@ -164,6 +166,8 @@ But they all start from some common :ref:`components <glossary_component>` like
Thinking this way, making a new software is like building a new car but faster and easier because we already have the :ref:`components <glossary_component>` we need.


.. _glossary_spl_core:

SPL Core
--------

Expand Down

0 comments on commit 533fc29

Please sign in to comment.