Skip to content

Commit 8d7a901

Browse files
committed
Deployed 7ee014b with MkDocs version: 1.2.3
1 parent 8b7b472 commit 8d7a901

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

usage/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,13 +1300,6 @@ <h3 id="supported-docstrings-styles">Supported docstrings styles<a class="header
13001300
You can configure what style you want to use with
13011301
the <code>docstring_style</code> and <code>docstring_options</code> <a href="#selection">selection options</a>,
13021302
both 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
13121305
in <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
14671467
in <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

Comments
 (0)