From 5027f7cbcf2575dfc5a0c67068951c9ea4b9d7dd Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 8 Nov 2017 13:38:14 -0500 Subject: Added fix for changes in pyperclip project structure in the most recent version Also included a number of minor maintenance updates: - Bumped version to 0.7.8 in preparation for upcoming release - Updated Readme.md to add link to slides from recent Florida PyCon talk about cmd2 - Updated documentation on integrating cmd2 with other event loops to use newer runcmds_plus_hooks() method instead of legacy onecmds_plus_hooks method which doesn't properly deal with load commands - Deleted old files which were used to prepare for a PyCon 2010 presentation - Updated ChangeLog regarding this bug fix --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 1f2bf96c..d84558af 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -46,9 +46,9 @@ Resources * cmd_ * `cmd2 project page`_ * `project bug tracker`_ -* `PyCon 2010 presentation `_, - *Easy Command-Line Applications with cmd and cmd2*: - :doc:`slides `, +* Florida PyCon 2017: `slides `_ +* PyOhio 2011: `video `_ +* PyCon 2010: `presentation `_, `video `_ These docs will refer to ``App`` as your ``cmd2.Cmd`` -- cgit v1.2.1 From d9f441befaabb96887b8ffd810b97e32d25dc27d Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 8 Nov 2017 14:23:27 -0500 Subject: Fixed incorrect http link in the README --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index d84558af..d89f1d7e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -46,7 +46,7 @@ Resources * cmd_ * `cmd2 project page`_ * `project bug tracker`_ -* Florida PyCon 2017: `slides `_ +* Florida PyCon 2017: `slides `_ * PyOhio 2011: `video `_ * PyCon 2010: `presentation `_, `video `_ -- cgit v1.2.1 From 53aaee95bb3f9524d13853a7ac5575aedba260d4 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 8 Nov 2017 14:27:28 -0500 Subject: Removed broken link from docs --- docs/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index d89f1d7e..dd410a44 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,8 +48,7 @@ Resources * `project bug tracker`_ * Florida PyCon 2017: `slides `_ * PyOhio 2011: `video `_ -* PyCon 2010: `presentation `_, - `video `_ +* PyCon 2010: `video `_ These docs will refer to ``App`` as your ``cmd2.Cmd`` subclass, and ``app`` as an instance of ``App``. Of -- cgit v1.2.1 From 5fa0916115faf55fb513161b4de0d9d8544bcbc2 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Thu, 9 Nov 2017 02:32:36 -0500 Subject: Updated docs to make it more clear that you need to update shortcuts attribute before calling super class __init__ --- docs/index.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/index.rst') 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 `_ * PyOhio 2011: `video `_ -* PyCon 2010: `video `_ These docs will refer to ``App`` as your ``cmd2.Cmd`` subclass, and ``app`` as an instance of ``App``. Of -- cgit v1.2.1