view docs/refresh.bash @ 446:1cf1f69b2470

must puzzle out parsing of quoted strings
author catherine@Drou
date Tue, 09 Feb 2010 21:16:16 -0500
parents 2fd766784ff2
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"