| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |
