Skip to content

Commit

Permalink
CI: Update docs for 0.11.3 (aab629c)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 26, 2024
1 parent 687cda7 commit ec9552f
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 92 deletions.
4 changes: 2 additions & 2 deletions doc/pdoc/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="generator" content="pdoc3 0.11.2">
<meta name="generator" content="pdoc3 0.11.3">
<title>pdoc.cli API documentation</title>
<meta name="description" content="pdoc&#39;s CLI interface and helper functions.">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/13.0.0/sanitize.min.css" integrity="sha512-y1dtMcuvtTMJc1yPgEqF0ZjQbhnc/bFhyvIyVNb9Zk5mIGtqVaAB1Ttl28su8AvFMOY0EwRbAe+HCLqj6W7/KA==" crossorigin>
Expand Down Expand Up @@ -97,7 +97,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
</main>
<footer id="footer">
<p><span style="color:#ddd">&#21328;</span></p>
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.2</a>.</p>
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.3</a>.</p>
</footer>
</body>
</html>
10 changes: 5 additions & 5 deletions doc/pdoc/html_helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="generator" content="pdoc3 0.11.2">
<meta name="generator" content="pdoc3 0.11.3">
<title>pdoc.html_helpers API documentation</title>
<meta name="description" content="Helper functions for HTML output.">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/13.0.0/sanitize.min.css" integrity="sha512-y1dtMcuvtTMJc1yPgEqF0ZjQbhnc/bFhyvIyVNb9Zk5mIGtqVaAB1Ttl28su8AvFMOY0EwRbAe+HCLqj6W7/KA==" crossorigin>
Expand Down Expand Up @@ -78,7 +78,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
(or newline) character, except inside <code>&lt;pre&gt;</code> tags.</p></div>
</dd>
<dt id="pdoc.html_helpers.to_html"><code class="name flex">
<span>def <span class="ident">to_html</span></span>(<span>text: str,<br>*,<br>docformat: Optional[str= None,<br>module: Optional[<a title="pdoc.Module" href="index.html#pdoc.Module">Module</a>= None,<br>link: Optional[Callable[..., str]] = None,<br>latex_math: bool = False)</span>
<span>def <span class="ident">to_html</span></span>(<span>text: str,<br>*,<br>docformat: str | None = None,<br>module: <a title="pdoc.Module" href="index.html#pdoc.Module">Module</a> | None = None,<br>link: Callable[..., str] | None = None,<br>latex_math: bool = False)</span>
</code></dt>
<dd>
<div class="desc"><p>Returns HTML of <code>text</code> interpreted as <code>docformat</code>. <code>__docformat__</code> is respected
Expand All @@ -89,7 +89,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
example template.</p></div>
</dd>
<dt id="pdoc.html_helpers.to_markdown"><code class="name flex">
<span>def <span class="ident">to_markdown</span></span>(<span>text: str,<br>*,<br>docformat: Optional[str= None,<br>module: Optional[<a title="pdoc.Module" href="index.html#pdoc.Module">Module</a>= None,<br>link: Optional[Callable[..., str]] = None)</span>
<span>def <span class="ident">to_markdown</span></span>(<span>text: str,<br>*,<br>docformat: str | None = None,<br>module: <a title="pdoc.Module" href="index.html#pdoc.Module">Module</a> | None = None,<br>link: Callable[..., str] | None = None)</span>
</code></dt>
<dd>
<div class="desc"><p>Returns <code>text</code>, assumed to be a docstring in <code>docformat</code>, converted to markdown.
Expand All @@ -116,7 +116,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/html_helpers.py#L493-L499" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/html_helpers.py#L493-L499" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class ReferenceWarning(UserWarning):
&#34;&#34;&#34;
Expand Down Expand Up @@ -179,7 +179,7 @@ <h4><code><a title="pdoc.html_helpers.ReferenceWarning" href="#pdoc.html_helpers
</main>
<footer id="footer">
<p><span style="color:#ddd">&#21328;</span></p>
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.2</a>.</p>
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.3</a>.</p>
</footer>
</body>
</html>
32 changes: 16 additions & 16 deletions doc/pdoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="generator" content="pdoc3 0.11.2">
<meta name="generator" content="pdoc3 0.11.3">
<title>pdoc API documentation</title>
<meta name="description" content="Python package `pdoc` provides types, functions, and a command-line
interface for accessing public documentation of Python modules, and
Expand Down Expand Up @@ -363,7 +363,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
module path or a filesystem path to file/directory).</p></div>
</dd>
<dt id="pdoc.link_inheritance"><code class="name flex">
<span>def <span class="ident">link_inheritance</span></span>(<span>context: Optional[<a title="pdoc.Context" href="#pdoc.Context">Context</a>] = None)</span>
<span>def <span class="ident">link_inheritance</span></span>(<span>context: <a title="pdoc.Context" href="#pdoc.Context">Context</a> | None = None)</span>
</code></dt>
<dd>
<div class="desc"><p>Link inheritance relationsships between <code><a title="pdoc.Class" href="#pdoc.Class">Class</a></code> objects
Expand Down Expand Up @@ -403,7 +403,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<dl>
<dt id="pdoc.Class"><code class="flex name class">
<span>class <span class="ident">Class</span></span>
<span>(</span><span>name: str,<br>module: <a title="pdoc.Module" href="#pdoc.Module">Module</a>,<br>obj,<br>*,<br>docstring: Optional[str] = None)</span>
<span>(</span><span>name: str,<br>module: <a title="pdoc.Module" href="#pdoc.Module">Module</a>,<br>obj,<br>*,<br>docstring: str | None = None)</span>
</code></dt>
<dd>
<div class="desc"><p>Representation of a class' documentation.</p>
Expand All @@ -415,7 +415,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/__init__.py#L1023-L1272" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/__init__.py#L1023-L1272" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class Class(Doc):
&#34;&#34;&#34;
Expand Down Expand Up @@ -775,7 +775,7 @@ <h3>Inherited members</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/__init__.py#L70-L89" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/__init__.py#L70-L89" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class Context(dict):
&#34;&#34;&#34;
Expand Down Expand Up @@ -827,7 +827,7 @@ <h3>Ancestors</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/__init__.py#L493-L629" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/__init__.py#L493-L629" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class Doc:
&#34;&#34;&#34;
Expand Down Expand Up @@ -1064,7 +1064,7 @@ <h3>Instance variables</h3>
<h3>Methods</h3>
<dl>
<dt id="pdoc.Doc.url"><code class="name flex">
<span>def <span class="ident">url</span></span>(<span>self,<br>relative_to: Optional[ForwardRef('<a title="pdoc.Module" href="#pdoc.Module">Module</a>')] = None,<br>*,<br>link_prefix: str = '',<br>top_ancestor: bool = False) ‑> str</span>
<span>def <span class="ident">url</span></span>(<span>self,<br>relative_to: ForwardRef('<a title="pdoc.Module" href="#pdoc.Module">Module</a>') | None = None,<br>*,<br>link_prefix: str = '',<br>top_ancestor: bool = False) ‑> str</span>
</code></dt>
<dd>
<div class="desc"><p>Canonical relative URL (including page fragment) for this
Expand Down Expand Up @@ -1092,7 +1092,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/__init__.py#L1681-L1716" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/__init__.py#L1681-L1716" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class External(Doc):
&#34;&#34;&#34;
Expand Down Expand Up @@ -1162,7 +1162,7 @@ <h3>Inherited members</h3>
</dd>
<dt id="pdoc.Function"><code class="flex name class">
<span>class <span class="ident">Function</span></span>
<span>(</span><span>name: str,<br>module: <a title="pdoc.Module" href="#pdoc.Module">Module</a>,<br>obj,<br>*,<br>cls: Optional[<a title="pdoc.Class" href="#pdoc.Class">Class</a>] = None)</span>
<span>(</span><span>name: str,<br>module: <a title="pdoc.Module" href="#pdoc.Module">Module</a>,<br>obj,<br>*,<br>cls: <a title="pdoc.Class" href="#pdoc.Class">Class</a> | None = None)</span>
</code></dt>
<dd>
<div class="desc"><p>Representation of documentation for a function or method.</p>
Expand All @@ -1175,7 +1175,7 @@ <h3>Inherited members</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/__init__.py#L1359-L1628" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/__init__.py#L1359-L1628" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class Function(Doc):
&#34;&#34;&#34;
Expand Down Expand Up @@ -1489,7 +1489,7 @@ <h3>Methods</h3>
for example <code>def</code> or <code>async def</code>.</p></div>
</dd>
<dt id="pdoc.Function.params"><code class="name flex">
<span>def <span class="ident">params</span></span>(<span>self,<br>*,<br>annotate: bool = False,<br>link: Optional[Callable[[<a title="pdoc.Doc" href="#pdoc.Doc">Doc</a>], str]] = None) ‑> List[str]</span>
<span>def <span class="ident">params</span></span>(<span>self,<br>*,<br>annotate: bool = False,<br>link: Callable[[<a title="pdoc.Doc" href="#pdoc.Doc">Doc</a>], str] | None = None) ‑> List[str]</span>
</code></dt>
<dd>
<div class="desc"><p>Returns a list where each element is a nicely formatted
Expand Down Expand Up @@ -1525,7 +1525,7 @@ <h3>Inherited members</h3>
</dd>
<dt id="pdoc.Module"><code class="flex name class">
<span>class <span class="ident">Module</span></span>
<span>(</span><span>module: str | module,<br>*,<br>docfilter: Optional[Callable[[<a title="pdoc.Doc" href="#pdoc.Doc">Doc</a>], bool]= None,<br>supermodule: Optional[ForwardRef('<a title="pdoc.Module" href="#pdoc.Module">Module</a>')= None,<br>context: Optional[<a title="pdoc.Context" href="#pdoc.Context">Context</a>] = None,<br>skip_errors: bool = False)</span>
<span>(</span><span>module: str | module,<br>*,<br>docfilter: Callable[[<a title="pdoc.Doc" href="#pdoc.Doc">Doc</a>], bool] | None = None,<br>supermodule: ForwardRef('<a title="pdoc.Module" href="#pdoc.Module">Module</a>') | None = None,<br>context: <a title="pdoc.Context" href="#pdoc.Context">Context</a> | None = None,<br>skip_errors: bool = False)</span>
</code></dt>
<dd>
<div class="desc"><p>Representation of a module's documentation.</p>
Expand All @@ -1543,7 +1543,7 @@ <h3>Inherited members</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/__init__.py#L632-L992" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/__init__.py#L632-L992" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class Module(Doc):
&#34;&#34;&#34;
Expand Down Expand Up @@ -2042,7 +2042,7 @@ <h3>Inherited members</h3>
</dd>
<dt id="pdoc.Variable"><code class="flex name class">
<span>class <span class="ident">Variable</span></span>
<span>(</span><span>name: str,<br>module: <a title="pdoc.Module" href="#pdoc.Module">Module</a>,<br>docstring,<br>*,<br>obj=None,<br>cls: Optional[<a title="pdoc.Class" href="#pdoc.Class">Class</a>] = None,<br>instance_var: bool = False,<br>kind: Literal['prop', 'var'] = 'var')</span>
<span>(</span><span>name: str,<br>module: <a title="pdoc.Module" href="#pdoc.Module">Module</a>,<br>docstring,<br>*,<br>obj=None,<br>cls: <a title="pdoc.Class" href="#pdoc.Class">Class</a> | None = None,<br>instance_var: bool = False,<br>kind: Literal['prop', 'var'] = 'var')</span>
</code></dt>
<dd>
<div class="desc"><p>Representation of a variable's documentation. This includes
Expand All @@ -2053,7 +2053,7 @@ <h3>Inherited members</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/__init__.py#L1631-L1678" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/__init__.py#L1631-L1678" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class Variable(Doc):
&#34;&#34;&#34;
Expand Down Expand Up @@ -2292,7 +2292,7 @@ <h4><code><a title="pdoc.Variable" href="#pdoc.Variable">Variable</a></code></h4
</main>
<footer id="footer">
<p><span style="color:#ddd">&#21328;</span></p>
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.2</a>.</p>
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.3</a>.</p>
</footer>
</body>
</html>
20 changes: 10 additions & 10 deletions doc/pdoc/test/example_pkg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="generator" content="pdoc3 0.11.2">
<meta name="generator" content="pdoc3 0.11.3">
<title>pdoc.test.example_pkg API documentation</title>
<meta name="description" content="Module docstring">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/13.0.0/sanitize.min.css" integrity="sha512-y1dtMcuvtTMJc1yPgEqF0ZjQbhnc/bFhyvIyVNb9Zk5mIGtqVaAB1Ttl28su8AvFMOY0EwRbAe+HCLqj6W7/KA==" crossorigin>
Expand Down Expand Up @@ -344,7 +344,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/test/example_pkg/__init__.py#L32-L44" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/test/example_pkg/__init__.py#L32-L44" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class A:
&#34;&#34;&#34;`A` is base class for `example_pkg.B`.&#34;&#34;&#34; # Test refname link
Expand Down Expand Up @@ -397,7 +397,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/test/example_pkg/__init__.py#L59-L129" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/test/example_pkg/__init__.py#L59-L129" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class B(A, int):
&#34;&#34;&#34;
Expand Down Expand Up @@ -592,7 +592,7 @@ <h3>Inherited members</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/test/example_pkg/__init__.py#L132-L132" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/test/example_pkg/__init__.py#L132-L132" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class C(B): pass # noqa: E701, E302</code></pre>
</details>
Expand Down Expand Up @@ -638,7 +638,7 @@ <h3>Inherited members</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/test/example_pkg/__init__.py#L133-L133" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/test/example_pkg/__init__.py#L133-L133" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class D(C): pass # noqa: E701, E302</code></pre>
</details>
Expand Down Expand Up @@ -678,7 +678,7 @@ <h3>Inherited members</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/test/example_pkg/__init__.py#L140-L341" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/test/example_pkg/__init__.py#L140-L341" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class Docformats:
def numpy(self):
Expand Down Expand Up @@ -1120,7 +1120,7 @@ <h3 id="h3-title">H3 Title</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/test/example_pkg/__init__.py#L383-L389" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/test/example_pkg/__init__.py#L383-L389" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class HasMockAttributes:
&#34;&#34;&#34;
Expand Down Expand Up @@ -1151,7 +1151,7 @@ <h3>Class variables</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/test/example_pkg/__init__.py#L373-L374" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/test/example_pkg/__init__.py#L373-L374" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class Location(namedtuple(&#39;Location&#39;, &#39;lat lon&#39;)):
&#34;&#34;&#34;Geo-location, GPS position.&#34;&#34;&#34;</code></pre>
Expand All @@ -1169,7 +1169,7 @@ <h3>Ancestors</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/pdoc3/pdoc/blob/78e771b0132de0fb181bc412d0fcae0dd5fd0505/pdoc/test/example_pkg/__init__.py#L50-L56" class="git-link">Browse git</a>
<a href="https://github.com/pdoc3/pdoc/blob/aab629ce3daac7cef088bd7439f4884790a8003f/pdoc/test/example_pkg/__init__.py#L50-L56" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def __get__(self, instance, instance_type=None):
if instance is not None:
Expand Down Expand Up @@ -1287,7 +1287,7 @@ <h4><code><a title="pdoc.test.example_pkg.ReadOnlyValueDescriptor" href="#pdoc.t
</main>
<footer id="footer">
<p><span style="color:#ddd">&#21328;</span></p>
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.2</a>.</p>
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.3</a>.</p>
</footer>
</body>
</html>
Loading

0 comments on commit ec9552f

Please sign in to comment.