|
140 | 140 | "type": "boolean",
|
141 | 141 | "default": false
|
142 | 142 | },
|
| 143 | + "show_docstring_attributes": { |
| 144 | + "title": "Whether to display the \"Attributes\" section in the object's docstring.", |
| 145 | + "markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options", |
| 146 | + "type": "boolean", |
| 147 | + "default": true |
| 148 | + }, |
| 149 | + "show_docstring_description": { |
| 150 | + "title": "Whether to display the textual block (including admonitions) in the object's docstring.", |
| 151 | + "markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options", |
| 152 | + "type": "boolean", |
| 153 | + "default": true |
| 154 | + }, |
| 155 | + "show_docstring_examples": { |
| 156 | + "title": "Whether to display the \"Examples\" section in the object's docstring.", |
| 157 | + "markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options", |
| 158 | + "type": "boolean", |
| 159 | + "default": true |
| 160 | + }, |
| 161 | + "show_docstring_other_parameters": { |
| 162 | + "title": "Whether to display the \"Other Parameters\" section in the object's docstring.", |
| 163 | + "markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options", |
| 164 | + "type": "boolean", |
| 165 | + "default": true |
| 166 | + }, |
| 167 | + "show_docstring_parameters": { |
| 168 | + "title": "Whether to display the \"Parameters\" section in the object's docstring.", |
| 169 | + "markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options", |
| 170 | + "type": "boolean", |
| 171 | + "default": true |
| 172 | + }, |
| 173 | + "show_docstring_raises": { |
| 174 | + "title": "Whether to display the \"Raises\" section in the object's docstring.", |
| 175 | + "markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options", |
| 176 | + "type": "boolean", |
| 177 | + "default": true |
| 178 | + }, |
| 179 | + "show_docstring_receives": { |
| 180 | + "title": "Whether to display the \"Receives\" section in the object's docstring.", |
| 181 | + "markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options", |
| 182 | + "type": "boolean", |
| 183 | + "default": true |
| 184 | + }, |
| 185 | + "show_docstring_returns": { |
| 186 | + "title": "Whether to display the \"Returns\" section in the object's docstring.", |
| 187 | + "markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options", |
| 188 | + "type": "boolean", |
| 189 | + "default": true |
| 190 | + }, |
| 191 | + "show_docstring_warns": { |
| 192 | + "title": "Whether to display the \"Warns\" section in the object's docstring.", |
| 193 | + "markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options", |
| 194 | + "type": "boolean", |
| 195 | + "default": true |
| 196 | + }, |
| 197 | + "show_docstring_yields": { |
| 198 | + "title": "Whether to display the \"Yields\" section in the object's docstring.", |
| 199 | + "markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options", |
| 200 | + "type": "boolean", |
| 201 | + "default": true |
| 202 | + }, |
143 | 203 | "show_source": {
|
144 |
| - "title": "Show the source code of this object..", |
| 204 | + "title": "Show the source code of this object.", |
145 | 205 | "markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
|
146 | 206 | "type": "boolean",
|
147 | 207 | "default": true
|
|
0 commit comments