Codebase list pyexcel / upstream/0.2.1 document.sh
upstream/0.2.1

Tree @upstream/0.2.1 (Download .tar.gz)

document.sh @upstream/0.2.1raw · history · blame

1
2
3
4
5
6
python setup.py install
rm doc/source/generated/*.rst
rm doc/source/iapi/*.rst
sphinx-autogen -o doc/source/generated doc/source/api.rst
sphinx-autogen -o doc/source/iapi doc/source/iapi.rst
sphinx-build -b html doc/source doc/build