From 06c8b438efd4795b5764c24776b82086d10d2585 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 11 Dec 2016 23:15:37 -0500 Subject: Updated a few dead links in the documentation --- docs/index.rst | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'docs') 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 `_, +* `PyCon 2010 presentation `_, *Easy Command-Line Applications with cmd and cmd2*: - :doc:`slides `, - `video `_ - + :doc:`slides `, + `video `_ 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 ================== -- cgit v1.2.1