Doc generation
--------------
# cd in docs dir
sphinx-apidoc -o source ../arjuna -f -e
sphinx-build -b html source build

Release to PyPi
---------------
python setup.py sdist bdist_wheel
twine upload dist/*

