Codebase list pyexcel / run/9e1fac6b-66f1-4c3b-83bb-9b1cb0290a48/main document.bat
run/9e1fac6b-66f1-4c3b-83bb-9b1cb0290a48/main

Tree @run/9e1fac6b-66f1-4c3b-83bb-9b1cb0290a48/main (Download .tar.gz)

document.bat @run/9e1fac6b-66f1-4c3b-83bb-9b1cb0290a48/mainraw · history · blame

1
2
3
4
5
6
7
python setup.py clean --all
python setup.py install
del docs\source\generated\*.rst
del 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