comparison docs/refresh.bash @ 373:2fd766784ff2

semi-automate documentation upload
author catherine@DellZilla
date Tue, 11 Aug 2009 10:14:27 -0400
parents 3ce9a48aa3fc
children
comparison
equal deleted inserted replaced
372:832ec6607b22 373:2fd766784ff2
1 sphinx-build -b html source build 1 sphinx-build -b html source build
2 scp -r build catherine@$tummy:/var/www/sqlpython 2 #scp -r build catherine@$tummy:/var/www/sqlpython
3 cd build
4 zip -r sqlpython_docs *
5 mv sqlpython_docs.zip ..
6 cd ..
7 echo "Upload sqlpython_docs.zip to http://pypi.python.org/pypi/sqlpython"