Skip to content

Commit 724daac

Browse files
committed
Deployed d965ccc with MkDocs version: 1.4.2
1 parent d13f6d2 commit 724daac

9 files changed

Lines changed: 398 additions & 354 deletions

File tree

changelog/index.html

Lines changed: 167 additions & 102 deletions
Large diffs are not rendered by default.

credits/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ <h3 id="exec-0--runtime-dependencies">Runtime dependencies<a class="headerlink"
959959
<td><a href="https://pypi.org/project/griffe/"><code>griffe</code></a></td>
960960
<td>Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.</td>
961961
<td><code>&gt;=0.24</code></td>
962-
<td><code>0.24.1</code></td>
962+
<td><code>0.25.0</code></td>
963963
<td>ISC</td>
964964
</tr>
965965
<tr>
@@ -1106,7 +1106,7 @@ <h3 id="exec-0--runtime-dependencies">Runtime dependencies<a class="headerlink"
11061106
<td><a href="https://pypi.org/project/watchdog/"><code>watchdog</code></a></td>
11071107
<td>Filesystem events monitoring</td>
11081108
<td><code>&gt;=2.0</code></td>
1109-
<td><code>2.1.9</code></td>
1109+
<td><code>2.2.0</code></td>
11101110
<td>Apache License 2.0</td>
11111111
</tr>
11121112
<tr>
@@ -1190,8 +1190,8 @@ <h3 id="exec-0--development-dependencies">Development dependencies<a class="head
11901190
<td><a href="https://pypi.org/project/black/"><code>black</code></a></td>
11911191
<td>The uncompromising code formatter.</td>
11921192
<td><code>&gt;=21.10b0</code></td>
1193-
<td><code>22.10.0</code></td>
1194-
<td>MIT License</td>
1193+
<td><code>22.12.0</code></td>
1194+
<td>MIT</td>
11951195
</tr>
11961196
<tr>
11971197
<td><a href="https://pypi.org/project/cached-property/"><code>cached-property</code></a></td>
@@ -1204,7 +1204,7 @@ <h3 id="exec-0--development-dependencies">Development dependencies<a class="head
12041204
<td><a href="https://pypi.org/project/certifi/"><code>certifi</code></a></td>
12051205
<td>Python package for providing Mozilla's CA Bundle.</td>
12061206
<td><code>&gt;=2017.4.17</code></td>
1207-
<td><code>2022.9.24</code></td>
1207+
<td><code>2022.12.7</code></td>
12081208
<td>MPL-2.0</td>
12091209
</tr>
12101210
<tr>
@@ -1309,7 +1309,7 @@ <h3 id="exec-0--development-dependencies">Development dependencies<a class="head
13091309
<td><a href="https://pypi.org/project/flake8-bugbear/"><code>flake8-bugbear</code></a></td>
13101310
<td>A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.</td>
13111311
<td><code>&gt;=21.9</code></td>
1312-
<td><code>22.10.27</code></td>
1312+
<td><code>22.12.6</code></td>
13131313
<td>MIT</td>
13141314
</tr>
13151315
<tr>
@@ -1407,7 +1407,7 @@ <h3 id="exec-0--development-dependencies">Development dependencies<a class="head
14071407
<td><a href="https://pypi.org/project/griffe/"><code>griffe</code></a></td>
14081408
<td>Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.</td>
14091409
<td><code>&gt;=0.24</code></td>
1410-
<td><code>0.24.1</code></td>
1410+
<td><code>0.25.0</code></td>
14111411
<td>ISC</td>
14121412
</tr>
14131413
<tr>
@@ -1575,7 +1575,7 @@ <h3 id="exec-0--development-dependencies">Development dependencies<a class="head
15751575
<td><a href="https://pypi.org/project/pathspec/"><code>pathspec</code></a></td>
15761576
<td>Utility library for gitignore style pattern matching of file paths.</td>
15771577
<td><code>&gt;=0.9.0</code></td>
1578-
<td><code>0.10.2</code></td>
1578+
<td><code>0.10.3</code></td>
15791579
<td>MPL 2.0</td>
15801580
</tr>
15811581
<tr>
@@ -1596,7 +1596,7 @@ <h3 id="exec-0--development-dependencies">Development dependencies<a class="head
15961596
<td><a href="https://pypi.org/project/platformdirs/"><code>platformdirs</code></a></td>
15971597
<td>A small Python package for determining appropriate platform-specific dirs, e.g. a "user data dir".</td>
15981598
<td><code>&gt;=2</code></td>
1599-
<td><code>2.5.4</code></td>
1599+
<td><code>2.6.0</code></td>
16001600
<td>MIT License</td>
16011601
</tr>
16021602
<tr>
@@ -1678,9 +1678,9 @@ <h3 id="exec-0--development-dependencies">Development dependencies<a class="head
16781678
</tr>
16791679
<tr>
16801680
<td><a href="https://pypi.org/project/pytest-xdist/"><code>pytest-xdist</code></a></td>
1681-
<td>pytest xdist plugin for distributed testing and loop-on-failing modes</td>
1681+
<td>pytest xdist plugin for distributed testing, most importantly across multiple CPUs</td>
16821682
<td><code>&gt;=2.4</code></td>
1683-
<td><code>3.0.2</code></td>
1683+
<td><code>3.1.0</code></td>
16841684
<td>MIT</td>
16851685
</tr>
16861686
<tr>
@@ -1736,7 +1736,7 @@ <h3 id="exec-0--development-dependencies">Development dependencies<a class="head
17361736
<td><a href="https://pypi.org/project/safety/"><code>safety</code></a></td>
17371737
<td>Checks installed dependencies for known vulnerabilities and licenses.</td>
17381738
<td><code>&gt;=2</code></td>
1739-
<td><code>2.3.3</code></td>
1739+
<td><code>2.3.5</code></td>
17401740
<td>MIT license</td>
17411741
</tr>
17421742
<tr>
@@ -1897,7 +1897,7 @@ <h3 id="exec-0--development-dependencies">Development dependencies<a class="head
18971897
<td><a href="https://pypi.org/project/watchdog/"><code>watchdog</code></a></td>
18981898
<td>Filesystem events monitoring</td>
18991899
<td><code>&gt;=2.0</code></td>
1900-
<td><code>2.1.9</code></td>
1900+
<td><code>2.2.0</code></td>
19011901
<td>Apache License 2.0</td>
19021902
</tr>
19031903
<tr>

objects.inv

1 Byte
Binary file not shown.

reference/handlers/base/index.html

Lines changed: 59 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,13 @@
835835
<nav class="md-nav" aria-label="Handlers">
836836
<ul class="md-nav__list">
837837

838+
<li class="md-nav__item">
839+
<a href="#mkdocstrings.handlers.base.Handlers.seen_handlers" class="md-nav__link">
840+
seen_handlers
841+
</a>
842+
843+
</li>
844+
838845
<li class="md-nav__item">
839846
<a href="#mkdocstrings.handlers.base.Handlers.get_anchors" class="md-nav__link">
840847
get_anchors()
@@ -861,13 +868,6 @@
861868
get_handler_name()
862869
</a>
863870

864-
</li>
865-
866-
<li class="md-nav__item">
867-
<a href="#mkdocstrings.handlers.base.Handlers.seen_handlers" class="md-nav__link">
868-
seen_handlers()
869-
</a>
870-
871871
</li>
872872

873873
<li class="md-nav__item">
@@ -1214,6 +1214,13 @@
12141214
<nav class="md-nav" aria-label="Handlers">
12151215
<ul class="md-nav__list">
12161216

1217+
<li class="md-nav__item">
1218+
<a href="#mkdocstrings.handlers.base.Handlers.seen_handlers" class="md-nav__link">
1219+
seen_handlers
1220+
</a>
1221+
1222+
</li>
1223+
12171224
<li class="md-nav__item">
12181225
<a href="#mkdocstrings.handlers.base.Handlers.get_anchors" class="md-nav__link">
12191226
get_anchors()
@@ -1240,13 +1247,6 @@
12401247
get_handler_name()
12411248
</a>
12421249

1243-
</li>
1244-
1245-
<li class="md-nav__item">
1246-
<a href="#mkdocstrings.handlers.base.Handlers.seen_handlers" class="md-nav__link">
1247-
seen_handlers()
1248-
</a>
1249-
12501250
</li>
12511251

12521252
<li class="md-nav__item">
@@ -3002,6 +3002,51 @@ <h2 class="doc doc-heading" id="mkdocstrings.handlers.base.Handlers">
30023002

30033003

30043004

3005+
<div class="doc doc-object doc-attribute">
3006+
3007+
3008+
3009+
<h3 class="doc doc-heading" id="mkdocstrings.handlers.base.Handlers.seen_handlers">
3010+
<code class="highlight language-python"><span class="n">seen_handlers</span><span class="p">:</span> <span class="n">Iterable</span><span class="p">[</span><span class="n">BaseHandler</span><span class="p">]</span></code>
3011+
3012+
<span class="doc doc-labels">
3013+
<small class="doc doc-label doc-label-property"><code>property</code></small>
3014+
</span>
3015+
3016+
<a class="headerlink" href="#mkdocstrings.handlers.base.Handlers.seen_handlers" title="Permanent link">¤</a></h3>
3017+
3018+
3019+
<div class="doc doc-contents ">
3020+
3021+
<p>Get the handlers that were encountered so far throughout the build.</p>
3022+
3023+
<p><strong>Returns:</strong></p>
3024+
<table>
3025+
<thead>
3026+
<tr>
3027+
<th>Type</th>
3028+
<th>Description</th>
3029+
</tr>
3030+
</thead>
3031+
<tbody>
3032+
<tr>
3033+
<td>
3034+
<code><a class="autorefs autorefs-external" title="typing.Iterable" href="https://docs.python.org/3/library/typing.html#typing.Iterable">Iterable</a>[<a class="autorefs autorefs-internal" title="mkdocstrings.handlers.base.BaseHandler" href="#mkdocstrings.handlers.base.BaseHandler">BaseHandler</a>]</code>
3035+
</td>
3036+
<td><p>An iterable of instances of <a class="autorefs autorefs-internal" href="#mkdocstrings.handlers.base.BaseHandler"><code>BaseHandler</code></a></p></td>
3037+
</tr>
3038+
<tr>
3039+
<td>
3040+
<code><a class="autorefs autorefs-external" title="typing.Iterable" href="https://docs.python.org/3/library/typing.html#typing.Iterable">Iterable</a>[<a class="autorefs autorefs-internal" title="mkdocstrings.handlers.base.BaseHandler" href="#mkdocstrings.handlers.base.BaseHandler">BaseHandler</a>]</code>
3041+
</td>
3042+
<td><p>(usable only to loop through it).</p></td>
3043+
</tr>
3044+
</tbody>
3045+
</table>
3046+
</div>
3047+
3048+
</div>
3049+
30053050

