Documentation files for the Reputation Network (reputation.network). Browsable at rey.rtfd.io.
To install dependencies:
pip install sphinx sphinx_rtd_theme
To build the documentation to browse it locally:
cd docs
make html
Then just open docs/_build/html/index.html
.
To deploy, simply push to master:
git push origin master