diff --git a/docs/tutorial/calculated.rst b/docs/tutorial/calculated.rst index a252fe651..588c58953 100644 --- a/docs/tutorial/calculated.rst +++ b/docs/tutorial/calculated.rst @@ -36,8 +36,8 @@ the :file:`10-manual.yml` and the :file:`20-manual.yml` structure file: :class: output :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_042/tree.html -Here is the new :file:`20-manual.yml` file, which looks like the :file:`10-manual.yml` file -except that it is dedicated to the HTTPS protocol: +As a reminder, here is the :file:`20-manual.yml` structure file, which looks like the :file:`10-manual.yml` file +except that it is dedicated to the HTTPS protocol :ref:`and a boolean variable that we saw earlier `: .. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/commit/v1.1_040/firefox/20-manual.yml :linenos: diff --git a/docs/tutorial/domainname.rst b/docs/tutorial/domainname.rst index 970c41ee0..6ff901a1e 100644 --- a/docs/tutorial/domainname.rst +++ b/docs/tutorial/domainname.rst @@ -374,6 +374,8 @@ And we have this output: We observe that, as with the `domainname` type, a number of validations are performed to ensure that the value assigned to this variable conforms to the `port` type. +.. _boolean_variable: + A variable with type `boolean` -----------------------------------