Codebase list pyexcel / 221f1b9a-0f2b-4fcf-bbbe-dd1aea0811fa/upstream/0.7.0 document.sh
221f1b9a-0f2b-4fcf-bbbe-dd1aea0811fa/upstream/0.7.0

Tree @221f1b9a-0f2b-4fcf-bbbe-dd1aea0811fa/upstream/0.7.0 (Download .tar.gz)

document.sh @221f1b9a-0f2b-4fcf-bbbe-dd1aea0811fa/upstream/0.7.0raw · history · blame

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