Skip to content

Commit

Permalink
create docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ola Lidholm committed Jan 30, 2025
1 parent b0ebfab commit 0b2f977
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 30 deletions.
29 changes: 0 additions & 29 deletions html/pyeasee/easee.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,28 +161,6 @@ <h3>Methods</h3>
</dd>
</dl>
</dd>
<dt id="pyeasee.easee.Throttler"><code class="flex name class">
<span>class <span class="ident">Throttler</span></span>
<span>(</span><span>rate_limit: int, period=1.0, retry_interval=0.01)</span>
</code></dt>
<dd>
<div class="desc"></div>
<h3>Methods</h3>
<dl>
<dt id="pyeasee.easee.Throttler.acquire"><code class="name flex">
<span>async def <span class="ident">acquire</span></span>(<span>self)</span>
</code></dt>
<dd>
<div class="desc"></div>
</dd>
<dt id="pyeasee.easee.Throttler.flush"><code class="name flex">
<span>def <span class="ident">flush</span></span>(<span>self)</span>
</code></dt>
<dd>
<div class="desc"></div>
</dd>
</dl>
</dd>
</dl>
</section>
</article>
Expand Down Expand Up @@ -227,13 +205,6 @@ <h4><code><a title="pyeasee.easee.Easee" href="#pyeasee.easee.Easee">Easee</a></
<li><code><a title="pyeasee.easee.Easee.sr_unsubscribe" href="#pyeasee.easee.Easee.sr_unsubscribe">sr_unsubscribe</a></code></li>
</ul>
</li>
<li>
<h4><code><a title="pyeasee.easee.Throttler" href="#pyeasee.easee.Throttler">Throttler</a></code></h4>
<ul class="">
<li><code><a title="pyeasee.easee.Throttler.acquire" href="#pyeasee.easee.Throttler.acquire">acquire</a></code></li>
<li><code><a title="pyeasee.easee.Throttler.flush" href="#pyeasee.easee.Throttler.flush">flush</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
Expand Down
5 changes: 5 additions & 0 deletions html/pyeasee/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2>
<dd>
<div class="desc"></div>
</dd>
<dt><code class="name"><a title="pyeasee.throttler" href="throttler.html">pyeasee.throttler</a></code></dt>
<dd>
<div class="desc"><p>Throttler for API calls</p></div>
</dd>
<dt><code class="name"><a title="pyeasee.utils" href="utils.html">pyeasee.utils</a></code></dt>
<dd>
<div class="desc"></div>
Expand Down Expand Up @@ -82,6 +86,7 @@ <h1>Index</h1>
<li><code><a title="pyeasee.easee" href="easee.html">pyeasee.easee</a></code></li>
<li><code><a title="pyeasee.exceptions" href="exceptions.html">pyeasee.exceptions</a></code></li>
<li><code><a title="pyeasee.site" href="site.html">pyeasee.site</a></code></li>
<li><code><a title="pyeasee.throttler" href="throttler.html">pyeasee.throttler</a></code></li>
<li><code><a title="pyeasee.utils" href="utils.html">pyeasee.utils</a></code></li>
</ul>
</li>
Expand Down
9 changes: 8 additions & 1 deletion html/pyeasee/site.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ <h3>Methods</h3>
<dd>
<div class="desc"><p>Set the load balancing settings</p></div>
</dd>
<dt id="pyeasee.site.Equalizer.set_max_allocated_current"><code class="name flex">
<span>async def <span class="ident">set_max_allocated_current</span></span>(<span>self, current_limit: int)</span>
</code></dt>
<dd>
<div class="desc"><p>Set the load balancing settings</p></div>
</dd>
</dl>
</dd>
<dt id="pyeasee.site.EqualizerConfig"><code class="flex name class">
Expand Down Expand Up @@ -321,7 +327,7 @@ <h4><code><a title="pyeasee.site.Circuit" href="#pyeasee.site.Circuit">Circuit</
</li>
<li>
<h4><code><a title="pyeasee.site.Equalizer" href="#pyeasee.site.Equalizer">Equalizer</a></code></h4>
<ul class="two-column">
<ul class="">
<li><code><a title="pyeasee.site.Equalizer.empty_config" href="#pyeasee.site.Equalizer.empty_config">empty_config</a></code></li>
<li><code><a title="pyeasee.site.Equalizer.empty_state" href="#pyeasee.site.Equalizer.empty_state">empty_state</a></code></li>
<li><code><a title="pyeasee.site.Equalizer.get_config" href="#pyeasee.site.Equalizer.get_config">get_config</a></code></li>
Expand All @@ -330,6 +336,7 @@ <h4><code><a title="pyeasee.site.Equalizer" href="#pyeasee.site.Equalizer">Equal
<li><code><a title="pyeasee.site.Equalizer.get_observations" href="#pyeasee.site.Equalizer.get_observations">get_observations</a></code></li>
<li><code><a title="pyeasee.site.Equalizer.get_state" href="#pyeasee.site.Equalizer.get_state">get_state</a></code></li>
<li><code><a title="pyeasee.site.Equalizer.set_load_balancing" href="#pyeasee.site.Equalizer.set_load_balancing">set_load_balancing</a></code></li>
<li><code><a title="pyeasee.site.Equalizer.set_max_allocated_current" href="#pyeasee.site.Equalizer.set_max_allocated_current">set_max_allocated_current</a></code></li>
</ul>
</li>
<li>
Expand Down

0 comments on commit 0b2f977

Please sign in to comment.