# do the documentation generation cycle
#
#

rm -fR docs/html
rm -fR docs/api/*
#cp README docs/README.rst
#cp LICENSE docs/LICENSE.rst
sphinx-apidoc -f -e -o docs/api apo
sphinx-build -d doctree docs docs/html
cd docs/html
zip -r apo.doc.zip * 
mv apo.doc.zip ../..
