From 3823642352da10670405d8508b176e9d770e1cf4 Mon Sep 17 00:00:00 2001 From: gwen Date: Fri, 9 Jan 2026 11:27:00 +0100 Subject: [PATCH] https domainname --- docs/tutorial/calculated.rst | 4 ++-- docs/tutorial/domainname.rst | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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` -----------------------------------