From 42d5762a5f4002caa9aeebd58db9b861e0b0e67a Mon Sep 17 00:00:00 2001 From: gwen Date: Mon, 27 Oct 2025 18:22:40 +0100 Subject: [PATCH] doc(typo): wrong image relative path --- docs/check.rst | 2 +- docs/library/index.rst | 6 +++--- docs/library/parse.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/check.rst b/docs/check.rst index 82ccd7f3f..192761521 100644 --- a/docs/check.rst +++ b/docs/check.rst @@ -230,7 +230,7 @@ An example with an index type parameter: - val1 - val2 follower1: - type: number + type: integer validators: - type: jinja jinja: | diff --git a/docs/library/index.rst b/docs/library/index.rst index eb3ce2e18..320fa3c4a 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -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: diff --git a/docs/library/parse.rst b/docs/library/parse.rst index 6aa096951..1a06c531d 100644 --- a/docs/library/parse.rst +++ b/docs/library/parse.rst @@ -35,7 +35,7 @@ First of all, create our structural file: ... Walk through our config ----------------------- +------------------------- Create our first script to walk through our config: