summaryrefslogtreecommitdiff
path: root/docs/api/cmd.rst
Commit message (Collapse)AuthorAgeFilesLines
* The continuation_prompt attribute was declared twice in cmd.rst - this fixes ↵Todd Leonhardt2020-04-081-5/+1
| | | | and consolidates that
* Update scripting docs. Closes #765.kotfu2020-02-281-0/+6
|
* Update history documentationkotfu2020-02-241-1/+1
|
* Revisions and improvements for hooks and pluginskotfu2020-02-221-2/+18
|
* plugin and hook documentation updateskotfu2020-02-201-0/+5
| | | | | | - add api documentation for plugin data classes - update hook and plugin documentation to link to now documented api classes
* Add history api documentationkotfu2020-02-201-1/+9
|
* Updated Sphinx documentation related to promptTodd Leonhardt2020-02-081-2/+14
|
* Add documentation of __init__ methodkotfu2020-02-061-0/+2
|
* 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
* Move settable documentation from source code to api docskotfu2020-01-141-0/+8
|
* Add documentation for default_errorkotfu2020-01-141-0/+3
|
* Show various attribute documentation approaches for #821kotfu2019-11-291-1/+3
|
* Show various options for documenting attributeskotfu2019-11-291-0/+4
|
* Added autoclass documentation for cmd2.Cmd in cmd.rstTodd Leonhardt2019-07-061-0/+3
| | | | This required whitespace tweaks to a number of docstrings.
* Added a walkthrough of constructing a simple application to the overviewkotfu2019-07-051-2/+2
| | | | For #709
* Major overhaul of documentation structure for #709kotfu2019-07-021-0/+2