# HG changeset patch # User catherine@Drou # Date 1267444630 18000 # Node ID 04897151927b2353b70464c9b510efd1f84e6abc # Parent de2306847251c28c826a1e622aa312419108e1d9 doc handling corrections diff -r de2306847251 -r 04897151927b docs/refresh.bash --- a/docs/refresh.bash Mon Feb 22 21:26:40 2010 -0500 +++ b/docs/refresh.bash Mon Mar 01 06:57:10 2010 -0500 @@ -1,8 +1,8 @@ make html #scp -r build catherine@$tummy:/var/www/sqlpython -cd _build +cd _build/html zip -r cmd2_docs * -mv cmd2_docs.zip .. +mv cmd2_docs.zip ../.. cd .. echo "Upload cmd2_docs.zip to http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=cmd2" scp -r _build/html www-data@$tummy:/var/www/cmd2 diff -r de2306847251 -r 04897151927b setup.py --- a/setup.py Mon Feb 22 21:26:40 2010 -0500 +++ b/setup.py Mon Mar 01 06:57:10 2010 -0500 @@ -20,7 +20,7 @@ description = "Extra features for standard library's cmd module", license = 'MIT', keywords = 'command prompt console cmd', - url = 'http://www.assembla.com/wiki/show/python-cmd2', + url = 'http://packages.python.org/cmd2/', install_requires = install_requires, long_description = """Enhancements for standard library's cmd module. @@ -43,7 +43,7 @@ Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd. -Usage samples at http://catherine.devlin.googlepages.com/cmd2.html +See docs at http://packages.python.org/cmd2/ """, classifiers=[