30063051

30073052
<div class="doc doc-object doc-function">
@@ -3442,73 +3487,6 @@ <h3 class="doc doc-heading" id="mkdocstrings.handlers.base.Handlers.get_handler_
34423487

34433488

34443489

3445-
<h3 class="doc doc-heading" id="mkdocstrings.handlers.base.Handlers.seen_handlers">
3446-
<code class="highlight language-python"><span class="n">seen_handlers</span><span class="p">()</span></code>
3447-
3448-
<span class="doc doc-labels">
3449-
<small class="doc doc-label doc-label-property"><code>property</code></small>
3450-
</span>
3451-
3452-
<a class="headerlink" href="#mkdocstrings.handlers.base.Handlers.seen_handlers" title="Permanent link">¤</a></h3>
3453-
3454-
3455-
<div class="doc doc-contents ">
3456-
3457-
<p>Get the handlers that were encountered so far throughout the build.</p>
3458-
3459-
<p><strong>Returns:</strong></p>
3460-
<table>
3461-
<thead>
3462-
<tr>
3463-
<th>Type</th>
3464-
<th>Description</th>
3465-
</tr>
3466-
</thead>
3467-
<tbody>
3468-
<tr>
3469-
<td>
3470-
<code><a class="autorefs autorefs-external" title="typing.Iterable" href="https://docs.python.org/3/library/typing.html#typing.Iterable">Iterable</a>[<a class="autorefs autorefs-internal" title="mkdocstrings.handlers.base.BaseHandler" href="#mkdocstrings.handlers.base.BaseHandler">BaseHandler</a>]</code>
3471-
</td>
3472-
<td><p>An iterable of instances of <a class="autorefs autorefs-internal" href="#mkdocstrings.handlers.base.BaseHandler"><code>BaseHandler</code></a></p></td>
3473-
</tr>
3474-
<tr>
3475-
<td>
3476-
<code><a class="autorefs autorefs-external" title="typing.Iterable" href="https://docs.python.org/3/library/typing.html#typing.Iterable">Iterable</a>[<a class="autorefs autorefs-internal" title="mkdocstrings.handlers.base.BaseHandler" href="#mkdocstrings.handlers.base.BaseHandler">BaseHandler</a>]</code>
3477-
</td>
3478-
<td><p>(usable only to loop through it).</p></td>
3479-
</tr>
3480-
</tbody>
3481-
</table>
3482-
3483-
<details class="quote">
3484-
<summary>Source code in <code>mkdocstrings/handlers/base.py</code></summary>
3485-
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">581</span>
3486-
<span class="normal">582</span>
3487-
<span class="normal">583</span>
3488-
<span class="normal">584</span>
3489-
<span class="normal">585</span>
3490-
<span class="normal">586</span>
3491-
<span class="normal">587</span>
3492-
<span class="normal">588</span>
3493-
<span class="normal">589</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="nd">@property</span>
3494-
<span class="k">def</span> <span class="nf">seen_handlers</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">Iterable</span><span class="p">[</span><span class="n">BaseHandler</span><span class="p">]:</span>
3495-
<span class="sd">&quot;&quot;&quot;Get the handlers that were encountered so far throughout the build.</span>
3496-
3497-
<span class="sd"> Returns:</span>
3498-
<span class="sd"> An iterable of instances of [`BaseHandler`][mkdocstrings.handlers.base.BaseHandler]</span>
3499-
<span class="sd"> (usable only to loop through it).</span>
3500-
<span class="sd"> &quot;&quot;&quot;</span>
3501-
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_handlers</span><span class="o">.</span><span class="n">values</span><span class="p">()</span>
3502-
</code></pre></div></td></tr></table></div>
3503-
</details>
3504-
</div>
3505-
3506-
</div>
3507-
3508-
<div class="doc doc-object doc-function">
3509-
3510-
3511-
35123490
<h3 class="doc doc-heading" id="mkdocstrings.handlers.base.Handlers.teardown">
35133491
<code class="highlight language-python"><span class="n">teardown</span><span class="p">()</span></code>
35143492

0 commit comments

Comments
 (0)