Hyper Documentation
April 17, 2017 ยท View on GitHub
The Hyper documentation is built using Sphinx and reStructured Text.
Prerequisites
Setup
# Change to this directory in your terminal
cd docs
virtualenv ENV
ENV/bin/activate
pip install -r requirements.txt
Building HTML
make html
Or, a handy live-reloading server for when you are writing documentation:
make livehtml
Building the PDF
make latexpdf