summaryrefslogtreecommitdiff
path: root/docs/features/hooks.rst
Commit message (Collapse)AuthorAgeFilesLines
* Replaced some pexcept() calls with perror().Kevin Van Brunt2021-04-021-1/+1
| | | | | | Converted some strings to f-strings. Fixed some grammar in error messages and docs. Increased code coverage.
* Fixed hook documentationKevin Van Brunt2020-07-171-9/+9
|
* Fixed command finalization exampleKevin Van Brunt2020-07-071-1/+1
|
* Updated docsKevin Van Brunt2020-05-281-0/+6
|
* Revisions and improvements for hooks and pluginskotfu2020-02-221-28/+48
|
* plugin and hook documentation updateskotfu2020-02-201-68/+77
| | | | | | - add api documentation for plugin data classes - update hook and plugin documentation to link to now documented api classes
* Moved custom cmd2 exceptions to a separate file and removed them from public APITodd Leonhardt2020-02-181-6/+1
|
* Clean up class and method referenceskotfu2020-02-051-1/+1
| | | | | - In docs/api/cmd.rst, the `cmd2.Cmd` class was defined as `cmd2.cmd2.Cmd`, which required the extraneous `cmd2` every time we referenced it. This extra `cmd2` is no longer required. - always refer to a bare cmd2 using ``cmd2`` per our documentation conventions
* Add doc8 documentation style checkingkotfu2019-07-061-40/+42
| | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors
* Formatting cleanupskotfu2019-07-061-13/+16
|
* Major overhaul of documentation structure for #709kotfu2019-07-021-0/+305