comparison docs/index.rst @ 388:52ab96d4f179

fix some Sphinx warnings
author anatoly techtonik <techtonik@gmail.com>
date Mon, 21 Jun 2010 17:02:20 +0300
parents 2d244d7a675b
children f7cb69b0da9e
comparison
equal deleted inserted replaced
387:43ce9110d5a6 388:52ab96d4f179
36 * cmd_ 36 * cmd_
37 * `project bug tracker`_ 37 * `project bug tracker`_
38 * `cmd2 project page`_ 38 * `cmd2 project page`_
39 * `PyCon 2010 presentation <http://us.pycon.org/2010/conference/talks/#proposal_link_153>`_, 39 * `PyCon 2010 presentation <http://us.pycon.org/2010/conference/talks/#proposal_link_153>`_,
40 *Easy Command-Line Applications with cmd and cmd2*: 40 *Easy Command-Line Applications with cmd and cmd2*:
41 `slides <http://packages.python.org/cmd2/>`_, 41 :doc:`slides <pycon2010/pycon2010>`,
42 `video <http://python.mirocommunity.com/video/1533/easy-command-line-applications>`_ 42 `video <http://python.mirocommunity.com/video/1533/easy-command-line-applications>`_
43 43
44 These docs will refer to ``App`` as your ``cmd2.Cmd`` 44 These docs will refer to ``App`` as your ``cmd2.Cmd``
45 subclass, and ``app`` as an instance of ``App``. Of 45 subclass, and ``app`` as an instance of ``App``. Of
46 course, in your program, you may name them whatever 46 course, in your program, you may name them whatever