Codebase list pyexcel / 55afda33-7016-49b5-8573-3f5292066963/main document.bat
55afda33-7016-49b5-8573-3f5292066963/main

Tree @55afda33-7016-49b5-8573-3f5292066963/main (Download .tar.gz)

document.bat @55afda33-7016-49b5-8573-3f5292066963/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