rougail/docs
2026-06-04 11:40:15 +02:00
..
_static proxymode 2025-02-21 07:23:52 +01:00
ext add extinclude warning in directive 2025-11-22 08:04:51 +01:00
images add image 2025-09-29 16:59:25 +02:00
install update cli 2026-02-12 11:12:22 +01:00
library wrong url links 2025-11-22 11:11:45 +01:00
tutorial docs(Tiramisu): tiramisu page proofreading 2026-06-04 11:10:06 +02:00
user_datas user datas 2025-11-05 08:59:46 +01:00
.gitignore update tutorial 2024-10-14 14:05:23 +02:00
check.rst doc(typo): wrong image relative path 2025-10-27 18:22:40 +01:00
cli.rst docs(cli): there was some french, translated now 2026-06-01 18:15:25 +02:00
concepts.rst docs(concepts): proofreading 2026-06-04 11:40:15 +02:00
condition.rst feat: suffixes in dynamic family should be a jinja function (#5) 2024-10-14 14:14:00 +02:00
conf.py conf 2026-05-04 20:04:57 +02:00
configuration.rst docs(proofreading): doc release preparation 2026-06-01 12:36:47 +02:00
developer.rst pre-commit developer docs 2024-10-14 14:14:00 +02:00
documentation.rst docs(132-practice-url-error): and validators continuation 2026-06-03 21:03:57 +02:00
family.rst doc(variable): document variable 2026-06-01 19:47:34 +02:00
fill.rst calculated ok 2026-01-09 13:01:49 +01:00
helper_prerequisites.py version to tutorial:version: 2026-05-07 17:49:58 +02:00
helper_type_along.py version to tutorial:version: 2026-05-07 17:49:58 +02:00
index.rst docs(Tiramisu): tiramisu page proofreading 2026-06-04 11:10:06 +02:00
install.rst third party libraries 2025-11-07 22:02:28 +01:00
Makefile user datas 2025-11-05 08:59:46 +01:00
naming_convention.rst docs(naming-convention): clarification 2026-05-30 19:49:27 +02:00
readme.txt delete httpx requirement 2024-10-16 13:25:30 +02:00
relative_path.rst relative path 2025-10-27 09:20:33 +01:00
release.rst docs(release): release procedure with commitizen 2026-06-02 11:41:44 +02:00
requirements.txt feat: documentation 2023-12-17 20:42:03 +01:00
rw_ro_modes.rst add pages 2025-09-29 16:58:12 +02:00
structfile.rst docs(abstract): properties, .. 2026-06-04 08:27:11 +02:00
tags.rst docs(underscore_parameter): proofreading2 2026-06-01 17:13:22 +02:00
tiramisu.rst docs(Tiramisu): tiramisu page proofreading 2026-06-04 11:10:06 +02:00
variable.rst docs(fix-typo): column number error row 12 in the list-table 2026-06-02 12:03:38 +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::

    ./.venv/bin/pip3 install sphinx
    ./.venv/bin/pip3 install sphinx_rtd_theme
    ./.venv/bin/pip3 install sphinx_lesson


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)>`_