Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 515 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 515 Bytes

Viewing Documentation

This uses doxygen and sphinx with breathe and exhale. First install Doxygen,

(e.g. Arch Linux)

# pacman -S doxygen

Then install the the Python dependencies, by simply

$ pip3 install -r requirements.txt

Henceforth, you may run

$ ./local_server.sh

which will compile documentation as HTML, and start a small, local, Python HTTP server (python3 -m http.server). Follow the link given, and you'll be viewing the documentation locally.