diff options
author | Eric Lin <anselor@gmail.com> | 2020-06-16 09:40:40 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-08-04 13:38:08 -0400 |
commit | 07321efc8ac8dc5d8276a1c33ed4fa506e24ae6a (patch) | |
tree | 669ccf974bbd196eb1d36a2f13724fe55ab3cb67 /docs | |
parent | 9ad174a173fdc610c661d588c1f42decbb3d7f5e (diff) | |
download | cmd2-git-07321efc8ac8dc5d8276a1c33ed4fa506e24ae6a.tar.gz |
Fixes to sphinx generation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/command_definition.rst | 5 | ||||
-rw-r--r-- | docs/api/index.rst | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/api/command_definition.rst b/docs/api/command_definition.rst new file mode 100644 index 00000000..cfb7082e --- /dev/null +++ b/docs/api/command_definition.rst @@ -0,0 +1,5 @@ +cmd2.command_definition +======================= + +.. automodule:: cmd2.command_definition + :members: diff --git a/docs/api/index.rst b/docs/api/index.rst index cc899ba1..17a25907 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -23,6 +23,7 @@ This documentation is for ``cmd2`` version |version|. argparse_completer argparse_custom constants + command_definition decorators exceptions history |