Skip to content

Commit 4ea04bc

Browse files
committed
Fixed building of docs
1 parent b2dc994 commit 4ea04bc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/api/decorators.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Decorators
22
==========
33

4-
.. autofunction:: cmd2.cmd2.with_category
4+
.. autofunction:: cmd2.decorators.with_category
55

6-
.. autofunction:: cmd2.cmd2.with_argument_list
6+
.. autofunction:: cmd2.decorators.with_argument_list
77

8-
.. autofunction:: cmd2.cmd2.with_argparser_and_unknown_args
8+
.. autofunction:: cmd2.decorators.with_argparser_and_unknown_args
99

10-
.. autofunction:: cmd2.cmd2.with_argparser
10+
.. autofunction:: cmd2.decorators.with_argparser

docs/api/utility_functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Utility Functions
77

88
.. autofunction:: cmd2.utils.strip_quotes
99

10-
.. autofunction:: cmd2.cmd2.categorize
10+
.. autofunction:: cmd2.decorators.categorize
1111

1212
.. autofunction:: cmd2.utils.center_text
1313

docs/features/argument_processing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Decorators provided by cmd2 for argument processing
4040
``cmd2`` provides the following decorators for assisting with parsing arguments
4141
passed to commands:
4242

43-
.. automethod:: cmd2.cmd2.with_argument_list
43+
.. automethod:: cmd2.decorators.with_argument_list
4444
:noindex:
45-
.. automethod:: cmd2.cmd2.with_argparser
45+
.. automethod:: cmd2.decorators.with_argparser
4646
:noindex:
47-
.. automethod:: cmd2.cmd2.with_argparser_and_unknown_args
47+
.. automethod:: cmd2.decorators.with_argparser_and_unknown_args
4848
:noindex:
4949

5050
All of these decorators accept an optional **preserve_quotes** argument which

0 commit comments

Comments
 (0)