Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 782 Bytes

INSTALLATION.rst

File metadata and controls

65 lines (39 loc) · 782 Bytes

Installation

Dependencies

Using

Testing

Documenting

Installing

$ python setup.py install

Testing

$ pytest

Building the Documentation

$ python setup.py build_sphinx

If the figures do not update

$ touch docs/_autosummary/*.rst

and repeat.

If the documentation seems not to build correctly in other respects:

$ python setup.py build_sphinx --all-files --fresh-env

Documentation can be found in :file:`{STEPPYNGSTOUNES}/build/sphinx/html`.