Codebase list pyexcel / run/05cd2a70-1ae6-42a7-a610-070420a8f81f/main document.bat
run/05cd2a70-1ae6-42a7-a610-070420a8f81f/main

Tree @run/05cd2a70-1ae6-42a7-a610-070420a8f81f/main (Download .tar.gz)

document.bat @run/05cd2a70-1ae6-42a7-a610-070420a8f81f/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