doc(typo): wrong image relative path
This commit is contained in:
parent
22a5621c5d
commit
42d5762a5f
3 changed files with 5 additions and 5 deletions
|
|
@ -230,7 +230,7 @@ An example with an index type parameter:
|
|||
- val1
|
||||
- val2
|
||||
follower1:
|
||||
type: number
|
||||
type: integer
|
||||
validators:
|
||||
- type: jinja
|
||||
jinja: |
|
||||
|
|
|
|||
|
|
@ -56,18 +56,18 @@ The operator role
|
|||
|
||||
The :term:`operator` role corresponds to the :term:`tiramisu` settings:
|
||||
|
||||
.. image:: images/tiramisu_get_set.png
|
||||
.. image:: ../images/tiramisu_get_set.png
|
||||
|
||||
.. index:: questionary
|
||||
|
||||
But instead of coding in the end user developer way, the opterator will prefer using the Rougail CLI interface:
|
||||
|
||||
.. image:: images/QuestionaryChoice.png
|
||||
.. image:: ../images/QuestionaryChoice.png
|
||||
|
||||
|
||||
The Rougail CLI can output a rather complete view of the dataset:
|
||||
|
||||
.. image:: images/UserDataOutput.png
|
||||
.. image:: ../images/UserDataOutput.png
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ First of all, create our structural file:
|
|||
...
|
||||
|
||||
Walk through our config
|
||||
----------------------
|
||||
-------------------------
|
||||
|
||||
Create our first script to walk through our config:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue