summaryrefslogtreecommitdiff
path: root/docs/integrating.rst
Commit message (Collapse)AuthorAgeFilesLines
* Added fix for changes in pyperclip project structure in the most recent versionTodd Leonhardt2017-11-081-1/+11
| | | | | | | | | 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
* Updated the Sphinx docsTodd Leonhardt2017-03-061-0/+73
Added info on how to run cmd2 applications in a manner where cmd2 doesn't own the main loop so that the apps can be integrated with event loops.