summaryrefslogtreecommitdiff
path: root/docs/api/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* Updated documentation with more explicit discussions on testingEric Lin2020-08-201-0/+2
| | | | Added unit test to verify command name validation updates.
* Fixes to sphinx generationEric Lin2020-08-041-0/+1
|
* Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.Kevin Van Brunt2020-05-071-13/+15
| | | | Both exception classes have been added to the public API.
* Updating documentation for table creationKevin Van Brunt2020-04-221-0/+1
|
* Updated docsKevin Van Brunt2020-04-221-0/+1
|
* Revise version statementkotfu2020-02-241-1/+1
|
* Revise table of contents to include a description of each modulekotfu2020-02-241-2/+25
|
* Clarify that the API documentation is the public API.kotfu2020-02-221-0/+13
|
* Add py_bridge API documentationkotfu2020-02-221-0/+1
|
* Add argparse stuff to apikotfu2020-02-221-0/+2
|
* plugin and hook documentation updateskotfu2020-02-201-0/+1
| | | | | | - 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-0/+1
|
* Merge branch 'master' into api_docskotfu2020-02-201-1/+0
|\ | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # cmd2/__init__.py # cmd2/decorators.py # docs/api/utility_functions.rst
| * Moved custom cmd2 exceptions to a separate file and removed them from public APITodd Leonhardt2020-02-181-1/+0
| |
* | Add API documentation for constantskotfu2020-02-151-0/+1
| |
* | Remove separate files for utility functions and classeskotfu2020-02-141-2/+0
| |
* | Add documentation for parsing classeskotfu2020-02-141-0/+1
| |
* | Begin process of combining utils api docs into a single documentkotfu2020-02-101-0/+1
|/
* Documentation for colored output #765kotfu2019-11-231-0/+1
|
* Alphabetized feature listTodd Leonhardt2019-07-061-1/+1
|
* Added a walkthrough of constructing a simple application to the overviewkotfu2019-07-051-2/+2
| | | | For #709
* Revise menu structurekotfu2019-07-031-0/+11
- collapse menu structure in sidebar so not everything is always shown - updates to Getting Started section