Contribution

Development

To clean repo (deletes *.pyc, log and conf files):

git clean -xf

To build documentation with Sphinx (in /docs folder):

make html

Issues