blue-loader-python/doc
Parker Hoyes b23172e440 Fixed CSS override issue for docs 2017-08-01 11:39:18 -04:00
..
source Fixed CSS override issue for docs 2017-08-01 11:39:18 -04:00
Makefile Added documentation 2017-08-01 10:41:12 -04:00
README.md Added documentation 2017-08-01 10:41:12 -04:00
requirements.txt Added documentation 2017-08-01 10:41:12 -04:00

README.md

BOLOS Python Tools Documentation

The latest version of this repository can be viewed, pre-built, here: https://ledger.readthedocs.io/projects/blue-loader-python.

Building

If you wish, you may install Sphinx and build this documentation into a collection of HTML files yourself.

Firstly, make sure you have pip installed.

Secondly, install Sphinx and the Read the Docs theme:

pip install sphinx sphinx_rtd_theme

Finally, build:

make html

You will need internet access for intersphinx to work properly.