This commit is contained in:
gwen 2025-11-05 09:38:36 +01:00
parent 7a20515114
commit 5cc1e50669
2 changed files with 7 additions and 2 deletions

View file

@ -88,7 +88,7 @@ The structure files
structured data structured data
We sometimes call 'structured datas' the datas that are in the structure files, We sometimes call 'structured datas' the datas that are in the structure files,
as opposed to :term:`user datas <user data>`\ . as opposed to :term:`user datas <user datas>`\ .
For example when a value of a variable is defined in the structured datas, that is For example when a value of a variable is defined in the structured datas, that is
in a structured file, the assigned value's status is that the variable's value is a default value. in a structured file, the assigned value's status is that the variable's value is a default value.
If the assigned value of the variable is defined in a user data file, If the assigned value of the variable is defined in a user data file,
@ -128,7 +128,7 @@ But it's better to describe this variable:
.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_011/firefox/00-proxy.yml .. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_011/firefox/00-proxy.yml
:language: yaml :language: yaml
:caption: A Rougail structure file with a variable named `proxy_mode`, with a description. :caption: A Rougail structure file with a variable named `proxy_mode`, with a description.
:name: RougailStructureFirstVariableDescription :name: RougailStructureFirstVariableWithDescription
.. ..
%YAML 1.2 %YAML 1.2

View file

@ -49,3 +49,8 @@ At first glance we can see that we have a selection of five configuration option
boolean boolean
dynfam dynfam
calculation calculation
.. prerequisites:: Prerequisites
It is advisable to :tutorial:`Clone the tutorial Git repository <>` corresponding to this getting starting workshop.