Codebase list pyexcel / debian/0.2.1-0kali3 document.bat
debian/0.2.1-0kali3

Tree @debian/0.2.1-0kali3 (Download .tar.gz)

document.bat @debian/0.2.1-0kali3raw · history · blame

1
2
3
4
5
6
7
python setup.py clean --all
python setup.py install
del doc\source\generated\*.rst
del doc\source\iapi\*.rst
sphinx-autogen -o doc\source\generated doc\source\api.rst
sphinx-autogen -o doc\source\iapi doc\source\iapi.rst
sphinx-build -b html doc\source doc\build