update docs [bot]
This commit is contained in:
@@ -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 & 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">>>> </span><span class="s1">'bwr'</span> <span class="c1"># black-white-red</span>
|
||||
<span class="gp">>>> </span><span class="s1">'bwy'</span> <span class="c1"># black-white-yellow</span>
|
||||
<span class="gp">>>> </span><span class="s1">'bw'</span> <span class="c1"># black-white</span>
|
||||
<span class="gp">>>> </span><span class="s1">'16gray'</span> <span class="c1"># 16 shades of gray</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
Reference in New Issue
Block a user