diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-06 16:57:18 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-06 16:57:18 -0400 |
commit | 5d191c2ad3d9b95648f65525202b8d8bd0d73450 (patch) | |
tree | d87ccb7ac511dcb9c95505e23b49a575e5281072 /docs/api | |
parent | bbae658da66438340bd6b8b7aa15998561c1a853 (diff) | |
download | cmd2-git-5d191c2ad3d9b95648f65525202b8d8bd0d73450.tar.gz |
Added autoclass documentation for cmd2.Cmd in cmd.rst
This required whitespace tweaks to a number of docstrings.
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/cmd.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/cmd.rst b/docs/api/cmd.rst index 35e9ae69..4f88101e 100644 --- a/docs/api/cmd.rst +++ b/docs/api/cmd.rst @@ -1,2 +1,5 @@ cmd2.Cmd ======== + +.. autoclass:: cmd2.cmd2.Cmd + :members: |