| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The continuation_prompt attribute was declared twice in cmd.rst - this fixes ↵ | Todd Leonhardt | 2020-04-08 | 1 | -5/+1 |
| | | | | | and consolidates that | ||||
| * | Update scripting docs. Closes #765. | kotfu | 2020-02-28 | 1 | -0/+6 |
| | | |||||
| * | Update history documentation | kotfu | 2020-02-24 | 1 | -1/+1 |
| | | |||||
| * | Revisions and improvements for hooks and plugins | kotfu | 2020-02-22 | 1 | -2/+18 |
| | | |||||
| * | plugin and hook documentation updates | kotfu | 2020-02-20 | 1 | -0/+5 |
| | | | | | | | - add api documentation for plugin data classes - update hook and plugin documentation to link to now documented api classes | ||||
| * | Add history api documentation | kotfu | 2020-02-20 | 1 | -1/+9 |
| | | |||||
| * | Updated Sphinx documentation related to prompt | Todd Leonhardt | 2020-02-08 | 1 | -2/+14 |
| | | |||||
| * | Add documentation of __init__ method | kotfu | 2020-02-06 | 1 | -0/+2 |
| | | |||||
| * | 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 | ||||
| * | Move settable documentation from source code to api docs | kotfu | 2020-01-14 | 1 | -0/+8 |
| | | |||||
| * | Add documentation for default_error | kotfu | 2020-01-14 | 1 | -0/+3 |
| | | |||||
| * | Show various attribute documentation approaches for #821 | kotfu | 2019-11-29 | 1 | -1/+3 |
| | | |||||
| * | Show various options for documenting attributes | kotfu | 2019-11-29 | 1 | -0/+4 |
| | | |||||
| * | Added autoclass documentation for cmd2.Cmd in cmd.rst | Todd Leonhardt | 2019-07-06 | 1 | -0/+3 |
| | | | | | This required whitespace tweaks to a number of docstrings. | ||||
| * | Added a walkthrough of constructing a simple application to the overview | kotfu | 2019-07-05 | 1 | -2/+2 |
| | | | | | For #709 | ||||
| * | Major overhaul of documentation structure for #709 | kotfu | 2019-07-02 | 1 | -0/+2 |
