Skip to content
Philippe Ombredanne edited this page Mar 28, 2016 · 1 revision

Run the main tests

python setup.py test

Run the doc tests

You need to install sphinx first from Pypi.

cd doc
make doctest

Regen the docs

In addition to sphinx you might need a few extra Linux packages such as on Debian: texlive-full, dvipng. Generating the docs is likely to work smoothly only on Linux. Use this from the doc directory: make html

Clone this wiki locally