Documentation

arackpy uses Sphinx for its documentation. To build the docs, simply do:

cdproject
cd docs
make clean && make html

Open up Firefox and point to the build directory below:

firefox _build/html/index.html