Tools

tools/autobuild_docs.py

Collects documentation for viewing at 127.0.0.1:8000. Automatically reassembles documentation when updating files. Accepts one parameter, the language for generating documentation (if not specified, it will use the default language).

tools/build_docs.py

Collects documentation. Accepts one parameter, the language for generating documentation (if not specified, it will use the default language).

tools/gen_po.py

Generates/updates po files for documentation for the specified languages.

python3 tools/gen_po.py ru en

tools/gen_pot.py

Generates/updates pot files for documentation.

tools/mypy.py

Runs mypy.