8000 Fix link to griffe.Parsers in docstrings options summary · melissawm/mkdocstrings-python@8b20c70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b20c70

Browse files
committed
Fix link to griffe.Parsers in docstrings options summary
1 parent ce91d88 commit 8b20c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mkdocstrings_handlers/python/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class PythonHandler(BaseHandler):
162162
163163
Attributes: Docstrings options:
164164
docstring_style (str): The docstring style to use: `google`, `numpy`, `sphinx`, or `None`. Default: `"google"`.
165-
docstring_options (dict): The options for the docstring parser. See parsers under [`griffe.docstrings`][].
165+
docstring_options (dict): The options for the docstring parser. See parsers under [`griffe.Parser`][].
166166
docstring_section_style (str): The style used to render docstring sections. Options: `table`, `list`, `spacy`. Default: `"table"`.
167167
merge_init_into_class (bool): Whether to merge the `__init__` method into the class' signature and docstring. Default: `False`.
168168
show_if_no_docstring (bool): Show the object heading even if it has no docstring or children with docstrings. Default: `False`.

0 commit comments

Comments
 (0)
0