8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bcf33 commit 37a6000Copy full SHA for 37a6000
docs/usage.md
@@ -88,6 +88,12 @@ both globally or per autodoc instruction.
88
89
See the supported docstring sections on [Griffe's documentation](https://mkdocstrings.github.io/griffe/docstrings/).
90
91
+!!! note
92
+ As Numpy-style is partially supported by the underlying parser,
93
+ you may experience problems in the building process if your docstring
94
+ has a `Methods` section in the class docstring
95
+ (see [#366](https://github.com/mkdocstrings/mkdocstrings/issues/366)).
96
+
97
#### Google-style admonitions
98
99
With Google-style docstrings, any section that is not recognized will be transformed into its admonition equivalent.
0 commit comments