diff --git a/docs/tutorial/underscore_parameter.rst b/docs/tutorial/underscore_parameter.rst index d088e6b4c..c9e926251 100644 --- a/docs/tutorial/underscore_parameter.rst +++ b/docs/tutorial/underscore_parameter.rst @@ -23,19 +23,19 @@ Name and parameter conflict Of course, you can also decide to copy/paste or download the tutorial files contents while following the tutorial steps. If you want to follow this tutorial with the help of the corresponding :tutorial:`rougail-tutorials git repository `, - this workshop page corresponds to the tag :tutorial:`v1.1_210 ` + this workshop page corresponds to the tag :tutorial:`v1.1_220 ` in the repository. :: git clone https://forge.cloud.silique.fr/stove/rougail-tutorials.git - git switch --detach v1.1_210 + git switch --detach v1.1_220 .. type-along:: Let's recap how far we've come We have this homogeneous elements type family in its structure definition file: -.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_202/foxyproxy/00-foxyproxy.yml +.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_210/foxyproxy/00-foxyproxy.yml :linenos: :language: yaml :caption: The `proxies` family with `sequence` type in the :file:`foxyproxy/00-foxyproxy.yml` structure file @@ -56,7 +56,7 @@ So the best way it to rename the `type` parameter to `_type` Let's create a family named `manual` which obviously corresponds to the proxy's manual configuration choice. -.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_210/foxyproxy/00-foxyproxy.yml +.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_220/foxyproxy/00-foxyproxy.yml :language: yaml :caption: The `proxies` family with `sequence` type and a variable with the name `type` in the :file:`foxyproxy/00-foxyproxy.yml` structure file diff --git a/docs/tutorial/variable_propertyerror.rst b/docs/tutorial/variable_propertyerror.rst index 9f1a6e695..a20c14375 100644 --- a/docs/tutorial/variable_propertyerror.rst +++ b/docs/tutorial/variable_propertyerror.rst @@ -15,12 +15,12 @@ Variable calculation with propertyerror Of course, you can also decide to copy/paste or download the tutorial files contents while following the tutorial steps. If you want to follow this tutorial with the help of the corresponding :tutorial:`rougail-tutorials git repository `, - this workshop page corresponds to the tag :tutorial:`v1.1_220 ` in the repository: + this workshop page corresponds to the tag :tutorial:`v1.1_230 ` in the repository: :: git clone https://forge.cloud.silique.fr/stove/rougail-tutorials.git - git switch --detach v1.1_220 + git switch --detach v1.1_230 We have now to add three new variables: @@ -41,7 +41,7 @@ This property allows you to disable errors in case of :ref:`access problems `: -.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/commit/v1.1_220/config/04/config.yml +.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/commit/v1.1_230/config/04/config.yml :linenos: :language: yaml :caption: The :file:`config/04/config.yml` user data @@ -104,13 +104,13 @@ If we launch the Rougail CLI: .. raw:: html :class: terminal - :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/commit/v1.1_220/config/04/cmd_ro.txt + :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/commit/v1.1_230/config/04/cmd_ro.txt We have this output: .. raw:: html :class: output - :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/commit/v1.1_220/config/04/output_ro.html + :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/commit/v1.1_230/config/04/output_ro.html As expected, the Firefox :ref:`namespace ` values are correctly copied into the FoxyProxy :ref:`namespace `.