Codebase list pyexcel / 5ddc90df-09f7-4e8a-86d9-34a5bc32aefc/upstream document.bat
5ddc90df-09f7-4e8a-86d9-34a5bc32aefc/upstream

Tree @5ddc90df-09f7-4e8a-86d9-34a5bc32aefc/upstream (Download .tar.gz)

document.bat @5ddc90df-09f7-4e8a-86d9-34a5bc32aefc/upstreamraw · 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