Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 554 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 554 Bytes

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