15 lines
241 B
Text
15 lines
241 B
Text
|
#############
|
||
|
Documentation
|
||
|
#############
|
||
|
|
||
|
|
||
|
The documentation is compiled from reStructuredText using `Sphinx`_.
|
||
|
|
||
|
To compile your own html version in ``_build/html/``::
|
||
|
|
||
|
# First time only.
|
||
|
pip install sphinx
|
||
|
|
||
|
# Build html.
|
||
|
make html
|