summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2016-12-11 23:15:37 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2016-12-11 23:15:37 -0500
commit06c8b438efd4795b5764c24776b82086d10d2585 (patch)
tree1463c0c4f2e472d538333b50b0c224d8ef780e39 /docs/index.rst
parent43b1818dd2976d4a2f160fc8ebf2d637c23b7d04 (diff)
downloadcmd2-git-06c8b438efd4795b5764c24776b82086d10d2585.tar.gz
Updated a few dead links in the documentation
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst17
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 40fb8c81..f98ebb4a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -20,11 +20,11 @@ The basic use of ``cmd2`` is identical to that of cmd_.
1. Create a subclass of ``cmd2.Cmd``. Define attributes and
``do_*`` methods to control its behavior. Throughout this documentation,
we will assume that you are naming your subclass ``App``::
-
+
from cmd2 import Cmd
class App(Cmd):
# customized attributes and methods here
-
+
2. Instantiate ``App`` and start the command loop::
app = App()
@@ -36,21 +36,20 @@ Resources
* cmd_
* `project bug tracker`_
* `cmd2 project page`_
-* `PyCon 2010 presentation <http://us.pycon.org/2010/conference/talks/#proposal_link_153>`_,
+* `PyCon 2010 presentation <https://github.com/python-cmd2/cmd2/blob/master/docs/pycon2010/pycon2010.rst>`_,
*Easy Command-Line Applications with cmd and cmd2*:
- :doc:`slides <pycon2010/pycon2010>`,
- `video <http://python.mirocommunity.com/video/1533/easy-command-line-applications>`_
-
+ :doc:`slides <pycon2010/pycon2010>`,
+ `video <http://pyvideo.org/pycon-us-2010/pycon-2010--easy-command-line-applications-with-c.html>`_
These docs will refer to ``App`` as your ``cmd2.Cmd``
subclass, and ``app`` as an instance of ``App``. Of
course, in your program, you may name them whatever
you want.
-
+
Contents:
.. toctree::
:maxdepth: 2
-
+
overview
example
freefeatures
@@ -61,7 +60,7 @@ Contents:
Compatibility
=============
-Tested and working with Python 2.5, 2.6, 2.7, 3.1; Jython 2.5
+Tested and working with Python 2.7, 3.5, 3.6
Indices and tables
==================