changeset 385:2d244d7a675b

setup.py missing from egg?
author catherine@dellzilla
date Fri, 05 Mar 2010 14:41:45 -0500
parents 99c66656d81b
children 43ea72144e04
files docs/index.rst
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/index.rst	Tue Mar 02 20:57:43 2010 -0500
+++ b/docs/index.rst	Fri Mar 05 14:41:45 2010 -0500
@@ -15,8 +15,6 @@
 
 .. _cmd: http://docs.python.org/library/cmd.html#module-cmd
 
-.. _`PyCon 2010 presentation`: http://catherinedevlin.pythoneers.com/presentations/cmd_cmd2/pycon2010.html
-
 The basic use of ``cmd2`` is identical to that of cmd_.
 
 1. Create a subclass of ``cmd2.Cmd``.  Define attributes and
@@ -38,7 +36,10 @@
 * cmd_
 * `project bug tracker`_
 * `cmd2 project page`_
-* `PyCon 2010 presentation`_: Easy Command-Line Applications with cmd and cmd2
+* `PyCon 2010 presentation <http://us.pycon.org/2010/conference/talks/#proposal_link_153>`_, 
+  *Easy Command-Line Applications with cmd and cmd2*:
+  `slides <http://packages.python.org/cmd2/>`_, 
+  `video <http://python.mirocommunity.com/video/1533/easy-command-line-applications>`_
 
 These docs will refer to ``App`` as your ``cmd2.Cmd``
 subclass, and ``app`` as an instance of ``App``.  Of
@@ -55,6 +56,7 @@
    freefeatures
    settingchanges
    unfreefeatures
+   alternatives
 
 Indices and tables
 ==================