rougail/docs/index.rst

67 lines
1.8 KiB
ReStructuredText
Raw Normal View History

2023-12-17 20:25:53 +01:00
.. meta::
:description: Rougail python library home page
:keywords: python, Rougail, Tiramisu
:http-equiv=Pragma: no-cache
.. title:: Rougail
Rougail
===========
2024-10-15 15:50:01 +02:00
.. todolist::
2023-12-17 20:25:53 +01:00
.. image:: images/logo.png
- is a `delicious cooked dish <https://fr.wikipedia.org/wiki/Rougail>`_ from the Mauritius and Reunion Islands,
- it is also a `Python3 <https://www.python.org/>`_ library which enables us to conveniently load application :term:`variable`\ s in a simple `YAML <https://yaml.org/>`_ format in such a way that the end user consumer can handle them consistently (that is, against an user-defined consistency).
In other words, using Rougail in your application or your python libraries can tansform end user consumer defined consistency rules into highly consistent business objects.
We then have to say that the handling system used to ensure the variables integrity is another python library, called :term:`Tiramisu`. Rougail is currently strongly affiliated with Tiramisu.
.. note:: Rougail is currently intended to work in coordination with :term:`Tiramisu` and **is not** intended to be connected with any other consistency handling system.
Explained differently, Rougail allows you to easily implement an integration of the powerful tiramisu consistency handling system.
.. toctree::
:titlesonly:
:caption: Getting started
gettingstarted
2024-10-14 14:05:23 +02:00
tutorial/index
2023-12-17 20:25:53 +01:00
.. toctree::
:titlesonly:
:caption: The dictionaries
dictionary
dict_convention
2024-10-15 15:50:01 +02:00
2023-12-17 20:25:53 +01:00
.. toctree::
:titlesonly:
:caption: The variables
variable
family
fill
Value checks <check>
condition
2024-10-15 15:50:01 +02:00
2024-10-21 15:25:00 +02:00
.. toctree::
:titlesonly:
:caption: The library
library
configuration
2023-12-17 20:25:53 +01:00
.. toctree::
:titlesonly:
:caption: Notes
2024-10-15 15:50:01 +02:00
2023-12-17 20:25:53 +01:00
developer
.. rubric:: Index page
- :ref:`genindex`