Skip to content

Commit 6ef8b3d

Browse files
committed
code-py
1 parent 8451ac2 commit 6ef8b3d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/usage/extensions/apidoc.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -73,46 +73,46 @@ The apidoc extension uses the following configuration values:
7373
7474
Valid keys are:
7575

76-
:code-py:`'destination'
76+
:code-py:`'destination'`
7777
The output directory for generated files (**required**).
7878
This must be relative to the source directory,
7979
and will be created if it does not exist.
8080

81-
:code-py:`'path'
81+
:code-py:`'path'`
8282
The path to the module to document (**required**).
8383
This must be absolute or relative to the configuration directory.
8484

85-
:code-py:`'exclude_patterns'
85+
:code-py:`'exclude_patterns'`
8686
A sequence of patterns to exclude from generation.
8787
These may be literal paths or :py:mod:`fnmatch`-style patterns.
8888
Defaults to :code-py:`()`.
8989

90-
:code-py:`'maxdepth'
90+
:code-py:`'maxdepth'`
9191
The maximum depth of submodules to show in the generated table of contents.
9292
Defaults to :code-py:`4`.
9393

94-
:code-py:`'followlinks'
94+
:code-py:`'followlinks'`
9595
Follow symbolic links.
9696
Defaults to :code-py:`False`.
9797

98-
:code-py:`'separatemodules'
98+
:code-py:`'separatemodules'`
9999
Put documentation for each module on an individual page.
100100
Defaults to :code-py:`False`.
101101

102-
:code-py:`'includeprivate'
102+
:code-py:`'includeprivate'`
103103
Generate documentation for '_private' modules with leading underscores.
104104
Defaults to :code-py:`False`.
105105

106-
:code-py:`'noheadings'
106+
:code-py:`'noheadings'`
107107
Do not create headings for the modules/packages.
108108
Useful when source docstrings already contain headings.
109109
Defaults to :code-py:`False`.
110110

111-
:code-py:`'modulefirst'
111+
:code-py:`'modulefirst'`
112112
Place module documentation before submodule documentation.
113113
Defaults to :code-py:`False`.
114114

115-
:code-py:`'implicit_namespaces'
115+
:code-py:`'implicit_namespaces'`
116116
By default sphinx-apidoc processes sys.path searching for modules only.
117117
Python 3.3 introduced :pep:`420` implicit namespaces that allow module path
118118
structures such as ``foo/bar/module.py`` or ``foo/bar/baz/__init__.py``
@@ -121,6 +121,6 @@ The apidoc extension uses the following configuration values:
121121
Interpret module paths using :pep:`420` implicit namespaces.
122122
Defaults to :code-py:`False`.
123123

124-
:code-py:`'automodule_options'
124+
:code-py:`'automodule_options'`
125125
Options to pass to generated :rst:dir:`automodule` directives.
126126
Defaults to :code-py:`{'members', 'show-inheritance', 'undoc-members'}`.

0 commit comments

Comments
 (0)