Skip to content

Halium/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bf1a71 · Feb 15, 2023
Apr 25, 2017
Feb 15, 2023
Sep 6, 2022
Jul 21, 2021
Jul 21, 2021
Jan 1, 2018
Jun 13, 2018
Jul 8, 2017
Jun 27, 2018
Mar 30, 2018
Sep 2, 2020
Jan 1, 2018

Repository files navigation

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.