1.2.2 Building the documentation

The PyHLA documentation may be find online at http://www.nongnu.org/certi/PyHLA/manual however you may rebuild the documentation from the PyHLA source itself, in order to generate either PDF, HTML or DVI format.

The documentation of PyHLA uses standard Python documentation system, in particular the python mkhowto script. For generating the documentation from source you need:

The procedure for generating the documentation is simple, go the PyHLA source directory and then:

make msc.sty
make howto

The msc.sty step is optional and necessary only if you don't have msc.sty installed.