Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up class and method references | kotfu | 2020-02-05 | 1 | -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 | ||||
* | Fix doc8 line length violations committed in prevoius PR | Todd Leonhardt | 2020-01-20 | 1 | -8/+10 |
| | |||||
* | Updating some doc text | Kevin Van Brunt | 2020-01-16 | 1 | -6/+14 |
| | |||||
* | Updating some doc text | Kevin Van Brunt | 2020-01-16 | 1 | -2/+2 |
| | |||||
* | Fix document rendering error | kotfu | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Revise allow_style and colored output documentation | kotfu | 2020-01-14 | 1 | -78/+51 |
| | |||||
* | Merge branch 'master' into generating_output_docs | Todd Leonhardt | 2020-01-09 | 1 | -5/+29 |
|\ | | | | | | | | | | | # Conflicts: # docs/features/generating_output.rst # docs/features/settings.rst | ||||
| * | Changed allow_ansi to allow_style for accuracy in what types of ANSI escape ↵ | Kevin Van Brunt | 2019-12-19 | 1 | -6/+6 |
| | | | | | | | | sequences are handled | ||||
* | | Finish generating_output and document output related settings | kotfu | 2019-11-29 | 1 | -30/+46 |
| | | |||||
* | | Show various options for documenting attributes | kotfu | 2019-11-29 | 1 | -18/+40 |
| | | |||||
* | | Documentation for colored output #765 | kotfu | 2019-11-23 | 1 | -44/+51 |
| | | |||||
* | | Work on Generating Output docs for #765 | kotfu | 2019-11-22 | 1 | -35/+83 |
|/ | |||||
* | Created a new documentation section on "Output redirection and pipes" | Todd Leonhardt | 2019-11-03 | 1 | -34/+0 |
| | | | | | | | | Also: - Moved existing output redirection documentation from "Generating Output" section there - Significantly expanded upon this - Improved documentation on Command Scripts - Added missing setting to Settings documentation section | ||||
* | Integrate the unfreefeatures legacy documentation | kotfu | 2019-07-16 | 1 | -0/+60 |
| | |||||
* | Lots of work on the migrating documentation for #719 | kotfu | 2019-07-14 | 1 | -0/+33 |
| | |||||
* | Skeleton doc structure complete for #709 | kotfu | 2019-07-02 | 1 | -3/+5 |
| | |||||
* | Major overhaul of documentation structure for #709 | kotfu | 2019-07-02 | 1 | -0/+10 |