Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 373 Bytes

Description

All project's documentation is here.

Building Documentation

A build process is automated by tox and Sphinx from reStructuredText sources. To build the documentation run the next command:

$ tox -e html

And then just open built documentation build/html/index.html in your browser (Of course, using your favourite tool, e.g. open or xdg-open!).