Documentation GenerationΒΆ
You can generate this documentation in your environment. For that purpose, you need the Sphinx package.
(virtualenv)$ pip install Sphinx
Now, in your source directory, type:
(virtualenv)$ make -C Documentation/ html
Then, visit it with your favorite browser at
Documentation/Build~/html/index.html
.
You can also generate PDF documentation and read it at
Documentation/Build~/latex/publiforge.pdf
:
(virtualenv)$ make -C Documentation/ latexpdf
Or ePub documentation:
(virtualenv)$ make -C Documentation/ epub
Type make -C Documentation/
for more information.