view docs/refresh.bash @ 394:58e6d66794b0

refactoring _matching_database_objects to return MetaData
author catherine@DellZilla
date Wed, 07 Oct 2009 12:00:55 -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"