Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update history documentation | kotfu | 2020-02-24 | 1 | -1/+1 |
| | |||||
* | Revise version statement | kotfu | 2020-02-24 | 1 | -1/+1 |
| | |||||
* | Move list sorting from completion to misc | kotfu | 2020-02-24 | 1 | -6/+6 |
| | |||||
* | Revise table of contents to include a description of each module | kotfu | 2020-02-24 | 3 | -8/+37 |
| | |||||
* | Clarify that the API documentation is the public API. | kotfu | 2020-02-22 | 1 | -0/+13 |
| | |||||
* | Add py_bridge API documentation | kotfu | 2020-02-22 | 2 | -0/+6 |
| | |||||
* | Instead of using automodule, only document public api functions | kotfu | 2020-02-22 | 1 | -1/+74 |
| | |||||
* | Add argparse stuff to api | kotfu | 2020-02-22 | 3 | -0/+12 |
| | |||||
* | Revisions and improvements for hooks and plugins | kotfu | 2020-02-22 | 1 | -2/+18 |
| | |||||
* | plugin and hook documentation updates | kotfu | 2020-02-20 | 4 | -1/+53 |
| | | | | | | - 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 | 3 | -1/+26 |
| | |||||
* | Merge branch 'master' into api_docs | kotfu | 2020-02-20 | 2 | -5/+0 |
|\ | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # cmd2/__init__.py # cmd2/decorators.py # docs/api/utility_functions.rst | ||||
| * | Fixed docs error | Kevin Van Brunt | 2020-02-20 | 1 | -1/+1 |
| | | |||||
| * | Moved custom cmd2 exceptions to a separate file and removed them from public API | Todd Leonhardt | 2020-02-18 | 2 | -5/+0 |
| | | |||||
* | | Add API documentation for constants | kotfu | 2020-02-15 | 2 | -0/+30 |
| | | |||||
* | | Finish attribute documentation for Statement class | kotfu | 2020-02-14 | 1 | -5/+30 |
| | | |||||
* | | Add documentation of multiline_command attribute | kotfu | 2020-02-14 | 1 | -0/+5 |
| | | |||||
* | | Remove separate files for utility functions and classes | kotfu | 2020-02-14 | 3 | -6/+0 |
| | | |||||
* | | Add documentation for parsing classes | kotfu | 2020-02-14 | 3 | -7/+48 |
| | | |||||
* | | Merge branch 'api_docs' of https://github.com/python-cmd2/cmd2 into api_docs | kotfu | 2020-02-10 | 1 | -2/+14 |
|\ \ | |/ | |||||
| * | Updated Sphinx documentation related to prompt | Todd Leonhardt | 2020-02-08 | 1 | -2/+14 |
| | | |||||
* | | Begin process of combining utils api docs into a single document | kotfu | 2020-02-10 | 4 | -66/+6 |
| | | |||||
* | | Title decorator documentation by package name | kotfu | 2020-02-09 | 1 | -2/+2 |
|/ | |||||
* | EmbeddedConsoleExit should not be part of the public api | kotfu | 2020-02-06 | 1 | -2/+0 |
| | |||||
* | Add documentation of __init__ method | kotfu | 2020-02-06 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into doc_streamline | kotfu | 2020-02-06 | 2 | -2/+4 |
|\ | | | | | | | | | # Conflicts: # docs/features/settings.rst | ||||
| * | Documentation updates | kotfu | 2020-02-05 | 1 | -0/+4 |
| | | |||||
| * | Fixed doc build and updated README | Todd Leonhardt | 2020-02-04 | 1 | -2/+0 |
| | | |||||
* | | Clean up class and method references | kotfu | 2020-02-05 | 3 | -6/+6 |
|/ | | | | | - 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 | ||||
* | Updating unit tests and docs | Kevin Van Brunt | 2020-01-20 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'master' into generating_output_docs | Todd Leonhardt | 2020-01-09 | 1 | -1/+7 |
|\ | | | | | | | | | | | # Conflicts: # docs/features/generating_output.rst # docs/features/settings.rst | ||||
| * | Fixed doc generation errors | Kevin Van Brunt | 2019-12-09 | 1 | -1/+7 |
| | | |||||
* | | 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 |
| | | |||||
* | | Documentation for colored output #765 | kotfu | 2019-11-23 | 2 | -0/+6 |
|/ | |||||
* | Fixed building of docs | Kevin Van Brunt | 2019-10-31 | 2 | -5/+5 |
| | |||||
* | Alphabetized feature list | Todd Leonhardt | 2019-07-06 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -4/+4 |
| | | | | For #709 | ||||
* | Revise menu structure | kotfu | 2019-07-03 | 1 | -0/+11 |
| | | | | | - collapse menu structure in sidebar so not everything is always shown - updates to Getting Started section | ||||
* | Major overhaul of documentation structure for #709 | kotfu | 2019-07-02 | 5 | -0/+78 |