diff --git a/docs/library/index.rst b/docs/library/index.rst index 5ab547abd..fb74a5b14 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -20,7 +20,7 @@ To load the configuration you must import the `RougailConfig` class and set the Let's convert a our first structural file ----------------------------------------- -As a reminder, a :term:`structure file` is a set of instructions that will allow us to create :term:`families` and :term:`variables`. +As a reminder, a :term:`structure file` is a set of instructions that will allow us to create :term:`families ` and :term:`variables `. Let's start by creating a simple structure file. diff --git a/docs/tutorial/preliminary.rst b/docs/tutorial/preliminary.rst index aa95c14a5..fa9e0dc2e 100644 --- a/docs/tutorial/preliminary.rst +++ b/docs/tutorial/preliminary.rst @@ -30,7 +30,7 @@ Creating a structure file rougail-tutorials └── firefox -    └── 00-proxy.yml + └── 00-proxy.yml - Let's make a :file:`rougail-tutorials` directory, with a :file:`firefox` subfolder. - First, we will create a :term:`structure file `, so let's create a :file:`00-proxy.yml` file diff --git a/docs/tutorial/proxymode.rst b/docs/tutorial/proxymode.rst index 5b00ff08c..3578862ce 100644 --- a/docs/tutorial/proxymode.rst +++ b/docs/tutorial/proxymode.rst @@ -145,7 +145,7 @@ Now we need to set a value ​​for the :confval:`address` variable, otherwise we will get an error if we try to access this variable: .. raw:: html - :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_012/config/01/output_rw.html + :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/src/tag/v1.1_012/config/01/output_ro.html :class: error-box .. @@ -175,7 +175,7 @@ And we need to set the values ​​in separate files too, called `user data fil Here is a user data file sample: -.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_012/config/03/config.yaml +.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_012/config/03/config.yml :language: yaml :caption: A user file named :file:`config/config.yaml` with a value set for the `address` variable :name: RougailAddresseVariableUserValue