From 9d67d931072db0dc4a9516e49b2d1a7dae686da5 Mon Sep 17 00:00:00 2001 From: gwen Date: Sat, 8 Nov 2025 09:50:20 +0100 Subject: [PATCH] installation --- docs/install/requirements.txt | 12 ++++++++++++ docs/tutorial/preliminary.rst | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 docs/install/requirements.txt diff --git a/docs/install/requirements.txt b/docs/install/requirements.txt new file mode 100644 index 000000000..8aada3b85 --- /dev/null +++ b/docs/install/requirements.txt @@ -0,0 +1,12 @@ +rougail==1.2.0a42 +rougail-cli==0.2.0a30 +rougail-output-ansible==0.2.0a17 +rougail-output-console==0.2.0a18 +rougail-output-doc==0.2.0a37 +rougail-output-formatter==0.1.0a21 +rougail-output-json==0.2.0a13 +rougail-user-data-bitwarden==0.1.0a25 +rougail-user-data-environment==0.1.0a14 +rougail-user-data-yaml==0.2.0a15 +tiramisu==5.2.0a17 +tiramisu-cmdline-parser==0.7.0a3 diff --git a/docs/tutorial/preliminary.rst b/docs/tutorial/preliminary.rst index 2ad979834..ece62192c 100644 --- a/docs/tutorial/preliminary.rst +++ b/docs/tutorial/preliminary.rst @@ -251,7 +251,7 @@ Most of the time, the integrator and the operator are one and the same person, h In our firefox use case, the real type of the `proxy_mode` variable will be now set as a `choice` type: -.. seealso:: The definition of the :term:`choice type variable ` +.. seealso:: Have a look at the definition of the :term:`choice type variable ` .. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_004/firefox/00-proxy.yml :linenos: @@ -299,8 +299,8 @@ The `proxy_mode` variable here, implicitely requires a value. It is a :term:`man As we set the `proxy_mode` variable as `No proxy` by default, we actually have specified a value, and the value appears in yellow, which means : "set by default". -Container type ------------------ +The constraints that come with the `choice` type +---------------------------------------------------- We say that the `proxy_mode` variable is *constrained* (by the `choice` type).