diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-06 17:52:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-06 17:52:19 -0600 |
commit | 34975b52e769514b44ee8c13147a22961e68e7a7 (patch) | |
tree | fe93e18257514efc25e8539d5005af34ef4dcd3b /docs/features/generating_output.rst | |
parent | e18013e7f6be6721531cde163ec4697eac247270 (diff) | |
parent | 0ae0567c48c0519cbecca8448df0caa32f530906 (diff) | |
download | cmd2-git-34975b52e769514b44ee8c13147a22961e68e7a7.tar.gz |
Merge pull request #712 from python-cmd2/docstructure
New Documentation Structure
Diffstat (limited to 'docs/features/generating_output.rst')
-rw-r--r-- | docs/features/generating_output.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/features/generating_output.rst b/docs/features/generating_output.rst new file mode 100644 index 00000000..1dab6f64 --- /dev/null +++ b/docs/features/generating_output.rst @@ -0,0 +1,12 @@ +Generating Output +================= + +how to generate output + +- poutput +- perror +- paging +- exceptions +- color support + + |