view docs/refresh.bash @ 468:d0164c122938

final test on oracle
author catherine@Drou
date Wed, 03 Mar 2010 09:38:12 -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"