diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-11-09 02:32:36 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-11-09 02:32:36 -0500 |
commit | 5fa0916115faf55fb513161b4de0d9d8544bcbc2 (patch) | |
tree | ce6549cc84a3d4d27c7a94fde1417fed4f550e08 /docs/index.rst | |
parent | 24af59ee70827d252150f14da9de1d263af9d86a (diff) | |
download | cmd2-git-5fa0916115faf55fb513161b4de0d9d8544bcbc2.tar.gz |
Updated docs to make it more clear that you need to update shortcuts attribute before calling super class __init__
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index dd410a44..3a52b9b5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,7 +48,6 @@ Resources * `project bug tracker`_ * 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>`_ -* PyCon 2010: `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 |