diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 8ad3a3ffe..71d3ea34f 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -88,7 +88,7 @@ The structure files structured data We sometimes call 'structured datas' the datas that are in the structure files, - as opposed to :term:`user datas `\ . + as opposed to :term:`user datas `\ . 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. 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 :language: yaml :caption: A Rougail structure file with a variable named `proxy_mode`, with a description. - :name: RougailStructureFirstVariableDescription + :name: RougailStructureFirstVariableWithDescription .. %YAML 1.2 diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst index 08331aa98..6237843b0 100644 --- a/docs/tutorial/index.rst +++ b/docs/tutorial/index.rst @@ -49,3 +49,8 @@ At first glance we can see that we have a selection of five configuration option boolean dynfam calculation + + +.. prerequisites:: Prerequisites + + It is advisable to :tutorial:`Clone the tutorial Git repository <>` corresponding to this getting starting workshop.