derniere relecture
This commit is contained in:
parent
01c4325b86
commit
c850c11e98
2 changed files with 12 additions and 12 deletions
|
|
@ -4,7 +4,7 @@ Tutorial with a real world sample
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
Here is a fairly complete tutorial, it is a use case that comes from the real world.
|
Here is a fairly complete tutorial, it is a use case that comes from the real world.
|
||||||
At the end of the tutorial you will have a good understanding of rougail.
|
At the end of the tutorial you will have a good understanding of Rougail.
|
||||||
|
|
||||||
.. objectives:: Objectives
|
.. objectives:: Objectives
|
||||||
|
|
||||||
|
|
@ -32,15 +32,6 @@ We'll call the variables **configuration options** since that's what the variabl
|
||||||
|
|
||||||
Let's dive into this **configuration options validation** use case.
|
Let's dive into this **configuration options validation** use case.
|
||||||
|
|
||||||
Presentation of the firefox configuration options
|
|
||||||
--------------------------------------------------
|
|
||||||
|
|
||||||
At first glance we can see that we have a selection of five configuration options that we need to fill in, they are highlighted here in this screenshot:
|
|
||||||
|
|
||||||
.. image:: images/firefox_01.png
|
|
||||||
|
|
||||||
We'll learn in this tutorial how to set the values of the configuration options in a clean way with the Rougail library.
|
|
||||||
|
|
||||||
.. prerequisites:: Important advice
|
.. prerequisites:: Important advice
|
||||||
|
|
||||||
It is advisable to follow this tutorial with the help of the corresponding :tutorial:`Rougail git repository tutorial <src/branch/1.1>`.
|
It is advisable to follow this tutorial with the help of the corresponding :tutorial:`Rougail git repository tutorial <src/branch/1.1>`.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,16 @@
|
||||||
Getting started
|
Getting started
|
||||||
====================
|
====================
|
||||||
|
|
||||||
.. objectives:: Objectives
|
Presentation of the firefox configuration options
|
||||||
|
--------------------------------------------------
|
||||||
|
|
||||||
|
At first glance we can see that we have a selection of five configuration options that we need to fill in, they are highlighted here in this screenshot:
|
||||||
|
|
||||||
|
.. image:: images/firefox_01.png
|
||||||
|
|
||||||
|
We'll learn in this tutorial how to set the values of the configuration options in a clean way with the Rougail library.
|
||||||
|
|
||||||
|
.. objectives:: Objectives of this section
|
||||||
|
|
||||||
We will learn how to:
|
We will learn how to:
|
||||||
|
|
||||||
|
|
@ -108,7 +117,7 @@ We can therefore deduce the fact that:
|
||||||
|
|
||||||
.. admonition:: Fact
|
.. admonition:: Fact
|
||||||
|
|
||||||
Once defined, an option configuration :term:`value` is :term:`mandatory`.
|
Once defined, an option configuration :term:`value` is :term:`mandatory` by default.
|
||||||
That is to say, it is absolutely necessary to assign a value to this variable.
|
That is to say, it is absolutely necessary to assign a value to this variable.
|
||||||
|
|
||||||
Rougail expects the `proxy_mode` configuration option's value to be set.
|
Rougail expects the `proxy_mode` configuration option's value to be set.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue