Documentation for the patacrep project, using Sphinx.
This documentation may be read online on Read the Docs.
To build the documentation, you will need a make
implementation and sphinx. Sphinx can be installed with pip
, or very likely with the package manager of your distribution.
make html
You will need a working LaTeX distribution.
make latexpdf
The main language of the documentation is French. English version is also available, and can be build with the following steps :
- Install
gettext
, or make sure you have it. - Install
sphinx-intl
withpip
. - Create the
gettext
.pot
files withmake gettext
- Update the
locale
directory withsphinx-intl update -p _build/locale -l en
- Translate the
.po
files inlocale/en/LC_MESSAGES/
- Build the HTML version with
make -e SPHINXOPTS="-D language='en'" html
- Build the PDF version with
make -e SPHINXOPTS="-D language='en'" latexpdf
When the French documentation is updated, restart at step 3.
A compiled PDF version should be available, someday, here : http://www.patacrep.com/data/documents/doc_fr.pdf