Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Recompile things
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevo committed Aug 28, 2021
1 parent ffd54ff commit f6c7850
Show file tree
Hide file tree
Showing 42 changed files with 851 additions and 710 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/custom_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3 id="types">Types:</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/CWKevo/pyFlarum/blob/b5df73101658158750be1ef61ac02ad360ab0821/pyflarum\custom_types.py#L0-L25" class="git-link">Browse git</a>
<a href="https://github.com/CWKevo/pyFlarum/blob/ffd54ff1b598cb9abc6302085ea5fab8da4d32fd/pyflarum\custom_types.py#L0-L25" class="git-link">Browse git</a>
</summary>
<pre><code class="python">&#34;&#34;&#34;
Custom types for pyFlarum.
Expand Down
6 changes: 3 additions & 3 deletions documentation/docs/datetime_conversions.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="title">Module <code>pyflarum.datetime_conversions</code></h1>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/CWKevo/pyFlarum/blob/b5df73101658158750be1ef61ac02ad360ab0821/pyflarum\datetime_conversions.py#L0-L46" class="git-link">Browse git</a>
<a href="https://github.com/CWKevo/pyFlarum/blob/ffd54ff1b598cb9abc6302085ea5fab8da4d32fd/pyflarum\datetime_conversions.py#L0-L46" class="git-link">Browse git</a>
</summary>
<pre><code class="python">from typing import Optional

Expand Down Expand Up @@ -93,7 +93,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/CWKevo/pyFlarum/blob/b5df73101658158750be1ef61ac02ad360ab0821/pyflarum\datetime_conversions.py#L30-L47" class="git-link">Browse git</a>
<a href="https://github.com/CWKevo/pyFlarum/blob/ffd54ff1b598cb9abc6302085ea5fab8da4d32fd/pyflarum\datetime_conversions.py#L30-L47" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def datetime_to_flarum(dt: Optional[&#39;datetime | str&#39;]=None):
&#34;&#34;&#34;
Expand Down Expand Up @@ -125,7 +125,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/CWKevo/pyFlarum/blob/b5df73101658158750be1ef61ac02ad360ab0821/pyflarum\datetime_conversions.py#L10-L27" class="git-link">Browse git</a>
<a href="https://github.com/CWKevo/pyFlarum/blob/ffd54ff1b598cb9abc6302085ea5fab8da4d32fd/pyflarum\datetime_conversions.py#L10-L27" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def flarum_to_datetime(flarum_dt: Optional[&#39;str | datetime&#39;]=None):
&#34;&#34;&#34;
Expand Down
12 changes: 6 additions & 6 deletions documentation/docs/error_handler.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="title">Module <code>pyflarum.error_handler</code></h1>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/CWKevo/pyFlarum/blob/b5df73101658158750be1ef61ac02ad360ab0821/pyflarum\error_handler.py#L0-L108" class="git-link">Browse git</a>
<a href="https://github.com/CWKevo/pyFlarum/blob/ffd54ff1b598cb9abc6302085ea5fab8da4d32fd/pyflarum\error_handler.py#L0-L108" class="git-link">Browse git</a>
</summary>
<pre><code class="python">from typing import Literal, NoReturn, Optional, TYPE_CHECKING
if TYPE_CHECKING:
Expand Down Expand Up @@ -154,7 +154,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/CWKevo/pyFlarum/blob/b5df73101658158750be1ef61ac02ad360ab0821/pyflarum\error_handler.py#L64-L109" class="git-link">Browse git</a>
<a href="https://github.com/CWKevo/pyFlarum/blob/ffd54ff1b598cb9abc6302085ea5fab8da4d32fd/pyflarum\error_handler.py#L64-L109" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def handle_errors(errors: Optional[list[dict[str, str]]]=None, status_code: Optional[str]=None) -&gt; &#39;Literal[True] | NoReturn&#39;:
&#34;&#34;&#34;
Expand Down Expand Up @@ -213,7 +213,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/CWKevo/pyFlarum/blob/b5df73101658158750be1ef61ac02ad360ab0821/pyflarum\error_handler.py#L36-L61" class="git-link">Browse git</a>
<a href="https://github.com/CWKevo/pyFlarum/blob/ffd54ff1b598cb9abc6302085ea5fab8da4d32fd/pyflarum\error_handler.py#L36-L61" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def parse_request(response: &#39;Response&#39;) -&gt; &#39;dict | NoReturn | Literal[True]&#39;:
&#34;&#34;&#34;
Expand Down Expand Up @@ -257,7 +257,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/CWKevo/pyFlarum/blob/b5df73101658158750be1ef61ac02ad360ab0821/pyflarum\error_handler.py#L12-L22" class="git-link">Browse git</a>
<a href="https://github.com/CWKevo/pyFlarum/blob/ffd54ff1b598cb9abc6302085ea5fab8da4d32fd/pyflarum\error_handler.py#L12-L22" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class FlarumError(Exception):
&#34;&#34;&#34;
Expand Down Expand Up @@ -286,7 +286,7 @@ <h3>Ancestors</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/CWKevo/pyFlarum/blob/b5df73101658158750be1ef61ac02ad360ab0821/pyflarum\error_handler.py#L25-L27" class="git-link">Browse git</a>
<a href="https://github.com/CWKevo/pyFlarum/blob/ffd54ff1b598cb9abc6302085ea5fab8da4d32fd/pyflarum\error_handler.py#L25-L27" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class MissingExtensionError(Exception):
&#34;&#34;&#34;Missing pyFlarum extension error.&#34;&#34;&#34;
Expand All @@ -307,7 +307,7 @@ <h3>Ancestors</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/CWKevo/pyFlarum/blob/b5df73101658158750be1ef61ac02ad360ab0821/pyflarum\error_handler.py#L30-L32" class="git-link">Browse git</a>
<a href="https://github.com/CWKevo/pyFlarum/blob/ffd54ff1b598cb9abc6302085ea5fab8da4d32fd/pyflarum\error_handler.py#L30-L32" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class MissingExtensionWarning(Warning):
&#34;&#34;&#34;Missing pyFlarum extension warning.&#34;&#34;&#34;
Expand Down
Loading

0 comments on commit f6c7850

Please sign in to comment.