view docs/refresh.bash @ 373:2fd766784ff2

semi-automate documentation upload
author catherine@DellZilla
date Tue, 11 Aug 2009 10:14:27 -0400
parents 3ce9a48aa3fc
children
line wrap: on
line source

sphinx-build -b html source build
#scp -r build catherine@$tummy:/var/www/sqlpython
cd build
zip -r sqlpython_docs *
mv sqlpython_docs.zip ..
cd ..
echo "Upload sqlpython_docs.zip to http://pypi.python.org/pypi/sqlpython"