Codebase list pyexcel / 4f4d5379-f52f-4752-955a-1daa57d6e2ed/upstream document.sh
4f4d5379-f52f-4752-955a-1daa57d6e2ed/upstream

Tree @4f4d5379-f52f-4752-955a-1daa57d6e2ed/upstream (Download .tar.gz)

document.sh @4f4d5379-f52f-4752-955a-1daa57d6e2ed/upstreamraw · 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