Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 553 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 553 Bytes

Documentation folder

The document uses .rst format which stands for reStructuredText (reST)](https://docutils.sourceforge.io/docs/user/rst/quickstart.html).

Cheat sheet for reST.

Initial setup

# Install python libraries
pip install --upgrade -r docs/requirements.txt

# Install pandoc, see also https://pandoc.org/installing.html
sudo apt install pandoc

Building

cd docs
make clean
PYTHONPATH=$PYTHONPATH:.. make html