/docs

Documentation for halium

Primary LanguagePython

Build docs

Install and build:

$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ make html

Afterwards open _build/html/index.html in your browser.