summaryrefslogtreecommitdiff
path: root/docs/api
Commit message (Expand)AuthorAgeFilesLines
* Some mypy validation fixesEric Lin2021-03-181-2/+0
* Added link for command_definition moduleKevin Van Brunt2021-03-081-0/+2
* Added cmd2.exceptions.PassThroughExceptionexception_passthroughKevin Van Brunt2021-03-021-0/+3
* Merge branch 'master' into 2.0Todd Leonhardt2020-11-111-0/+4
|\
| * Fixed issue where quoted redirectors and terminators in aliases and macros we...Kevin Van Brunt2020-09-301-0/+4
* | Moved two classes from cmd2.py to utils.py.Kevin Van Brunt2020-09-092-23/+27
* | Made CustomCompletionSettings public since it's optionally passed to public m...Kevin Van Brunt2020-09-051-4/+23
* | Fixed docs errorKevin Van Brunt2020-09-011-0/+4
* | Merge branch 'master' into 2.0Kevin Van Brunt2020-08-202-0/+11
|\ \ | |/
| * Updated documentation with more explicit discussions on testingEric Lin2020-08-202-0/+11
* | Replaced choices_function / choices_method with choices_provider.Kevin Van Brunt2020-08-132-9/+3
|/
* Verify that a completer function is defined in a CommandSet beforeEric Lin2020-08-061-0/+3
* Fixes to sphinx generationEric Lin2020-08-042-0/+6
* Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.Kevin Van Brunt2020-05-072-13/+26
* Updating documentation for table creationKevin Van Brunt2020-04-221-0/+1
* Updated docsKevin Van Brunt2020-04-223-0/+37
* The continuation_prompt attribute was declared twice in cmd.rst - this fixes ...Todd Leonhardt2020-04-081-5/+1
* Update scripting docs. Closes #765.kotfu2020-02-281-0/+6
* Update history documentationkotfu2020-02-241-1/+1
* Revise version statementkotfu2020-02-241-1/+1
* Move list sorting from completion to misckotfu2020-02-241-6/+6
* Revise table of contents to include a description of each modulekotfu2020-02-243-8/+37
* Clarify that the API documentation is the public API.kotfu2020-02-221-0/+13
* Add py_bridge API documentationkotfu2020-02-222-0/+6
* Instead of using automodule, only document public api functionskotfu2020-02-221-1/+74
* Add argparse stuff to apikotfu2020-02-223-0/+12
* Revisions and improvements for hooks and pluginskotfu2020-02-221-2/+18
* plugin and hook documentation updateskotfu2020-02-204-1/+53
* Add history api documentationkotfu2020-02-203-1/+26
* Merge branch 'master' into api_docskotfu2020-02-202-5/+0
|\
| * Fixed docs errorKevin Van Brunt2020-02-201-1/+1
| * Moved custom cmd2 exceptions to a separate file and removed them from public APITodd Leonhardt2020-02-182-5/+0
* | Add API documentation for constantskotfu2020-02-152-0/+30
* | Finish attribute documentation for Statement classkotfu2020-02-141-5/+30
* | Add documentation of multiline_command attributekotfu2020-02-141-0/+5
* | Remove separate files for utility functions and classeskotfu2020-02-143-6/+0
* | Add documentation for parsing classeskotfu2020-02-143-7/+48
* | Merge branch 'api_docs' of https://github.com/python-cmd2/cmd2 into api_docskotfu2020-02-101-2/+14
|\ \ | |/
| * Updated Sphinx documentation related to promptTodd Leonhardt2020-02-081-2/+14
* | Begin process of combining utils api docs into a single documentkotfu2020-02-104-66/+6
* | Title decorator documentation by package namekotfu2020-02-091-2/+2
|/
* EmbeddedConsoleExit should not be part of the public apikotfu2020-02-061-2/+0
* Add documentation of __init__ methodkotfu2020-02-061-0/+2
* Merge branch 'master' into doc_streamlinekotfu2020-02-062-2/+4
|\
| * Documentation updateskotfu2020-02-051-0/+4
| * Fixed doc build and updated READMETodd Leonhardt2020-02-041-2/+0
* | Clean up class and method referenceskotfu2020-02-053-6/+6
|/
* Updating unit tests and docsKevin Van Brunt2020-01-201-0/+2
* Move settable documentation from source code to api docskotfu2020-01-141-0/+8
* Add documentation for default_errorkotfu2020-01-141-0/+3