Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced some pexcept() calls with perror(). | Kevin Van Brunt | 2021-04-02 | 1 | -1/+1 |
| | | | | | | Converted some strings to f-strings. Fixed some grammar in error messages and docs. Increased code coverage. | ||||
* | Fixed hook documentation | Kevin Van Brunt | 2020-07-17 | 1 | -9/+9 |
| | |||||
* | Fixed command finalization example | Kevin Van Brunt | 2020-07-07 | 1 | -1/+1 |
| | |||||
* | Updated docs | Kevin Van Brunt | 2020-05-28 | 1 | -0/+6 |
| | |||||
* | Revisions and improvements for hooks and plugins | kotfu | 2020-02-22 | 1 | -28/+48 |
| | |||||
* | plugin and hook documentation updates | kotfu | 2020-02-20 | 1 | -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 API | Todd Leonhardt | 2020-02-18 | 1 | -6/+1 |
| | |||||
* | Clean up class and method references | kotfu | 2020-02-05 | 1 | -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 checking | kotfu | 2019-07-06 | 1 | -40/+42 |
| | | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors | ||||
* | Formatting cleanups | kotfu | 2019-07-06 | 1 | -13/+16 |
| | |||||
* | Major overhaul of documentation structure for #709 | kotfu | 2019-07-02 | 1 | -0/+305 |