rougail/docs
2026-06-21 18:59:09 +02:00
..
_static docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
ext docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
format_content docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
images docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
install fix: requirement.txt 2026-06-21 18:59:09 +02:00
library docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
output docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
structured_data docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
tutorial docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
user_data docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
.gitignore docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
abstract.rst docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
cli.rst docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
conf.py docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
configuration.rst docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
developer.rst docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
documentation.rst docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
helper_prerequisites.py docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
helper_type_along.py docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
index.rst docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
install.rst docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
Makefile docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
readme.txt docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
release.rst docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
requirements.txt docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
rw_ro_modes.rst docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
tiramisu.rst docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00
vac.rst docs(new-version): add new version of the doc 2026-06-21 11:13:06 +02:00

Building the doc locally
============================

install
---------

First, install a python virtual environment::

    python -m venv .venv
    source .venv/bin/activate

Then install the sphinx libraries::

    pip install -r requirements.txt

The generatef html output is located in the `docs/build/html` subfolder,
you can modify the target or the output type in the :file:`docs/Makefile`.

scraps
---------

`variable <https://en.wikipedia.org/wiki/Variable_(computer_science)>`_