@@ -1300,13 +1300,6 @@ <h3 id="supported-docstrings-styles">Supported docstrings styles<a class="header
13001300You can configure what style you want to use with
13011301the < code > docstring_style</ code > and < code > docstring_options</ code > < a href ="#selection "> selection options</ a > ,
13021302both globally or per autodoc instruction.</ p >
1303- < div class ="admonition note ">
1304- < p class ="admonition-title "> Note</ p >
1305- </ div >
1306- < p > As Numpy-style is partially supported by the underlying parser,
1307- you may experience problems in the building process if your docstring
1308- has a < code > Methods</ code > section in the class docstring
1309- (see < a href ="https://github.com/mkdocstrings/mkdocstrings/issues/366 "> #366</ a > ).</ p >
13101303< h4 id ="google-style "> Google-style< a class ="headerlink " href ="#google-style " title ="Permanent link "> ¤</ a > </ h4 >
13111304< p > You can see examples of Google-style docstrings
13121305in < a href ="https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html "> Napoleon's documentation</ a > .</ p >
@@ -1463,6 +1456,13 @@ <h4 id="numpy-style">Numpy-style<a class="headerlink" href="#numpy-style" title=
14631456# etc.
14641457</ code > </ pre > </ div >
14651458</ div >
1459+ < div class ="admonition note ">
1460+ < p class ="admonition-title "> Note</ p >
1461+ < p > As Numpy-style is partially supported by the underlying parser,
1462+ you may experience problems in the building process if your docstring
1463+ has a < code > Methods</ code > section in the class docstring
1464+ (see < a href ="https://github.com/mkdocstrings/mkdocstrings/issues/366 "> #366</ a > ).</ p >
1465+ </ div >
14661466< p > You can see examples of Numpy-style docstrings
14671467in < a href ="https://numpydoc.readthedocs.io/en/latest/format.html "> numpydoc's documentation</ a > .</ p >
14681468< h4 id ="restructuredtext-style "> reStructuredText-style< a class ="headerlink " href ="#restructuredtext-style " title ="Permanent link "> ¤</ a > </ h4 >
0 commit comments