diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-10-31 14:54:36 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-10-31 14:54:36 -0400 |
commit | 4ea04bc6e7d64d2e1f84ed2a512917576c715bcd (patch) | |
tree | 6edce82378ac1fca1568c19ae4c723bb3ad4dbd4 /docs/api | |
parent | b2dc994ebebb43ab7328ca5309bb18798978d94e (diff) | |
download | cmd2-git-4ea04bc6e7d64d2e1f84ed2a512917576c715bcd.tar.gz |
Fixed building of docs
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/decorators.rst | 8 | ||||
-rw-r--r-- | docs/api/utility_functions.rst | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/api/decorators.rst b/docs/api/decorators.rst index d7bfa138..a5fc022e 100644 --- a/docs/api/decorators.rst +++ b/docs/api/decorators.rst @@ -1,10 +1,10 @@ Decorators ========== -.. autofunction:: cmd2.cmd2.with_category +.. autofunction:: cmd2.decorators.with_category -.. autofunction:: cmd2.cmd2.with_argument_list +.. autofunction:: cmd2.decorators.with_argument_list -.. autofunction:: cmd2.cmd2.with_argparser_and_unknown_args +.. autofunction:: cmd2.decorators.with_argparser_and_unknown_args -.. autofunction:: cmd2.cmd2.with_argparser +.. autofunction:: cmd2.decorators.with_argparser diff --git a/docs/api/utility_functions.rst b/docs/api/utility_functions.rst index 57a720bf..86fb656c 100644 --- a/docs/api/utility_functions.rst +++ b/docs/api/utility_functions.rst @@ -7,7 +7,7 @@ Utility Functions .. autofunction:: cmd2.utils.strip_quotes -.. autofunction:: cmd2.cmd2.categorize +.. autofunction:: cmd2.decorators.categorize .. autofunction:: cmd2.utils.center_text |