rougail/docs
2026-06-07 21:08:47 +02:00
..
_static docs(doc-design): underline role 2026-06-06 17:29:46 +02:00
ext add extinclude warning in directive 2025-11-22 08:04:51 +01:00
images docs(VaC-Concepts): def of VaC 2026-06-05 15:19:18 +02:00
install update cli 2026-02-12 11:12:22 +01:00
library doc: datas => data 2026-06-06 20:28:11 +02:00
output doc(user data and output) 2026-06-06 23:22:00 +02:00
structured_data doc(improvement) 2026-06-07 21:08:47 +02:00
tutorial doc: datas => data 2026-06-06 20:28:11 +02:00
user_data doc(improvement) 2026-06-07 21:08:47 +02:00
.gitignore update tutorial 2024-10-14 14:05:23 +02:00
abstract.rst doc(improvement) 2026-06-07 21:08:47 +02:00
cli.rst docs(cli): there was some french, translated now 2026-06-01 18:15:25 +02:00
conf.py docs(doc-design): underline role 2026-06-06 17:29:46 +02:00
configuration.rst docs(proofreading): doc release preparation 2026-06-01 12:36:47 +02:00
developer.rst docs(devnotes): precommit 2026-06-06 09:34:17 +02:00
documentation.rst docs(132-practice-url-error): and validators continuation 2026-06-03 21:03:57 +02: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 doc(improvement) 2026-06-07 21:08:47 +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
readme.txt docs(sphinx-extension): sphinxnotes 2026-06-06 09:50:30 +02:00
release.rst docs(release): release procedure with commitizen 2026-06-02 11:41:44 +02:00
requirements.txt docs(sphinx-extension): sphinxnotes 2026-06-06 09:50:30 +02:00
rw_ro_modes.rst doc: datas => data 2026-06-06 20:28:11 +02:00
structured_data.rst doc(improvement) 2026-06-07 21:08:47 +02:00
tiramisu.rst docs(Tiramisu): tiramisu page proofreading 2026-06-04 11:10:06 +02:00
vac.rst doc(condition) 2026-06-06 19:23:24 +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)>`_