@@ -73,46 +73,46 @@ The apidoc extension uses the following configuration values:
73
73
74
74
Valid keys are:
75
75
76
- :code-py: `'destination'
76
+ :code-py: `'destination' `
77
77
The output directory for generated files (**required **).
78
78
This must be relative to the source directory,
79
79
and will be created if it does not exist.
80
80
81
- :code-py: `'path'
81
+ :code-py: `'path' `
82
82
The path to the module to document (**required **).
83
83
This must be absolute or relative to the configuration directory.
84
84
85
- :code-py: `'exclude_patterns'
85
+ :code-py: `'exclude_patterns' `
86
86
A sequence of patterns to exclude from generation.
87
87
These may be literal paths or :py:mod: `fnmatch `-style patterns.
88
88
Defaults to :code-py: `() `.
89
89
90
- :code-py: `'maxdepth'
90
+ :code-py: `'maxdepth' `
91
91
The maximum depth of submodules to show in the generated table of contents.
92
92
Defaults to :code-py: `4 `.
93
93
94
- :code-py: `'followlinks'
94
+ :code-py: `'followlinks' `
95
95
Follow symbolic links.
96
96
Defaults to :code-py: `False `.
97
97
98
- :code-py: `'separatemodules'
98
+ :code-py: `'separatemodules' `
99
99
Put documentation for each module on an individual page.
100
100
Defaults to :code-py: `False `.
101
101
102
- :code-py: `'includeprivate'
102
+ :code-py: `'includeprivate' `
103
103
Generate documentation for '_private' modules with leading underscores.
104
104
Defaults to :code-py: `False `.
105
105
106
- :code-py: `'noheadings'
106
+ :code-py: `'noheadings' `
107
107
Do not create headings for the modules/packages.
108
108
Useful when source docstrings already contain headings.
109
109
Defaults to :code-py: `False `.
110
110
111
- :code-py: `'modulefirst'
111
+ :code-py: `'modulefirst' `
112
112
Place module documentation before submodule documentation.
113
113
Defaults to :code-py: `False `.
114
114
115
- :code-py: `'implicit_namespaces'
115
+ :code-py: `'implicit_namespaces' `
116
116
By default sphinx-apidoc processes sys.path searching for modules only.
117
117
Python 3.3 introduced :pep: `420 ` implicit namespaces that allow module path
118
118
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:
121
121
Interpret module paths using :pep: `420 ` implicit namespaces.
122
122
Defaults to :code-py: `False `.
123
123
124
- :code-py: `'automodule_options'
124
+ :code-py: `'automodule_options' `
125
125
Options to pass to generated :rst:dir: `automodule ` directives.
126
126
Defaults to :code-py: `{'members', 'show-inheritance', 'undoc-members'} `.
0 commit comments