Deployed d0c5f5b with MkDocs version: 1.3.0

This commit is contained in:
2022-07-16 14:23:58 +00:00
parent a0b4acbce7
commit 4a8ef30a7b
31 changed files with 2215 additions and 1270 deletions

View file

@ -435,7 +435,7 @@
<li class="md-nav__item">
<a href="../../how-to-guides/large_file/" class="md-nav__link">
<a href="../../how-to-guides/large-file/" class="md-nav__link">
How to use LargeFiles
</a>
</li>
@ -2230,7 +2230,7 @@ language tagging.</p>
<td>
<code><span title="typing.Optional">Optional</span>[<span title="matplotlib.pyplot">plt</span>.<span title="matplotlib.pyplot.Axes">Axes</span>]</code>
</td>
<td><p>Matplotlib axes for ploting inside a subplot.</p></td>
<td><p>Matplotlib axes for plotting inside a subplot.</p></td>
<td>
<code>None</code>
</td>
@ -2407,7 +2407,7 @@ language tagging.</p>
<a id="__codelineno-0-34" name="__codelineno-0-34"></a><span class="sd"> `expected`)</span>
<a id="__codelineno-0-35" name="__codelineno-0-35"></a><span class="sd"> title: Title of the plot.</span>
<a id="__codelineno-0-36" name="__codelineno-0-36"></a><span class="sd"> disable_interpolation: Do not interpolate.</span>
<a id="__codelineno-0-37" name="__codelineno-0-37"></a><span class="sd"> axes: Matplotlib axes for ploting inside a subplot.</span>
<a id="__codelineno-0-37" name="__codelineno-0-37"></a><span class="sd"> axes: Matplotlib axes for plotting inside a subplot.</span>
<a id="__codelineno-0-38" name="__codelineno-0-38"></a><span class="sd"> output_svg: If specified, save the chart as an svg to the given Path.</span>
<a id="__codelineno-0-39" name="__codelineno-0-39"></a><span class="sd"> reverse_order: Reverse the ranking specified by `expected`.</span>
<a id="__codelineno-0-40" name="__codelineno-0-40"></a><span class="sd"> plot: Display a plot on the screen.</span>
@ -2763,7 +2763,7 @@ functions. The <code>func</code> function is serialised with <code>dill</code>.
the map function are sent to the host process where they are either raised (default)
or ignored.</p>
<p>The new processes are forked if the OS allows it, otherwise, new Python processes
are bootstrapped which can incur some startup cost. Each process processes a single
are bootstrapped which can incur some start-up cost. Each process processes a single
chunk at once.</p>
<p><strong>Examples:</strong></p>
@ -3026,7 +3026,7 @@ process and <code>ignore_exceptions=False</code>.</p></td>
<a id="__codelineno-0-91" name="__codelineno-0-91"></a><span class="sd"> or ignored.</span>
<a id="__codelineno-0-92" name="__codelineno-0-92"></a>
<a id="__codelineno-0-93" name="__codelineno-0-93"></a><span class="sd"> The new processes are forked if the OS allows it, otherwise, new Python processes</span>
<a id="__codelineno-0-94" name="__codelineno-0-94"></a><span class="sd"> are bootstrapped which can incur some startup cost. Each process processes a single</span>
<a id="__codelineno-0-94" name="__codelineno-0-94"></a><span class="sd"> are bootstrapped which can incur some start-up cost. Each process processes a single</span>
<a id="__codelineno-0-95" name="__codelineno-0-95"></a><span class="sd"> chunk at once.</span>
<a id="__codelineno-0-96" name="__codelineno-0-96"></a>
<a id="__codelineno-0-97" name="__codelineno-0-97"></a><span class="sd"> Examples:</span>