# HG changeset patch # User catherine@dellzilla # Date 1267818105 18000 # Node ID 2d244d7a675b07ebeb8ff49041d5677ce2dc18a3 # Parent 99c66656d81b69f8d2b006d736cf86dcd2b10d3e setup.py missing from egg? diff -r 99c66656d81b -r 2d244d7a675b docs/index.rst --- 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 `_, + *Easy Command-Line Applications with cmd and cmd2*: + `slides `_, + `video `_ 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 ==================