changeset 366:40cba30b6125

refresh corrections
author cat@eee
date Thu, 18 Feb 2010 14:20:43 -0500
parents b0e108b6d068
children d34f3e8d895f
files docs/index.rst docs/pycon2010/pycon2010.rst docs/refresh.bash docs/refresh_pycon.bash
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
 =======
--- 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
--- 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