Skip to content

Commit

Permalink
Deployed 2954a93 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Dec 30, 2024
1 parent 53a4240 commit 12e4ddd
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions Changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#072" class="md-nav__link">
<span class="md-ellipsis">
0.7.2
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#071-2024-11-27" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -692,6 +701,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#072" class="md-nav__link">
<span class="md-ellipsis">
0.7.2
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#071-2024-11-27" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -729,6 +747,10 @@


<h1 id="changelog">Changelog</h1>
<h2 id="072">0.7.2</h2>
<ul>
<li>GUI calendar</li>
</ul>
<h2 id="071-2024-11-27">0.7.1 (2024-11-27)</h2>
<ul>
<li>GUI scrollbars if window is bigger than the screen</li>
Expand Down
2 changes: 1 addition & 1 deletion Types/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ <h3 id="mininterface.types.DatetimeTag.time" class="doc doc-heading">


<h3 id="mininterface.types.DatetimeTag.full_precision" class="doc doc-heading">
<code class="highlight language-python"><span class="n">full_precision</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="nb">bool</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span></code>
<code class="highlight language-python"><span class="n">full_precision</span><span class="p">:</span> <span class="nb">bool</span> <span class="o">=</span> <span class="kc">False</span></code>

</h3>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ <h1 id="background">Background</h1>
* Running on a remote machine? Automatic regression to the text interface.</p>
<h1 id="installation">Installation</h1>
<p>Install with a single command from <a href="https://pypi.org/project/mininterface/">PyPi</a>.</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a>pip<span class="w"> </span>install<span class="w"> </span>mininterface
<div class="highlight"><pre><span></span><code><a id="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a>pip<span class="w"> </span>install<span class="w"> </span>mininterface<span class="o">[</span>all<span class="o">]</span><span class="w"> </span><span class="c1"># GPLv3 and compatible</span>
</code></pre></div>
<h2 id="minimal-installation">Minimal installation</h2>
<p>Should you need just the CLI part and you are happy with basic text dialogs, use these commands instead:</p>
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 12e4ddd

Please sign in to comment.