Skip to content

Commit

Permalink
Deployed c108a6d with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Oct 16, 2024
1 parent 66cb630 commit 5108953
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions Mininterface/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ <h2 id="mininterface.Mininterface.choice" class="doc doc-heading">
<a id="__codelineno-3-6" name="__codelineno-3-6" href="#__codelineno-3-6"></a><span class="n">m</span><span class="o">.</span><span class="n">choice</span><span class="p">(</span><span class="n">Color</span><span class="p">)</span>
</code></pre></div>
<p><img alt="Choices from enum" src="../asset/choice_enum_type.avif" /></p>
<p>TODO Enum instance</p>
<p>Alternatively, you may use an Enum instances list.</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-4-1" name="__codelineno-4-1" href="#__codelineno-4-1"></a><span class="n">m</span><span class="o">.</span><span class="n">choice</span><span class="p">([</span><span class="n">Color</span><span class="o">.</span><span class="n">GREEN</span><span class="p">,</span> <span class="n">Color</span><span class="o">.</span><span class="n">BLUE</span><span class="p">])</span>
</code></pre></div>
Expand Down Expand Up @@ -1197,6 +1198,16 @@ <h2 id="mininterface.Mininterface.form" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td><code>dataclass</code></td> <td>
<code><span title="mininterface.form_dict.FormDict">FormDict</span> | <span title="mininterface.form_dict.DataClass">DataClass</span> | <span title="mininterface.form_dict.EnvClass">EnvClass</span></code>
</td>
<td>
<div class="doc-md-description">
<p>If the <code>form</code> is a dataclass type or a dataclass instance, the output is the dataclass instance.</p>
</div>
</td>
</tr>
<tr class="doc-section-item">
<td><code>dict</code></td> <td>
<code><span title="mininterface.form_dict.FormDict">FormDict</span> | <span title="mininterface.form_dict.DataClass">DataClass</span> | <span title="mininterface.form_dict.EnvClass">EnvClass</span></code>
</td>
Expand Down
2 changes: 1 addition & 1 deletion Overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2 id="all-possible-interfaces">All possible interfaces</h2>
<p>Several interfaces exist:</p>
<ul>
<li><a class="autorefs autorefs-internal" href="../Mininterface/#mininterface.Mininterface"><code>Mininterface</code></a> – The base interface the others are fully compatible with.</li>
<li><code>GuiInterface</code> – A tkinter window.</li>
<li><code>GuiInterface</code> = <code>TkInterface</code> – A tkinter window.</li>
<li><code>TuiInterface</code> – An interactive terminal.</li>
<li><code>TextualInterface</code> – If <a href="https://github.com/Textualize/textual">textual</a> installed, rich interface is used.</li>
<li><code>TextInterface</code> – Plain text only interface with no dependency as a fallback.</li>
Expand Down
2 changes: 1 addition & 1 deletion run/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ <h1>Run</h1>
</div>
</td>
<td>
<code><span title="mininterface.gui_interface.GuiInterface">GuiInterface</span> or <span title="mininterface.TuiInterface">TuiInterface</span></code>
<code><span title="mininterface.GuiInterface">GuiInterface</span> or <span title="mininterface.TuiInterface">TuiInterface</span></code>
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 5108953

Please sign in to comment.