diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 9f6c7e850..85272b729 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -6,7 +6,7 @@ The variables Here is a :term:`structure file` example with only a variable **variable** named `proxy_mode` A variable can be defined without other informations. -.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_010/firefox/00-proxy.yml +.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_001/firefox/00-proxy.yml :language: yaml :caption: A Rougail structure file with a variable named `proxy_mode`, with a description. :name: RougailStructureFirstVariable @@ -21,7 +21,7 @@ A variable can be defined without other informations. 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_001/firefox/00-proxy.yml :language: yaml :caption: A Rougail structure file with a variable named `proxy_mode`, with a description. :name: RougailStructureFirstVariableWithDescription @@ -37,7 +37,7 @@ But it's better to describe this variable: The same with a default value: -.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_012/firefox/00-proxy.yml +.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_003/firefox/00-proxy.yml :language: yaml :caption: A Rougail structure file with a variable named `proxy_mode`, with a default value. :name: RougailStructureFirstVariableDefault diff --git a/docs/tutorial/calculated.rst b/docs/tutorial/calculated.rst index 0e002292a..f3c1bdf74 100644 --- a/docs/tutorial/calculated.rst +++ b/docs/tutorial/calculated.rst @@ -33,7 +33,16 @@ the :file:`10-manual.yml` and the :file:`20-manual.yml` structure file: .. raw:: html :class: output - :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_042/tree.html + :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_040/tree.html + +.. +
+ .
+ └── firefox
+ ├── 00-proxy.yml
+ ├── 10-manual.yml
+ └── 20-manual.yml
+