Documentation¶
Update or add new pages¶
Documentation source files live in docs_src/source and use RST format.
Translations live in docs_src/source/locale/<language>/LC_MESSAGES as
gettext .po files.
Note
If you add a new page, include it in docs_src/source/index.rst or in a
child toctree, then run make docs to update translation catalogs.
Generating the documentation¶
Build the bilingual HTML documentation locally:
make docs
The generated documentation is written to docs:
docs/index.htmlis the language selector.docs/en/contains the English documentation.docs/pt-br/contains the Portuguese documentation.docs/.nojekyllanddocs/.buildinfoare created at the root for GitHub Pages.
Cleaning generated documentation¶
make clean-docs