annotate docs/refresh.bash @ 445:b34ea206c7d1

debug bind var dependence on arg.parsed.expanded
author catherine@Drou
date Tue, 09 Feb 2010 13:48:24 -0500
parents 2fd766784ff2
children
rev   line source
287
3ce9a48aa3fc added refresh.bash script for docs
catherine@dellzilla
parents:
diff changeset
1 sphinx-build -b html source build
373
2fd766784ff2 semi-automate documentation upload
catherine@DellZilla
parents: 287
diff changeset
2 #scp -r build catherine@$tummy:/var/www/sqlpython
2fd766784ff2 semi-automate documentation upload
catherine@DellZilla
parents: 287
diff changeset
3 cd build
2fd766784ff2 semi-automate documentation upload
catherine@DellZilla
parents: 287
diff changeset
4 zip -r sqlpython_docs *
2fd766784ff2 semi-automate documentation upload
catherine@DellZilla
parents: 287
diff changeset
5 mv sqlpython_docs.zip ..
2fd766784ff2 semi-automate documentation upload
catherine@DellZilla
parents: 287
diff changeset
6 cd ..
2fd766784ff2 semi-automate documentation upload
catherine@DellZilla
parents: 287
diff changeset
7 echo "Upload sqlpython_docs.zip to http://pypi.python.org/pypi/sqlpython"