view docs/refresh.bash @ 498:fc0a6c58b7a7

all_object_qry works in mysql
author Catherine Devlin <catherine.devlin@gmail.com>
date Wed, 27 Oct 2010 13:50:48 -0400
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"