update docs [bot]

This commit is contained in:
github-actions
2023-12-14 21:27:29 +00:00
parent c2bf49c975
commit bbfdc7d13a
11 changed files with 4 additions and 89 deletions

View File

@@ -58,7 +58,6 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="#module-inkycal.display.Display">Display</a></li>
<li class="toctree-l1"><a class="reference internal" href="#modules">Modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="#module-inkycal.custom.functions">Custom functions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#inkycal.custom.functions.auto_fontsize"><code class="docutils literal notranslate"><span class="pre">auto_fontsize()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="#inkycal.custom.functions.draw_border"><code class="docutils literal notranslate"><span class="pre">draw_border()</span></code></a></li>
@@ -195,24 +194,6 @@ rendering images and calibrating the E-Paper display</p>
</dd>
</dl>
</section>
<section id="modules">
<h1>Modules<a class="headerlink" href="#modules" title="Link to this heading"></a></h1>
<ul class="simple">
<li><p>Agenda</p></li>
</ul>
<p id="module-inkycal.modules.inkycal_agenda.Agenda">Agenda class
Create agenda and show events from given icalendars</p>
<ul class="simple">
<li><p>Calendar</p></li>
</ul>
<p id="module-inkycal.modules.inkycal_calendar.Calendar">Calendar class
Create monthly calendar and show events from given icalendars</p>
<ul class="simple">
<li><p>Feeds Module (RSS &amp; Atom)</p></li>
</ul>
<p id="module-inkycal.modules.inkycal_feeds.Feeds">RSS class
parses rss/atom feeds from given urls</p>
</section>
<section id="module-inkycal.custom.functions">
<span id="custom-functions"></span><h1>Custom functions<a class="headerlink" href="#module-inkycal.custom.functions" title="Link to this heading"></a></h1>
<p>Inkycal custom-functions for ease-of-use</p>
@@ -567,6 +548,7 @@ white pixels.</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="s1">&#39;bwr&#39;</span> <span class="c1"># black-white-red</span>
<span class="gp">&gt;&gt;&gt; </span><span class="s1">&#39;bwy&#39;</span> <span class="c1"># black-white-yellow</span>
<span class="gp">&gt;&gt;&gt; </span><span class="s1">&#39;bw&#39;</span> <span class="c1"># black-white</span>
<span class="gp">&gt;&gt;&gt; </span><span class="s1">&#39;16gray&#39;</span> <span class="c1"># 16 shades of gray</span>
</pre></div>
</div>
</dd></dl>