Codebase list pyexcel / 1cb04297-9e60-4e0a-bae8-7f165c11c7bc/upstream/0.7.0 document.sh
1cb04297-9e60-4e0a-bae8-7f165c11c7bc/upstream/0.7.0

Tree @1cb04297-9e60-4e0a-bae8-7f165c11c7bc/upstream/0.7.0 (Download .tar.gz)

document.sh @1cb04297-9e60-4e0a-bae8-7f165c11c7bc/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