# HG changeset patch # User cat@eee # Date 1266519850 18000 # Node ID 29221236d1a18d6126297489f070134ada5e384a # Parent 2b2836b783be87fd319949322e0c410cceaea777 updating refresh scripts diff -r 2b2836b783be -r 29221236d1a1 docs/index.rst --- a/docs/index.rst Thu Feb 18 13:45:43 2010 -0500 +++ b/docs/index.rst Thu Feb 18 14:04:10 2010 -0500 @@ -9,14 +9,13 @@ A python package for building powerful command-line interpreter (CLI) programs. Extends the Python Standard Library's cmd_ package. + +.. _`cmd2 project page`: http://www.assembla.com/wiki/show/python-cmd2 +.. _`project bug tracker`: http://trac-hg.assembla.com/python-cmd2/report/1 + .. _cmd: http://docs.python.org/library/cmd.html#module-cmd -`cmd2 project page`_: http://docs.python.org/library/cmd.html#module-cmd - -`project bug tracker`_ - -.. _`cmd2 Project page`: http://www.assembla.com/wiki/show/python-cmd2 -.. _`project bug tracker`: http://trac-hg.assembla.com/python-cmd2/report/1 +.. _`PyCon 2010 presentation`: http://catherinedevlin.pythoneers.com/presentations/cmd_cmd2/pycon2010.html The basic use of ``cmd2`` is identical to that of cmd_. @@ -33,6 +32,14 @@ app = App() app.cmdloop() +Resources +--------- + +* cmd_ +* `project bug tracker`_ +* `cmd2 project page`_ +* `PyCon 2010 presentation`: Easy Command-Line Applications with cmd and cmd2 + These docs will refer to ``App`` as your ``cmd2.Cmd`` subclass, and ``app`` as an instance of ``App``. Of course, in your program, you may name them whatever diff -r 2b2836b783be -r 29221236d1a1 docs/pycon2010/pycon2010.rst --- a/docs/pycon2010/pycon2010.rst Thu Feb 18 13:45:43 2010 -0500 +++ b/docs/pycon2010/pycon2010.rst Thu Feb 18 14:04:10 2010 -0500 @@ -284,7 +284,7 @@ ``cmd``-based app by Luca Canali @ CERN -Replacement for Oracle SQL/*Plus +Replacement for Oracle SQL\*Plus Now ``cmd2``-based; postgreSQL; MySQL diff -r 2b2836b783be -r 29221236d1a1 docs/refresh.bash --- a/docs/refresh.bash Thu Feb 18 13:45:43 2010 -0500 +++ b/docs/refresh.bash Thu Feb 18 14:04:10 2010 -0500 @@ -5,3 +5,4 @@ mv cmd2_docs.zip .. cd .. echo "Upload cmd2_docs.zip to http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=cmd2" +scp -r _build www-data@$tummy:/var/www/cmd2