# HG changeset patch # User cat@eee # Date 1266520843 18000 # Node ID 40cba30b6125d159dd4d8898c70370767e734d4e # Parent b0e108b6d068af92941e817e00b0f3c00b75ed8c refresh corrections diff -r b0e108b6d068 -r 40cba30b6125 docs/index.rst --- a/docs/index.rst Thu Feb 18 14:04:27 2010 -0500 +++ b/docs/index.rst Thu Feb 18 14:20:43 2010 -0500 @@ -38,7 +38,7 @@ * cmd_ * `project bug tracker`_ * `cmd2 project page`_ -* `PyCon 2010 presentation`: Easy Command-Line Applications with cmd and cmd2 +* `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 diff -r b0e108b6d068 -r 40cba30b6125 docs/pycon2010/pycon2010.rst --- a/docs/pycon2010/pycon2010.rst Thu Feb 18 14:04:27 2010 -0500 +++ b/docs/pycon2010/pycon2010.rst Thu Feb 18 14:20:43 2010 -0500 @@ -9,7 +9,7 @@ =============== Slides are *already* posted at -catherinedevlin.pythoneers.com +homepage: http://pypi.python.org/pypi/cmd2 Web 2.0 ======= diff -r b0e108b6d068 -r 40cba30b6125 docs/refresh.bash --- a/docs/refresh.bash Thu Feb 18 14:04:27 2010 -0500 +++ b/docs/refresh.bash Thu Feb 18 14:20:43 2010 -0500 @@ -5,4 +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 +scp -r _build/html www-data@$tummy:/var/www/cmd2 diff -r b0e108b6d068 -r 40cba30b6125 docs/refresh_pycon.bash --- a/docs/refresh_pycon.bash Thu Feb 18 14:04:27 2010 -0500 +++ b/docs/refresh_pycon.bash Thu Feb 18 14:20:43 2010 -0500 @@ -1,2 +1,2 @@ rst2s5.py pycon2010/pycon2010.rst pycon2010/pycon2010.html -rst2s5.py pycon2010/scp -r pycon2010/ www-data@$tummy:/var/www/presentations/cmd_cmd2 +scp -r pycon2010/ www-data@$tummy:/var/www/presentations/cmd_cmd2