summaryrefslogtreecommitdiff
path: root/docs/features/generating_output.rst
Commit message (Collapse)AuthorAgeFilesLines
* Clean up class and method referenceskotfu2020-02-051-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 PRTodd Leonhardt2020-01-201-8/+10
|
* Updating some doc textKevin Van Brunt2020-01-161-6/+14
|
* Updating some doc textKevin Van Brunt2020-01-161-2/+2
|
* Fix document rendering errorkotfu2020-01-151-1/+1
|
* Revise allow_style and colored output documentationkotfu2020-01-141-78/+51
|
* Merge branch 'master' into generating_output_docsTodd Leonhardt2020-01-091-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 Brunt2019-12-191-6/+6
| | | | | | | | sequences are handled
* | Finish generating_output and document output related settingskotfu2019-11-291-30/+46
| |
* | Show various options for documenting attributeskotfu2019-11-291-18/+40
| |
* | Documentation for colored output #765kotfu2019-11-231-44/+51
| |
* | Work on Generating Output docs for #765kotfu2019-11-221-35/+83
|/
* Created a new documentation section on "Output redirection and pipes"Todd Leonhardt2019-11-031-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 documentationkotfu2019-07-161-0/+60
|
* Lots of work on the migrating documentation for #719kotfu2019-07-141-0/+33
|
* Skeleton doc structure complete for #709kotfu2019-07-021-3/+5
|
* Major overhaul of documentation structure for #709kotfu2019-07-021-0/+10