Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hyper Documentation

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