comparison docs/index.rst @ 385:2d244d7a675b

setup.py missing from egg?
author catherine@dellzilla
date Fri, 05 Mar 2010 14:41:45 -0500
parents 40cba30b6125
children 52ab96d4f179
comparison
equal deleted inserted replaced
384:99c66656d81b 385:2d244d7a675b
12 12
13 .. _`cmd2 project page`: http://www.assembla.com/wiki/show/python-cmd2 13 .. _`cmd2 project page`: http://www.assembla.com/wiki/show/python-cmd2
14 .. _`project bug tracker`: http://trac-hg.assembla.com/python-cmd2/report/1 14 .. _`project bug tracker`: http://trac-hg.assembla.com/python-cmd2/report/1
15 15
16 .. _cmd: http://docs.python.org/library/cmd.html#module-cmd 16 .. _cmd: http://docs.python.org/library/cmd.html#module-cmd
17
18 .. _`PyCon 2010 presentation`: http://catherinedevlin.pythoneers.com/presentations/cmd_cmd2/pycon2010.html
19 17
20 The basic use of ``cmd2`` is identical to that of cmd_. 18 The basic use of ``cmd2`` is identical to that of cmd_.
21 19
22 1. Create a subclass of ``cmd2.Cmd``. Define attributes and 20 1. Create a subclass of ``cmd2.Cmd``. Define attributes and
23 ``do_*`` methods to control its behavior. Throughout this documentation, 21 ``do_*`` methods to control its behavior. Throughout this documentation,
36 --------- 34 ---------
37 35
38 * cmd_ 36 * cmd_
39 * `project bug tracker`_ 37 * `project bug tracker`_
40 * `cmd2 project page`_ 38 * `cmd2 project page`_
41 * `PyCon 2010 presentation`_: Easy Command-Line Applications with cmd and cmd2 39 * `PyCon 2010 presentation <http://us.pycon.org/2010/conference/talks/#proposal_link_153>`_,
40 *Easy Command-Line Applications with cmd and cmd2*:
41 `slides <http://packages.python.org/cmd2/>`_,
42 `video <http://python.mirocommunity.com/video/1533/easy-command-line-applications>`_
42 43
43 These docs will refer to ``App`` as your ``cmd2.Cmd`` 44 These docs will refer to ``App`` as your ``cmd2.Cmd``
44 subclass, and ``app`` as an instance of ``App``. Of 45 subclass, and ``app`` as an instance of ``App``. Of
45 course, in your program, you may name them whatever 46 course, in your program, you may name them whatever
46 you want. 47 you want.
53 overview 54 overview
54 example 55 example
55 freefeatures 56 freefeatures
56 settingchanges 57 settingchanges
57 unfreefeatures 58 unfreefeatures
59 alternatives
58 60
59 Indices and tables 61 Indices and tables
60 ================== 62 ==================
61 63
62 * :ref:`genindex` 64 * :ref:`genindex`