Codebase list pyexcel / 630e905a-eae3-4560-9324-2cfe69e0fab7/upstream/0.7.0 document.bat
630e905a-eae3-4560-9324-2cfe69e0fab7/upstream/0.7.0

Tree @630e905a-eae3-4560-9324-2cfe69e0fab7/upstream/0.7.0 (Download .tar.gz)

document.bat @630e905a-eae3-4560-9324-2cfe69e0fab7/upstream/0.7.0raw · 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