calculation typos

This commit is contained in:
gwen 2025-11-05 10:18:35 +01:00
parent e64a89990d
commit e511f07932

View file

@ -5,10 +5,12 @@ Calculation with a jinja type
In this section we will learn how to create new ways of calculation. In this section we will learn how to create new ways of calculation.
Up to now, our only way of dynamically (that is, during the runtime) calculating Up to now, our only way of dynamically (that is, during the runtime) calculating
a value is to point on another variable's value. But this is not the only way. a value is to point on another variable's value. But this is not the only way.
.. todo:: on peut aussi faire un exercice de ce genre pour la propriété mandatory
A jinja calculated variable's hidden property A jinja calculated variable's hidden property
------------------------------------------------ ------------------------------------------------
@ -168,9 +170,6 @@ the identifier's variable is named "identifier" by default. Sounds logical:
dynamic: dynamic:
- HTTPS - HTTPS
- SOCKS - SOCKS
dynamic:
- HTTPS
- SOCKS
Here the identifer's variable takes the value of the `dynamic` family parameter. Here the identifer's variable takes the value of the `dynamic` family parameter.
@ -253,10 +252,12 @@ In this jinja calculation we have a `my_identifier` jinja variable.
.. type-along:: The `when` and `when_not` parameter notation .. type-along:: The `when` and `when_not` parameter notation
.. todo:: ça devrait être sur une autre page. déplacer cela ailleurs
Handling the SOCKS version Handling the SOCKS version
---------------------------- ----------------------------
Now we need to handle the SOKS version as show in the firefox configuration screenshot: Now we need to handle the SOCKS version as show in the firefox configuration screenshot:
.. image:: images/firefox_soks_version.png .. image:: images/firefox_soks_version.png