diff --git a/docs/structured_data/data_integrity.rst b/docs/structured_data/data_integrity.rst index ee5e3d508..9e8069e13 100644 --- a/docs/structured_data/data_integrity.rst +++ b/docs/structured_data/data_integrity.rst @@ -34,16 +34,27 @@ Access control Overall coherence ----------------- -An isolated variable can be considered to be of quality but become inconsistent depending on the context. - -.. index:: consistency Consistency ~~~~~~~~~~~ -For example, if a minimum value and then a maximum value are requested, the minimum must be lesser than the maximum. +.. glossary:: -Overall consistency is initially managed by personalized validators which will validate the value of a variable in relation to others. + consistency + + Consistency corresponds to what current market tools offer; + first it is a typed base validation, and then it is a schema-based validation. + + For example, if a minimum value and then a maximum value are requested, + the minimum must be lesser than the maximum. + + conherence + + An isolated variable can be considered to be of quality + but become inconsistent depending on the context. + + Overall coherence is initially managed by personalized validators + which will validate the value of a variable in relation to others. Context access control ~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/tutorial/sequence.rst b/docs/tutorial/sequence.rst index 06ca68f46..52723f633 100644 --- a/docs/tutorial/sequence.rst +++ b/docs/tutorial/sequence.rst @@ -128,25 +128,19 @@ And the Rougail output is: ┃ YAML file "config/02/config.yml" ┗━━ πŸ““ color (Color): #66cc66 β—€ loaded from the YAML file "config/02/config.yml" - -FIXME: je ne comprends pas bien pourquoi on a title qui est une espΓ¨ce de multi Γ  elle seule dans le output - -:: - - ┗━━ πŸ“‚ title (Title or Description) - ┣━━ πŸ““ title (Title or Description): My company β—€ loaded from the - ┃ YAML file "config/02/config.yml" - ┗━━ πŸ““ color (Color): #66cc66 β—€ loaded from the YAML file - "config/02/config.yml" - .. seealso:: You can have a look at the Rougail format pages :ref:`Sequence of homogeneous elements ` - .. keypoints:: let's review the key points + **Keywords** + + Sequence. We saw a :term:`sequence` type family, which full name is :ref:`Sequence of homogeneous elements `. - - + + What is remarkable here is that we are dealing with a new form of :ref:`consistency` + which focuses on variables that are similar within a family, + not because they have the same type, but because, as they are lists, + they must have the same number of elements.