summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorJared Crapo <jared@kotfu.net>2017-12-11 19:15:15 -0700
committerJared Crapo <jared@kotfu.net>2017-12-11 19:15:15 -0700
commit67e669e3345fb637e4f4779691a7a8ec4b1763f6 (patch)
tree7632e68cc845e1089111e9f10b105bce8c6d5a46 /docs/index.rst
parent4f57dc14a7ffc2cbd741622da7d05d42ba7f7789 (diff)
parent63b0c6b3a92cab837a71bbad78e777c522823c93 (diff)
downloadcmd2-git-67e669e3345fb637e4f4779691a7a8ec4b1763f6.tar.gz
Merge branch 'master' of https://github.com/python-cmd2/cmd2 into argparse
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index ae7ea300..8e8817b2 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -46,10 +46,8 @@ Resources
* cmd_
* `cmd2 project page`_
* `project bug tracker`_
-* `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://pyvideo.org/pycon-us-2010/pycon-2010--easy-command-line-applications-with-c.html>`_
+* Florida PyCon 2017: `slides <https://docs.google.com/presentation/d/1LRmpfBt3V-pYQfgQHdczf16F3hcXmhK83tl77R6IJtE>`_
+* PyOhio 2011: `video <https://archive.org/details/pyvideo_541___pyohio-2011-interactive-command-line-interpreters-with-cmd-and-cmd2>`_
These docs will refer to ``App`` as your ``cmd2.Cmd``
subclass, and ``app`` as an instance of ``App``. Of