Skip to content

Commit

Permalink
📝 CI: automated Generate Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 7, 2024
1 parent 20f9989 commit bfa0c09
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
6 changes: 4 additions & 2 deletions docs/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -510,17 +510,19 @@ <h2 id="I">I</h2>
</li>
<li><a href="modules/builders.html#freshbooks.builders.filter.FilterBuilder.in_list">in_list() (freshbooks.builders.filter.FilterBuilder method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="modules/builders.html#freshbooks.builders.includes.IncludesBuilder.include">include() (freshbooks.builders.includes.IncludesBuilder method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="modules/builders.html#freshbooks.builders.includes.IncludesBuilder">IncludesBuilder (class in freshbooks.builders.includes)</a>
</li>
<li><a href="modules/client.html#freshbooks.client.Client.invoice_payment_options">invoice_payment_options (freshbooks.client.Client property)</a>
</li>
<li><a href="modules/client.html#freshbooks.client.Client.invoice_profiles">invoice_profiles (freshbooks.client.Client property)</a>
</li>
<li><a href="modules/client.html#freshbooks.client.Client.invoices">invoices (freshbooks.client.Client property)</a>
</li>
<li><a href="modules/models.html#freshbooks.models.VisState.is_integer">is_integer() (freshbooks.models.VisState method)</a>
</li>
<li><a href="modules/client.html#freshbooks.client.Client.items">items (freshbooks.client.Client property)</a>
</li>
Expand Down
1 change: 1 addition & 0 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ <h1>Welcome to freshbooks-sdk’s documentation!<a class="headerlink" href="#wel
<li class="toctree-l3"><a class="reference internal" href="modules/models.html#freshbooks.models.VisState.to_bytes"><code class="docutils literal notranslate"><span class="pre">VisState.to_bytes()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="modules/models.html#freshbooks.models.VisState.from_bytes"><code class="docutils literal notranslate"><span class="pre">VisState.from_bytes()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="modules/models.html#freshbooks.models.VisState.as_integer_ratio"><code class="docutils literal notranslate"><span class="pre">VisState.as_integer_ratio()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="modules/models.html#freshbooks.models.VisState.is_integer"><code class="docutils literal notranslate"><span class="pre">VisState.is_integer()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="modules/models.html#freshbooks.models.VisState.real"><code class="docutils literal notranslate"><span class="pre">VisState.real</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="modules/models.html#freshbooks.models.VisState.imag"><code class="docutils literal notranslate"><span class="pre">VisState.imag</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="modules/models.html#freshbooks.models.VisState.numerator"><code class="docutils literal notranslate"><span class="pre">VisState.numerator</span></code></a></li>
Expand Down
12 changes: 9 additions & 3 deletions docs/html/modules/models.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<li class="toctree-l3"><a class="reference internal" href="#freshbooks.models.VisState.to_bytes"><code class="docutils literal notranslate"><span class="pre">VisState.to_bytes()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#freshbooks.models.VisState.from_bytes"><code class="docutils literal notranslate"><span class="pre">VisState.from_bytes()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#freshbooks.models.VisState.as_integer_ratio"><code class="docutils literal notranslate"><span class="pre">VisState.as_integer_ratio()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#freshbooks.models.VisState.is_integer"><code class="docutils literal notranslate"><span class="pre">VisState.is_integer()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#freshbooks.models.VisState.real"><code class="docutils literal notranslate"><span class="pre">VisState.real</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#freshbooks.models.VisState.imag"><code class="docutils literal notranslate"><span class="pre">VisState.imag</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#freshbooks.models.VisState.numerator"><code class="docutils literal notranslate"><span class="pre">VisState.numerator</span></code></a></li>
Expand Down Expand Up @@ -309,9 +310,8 @@
<dl class="py method">
<dt class="sig sig-object py" id="freshbooks.models.VisState.as_integer_ratio">
<span class="sig-name descname"><span class="pre">as_integer_ratio</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#freshbooks.models.VisState.as_integer_ratio" title="Link to this definition"></a></dt>
<dd><p>Return integer ratio.</p>
<p>Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.</p>
<dd><p>Return a pair of integers, whose ratio is equal to the original int.</p>
<p>The ratio is in lowest terms and has a positive denominator.</p>
<blockquote>
<div><p>(10).as_integer_ratio()
(10, 1)
Expand All @@ -322,6 +322,12 @@
</div></blockquote>
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="freshbooks.models.VisState.is_integer">
<span class="sig-name descname"><span class="pre">is_integer</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#freshbooks.models.VisState.is_integer" title="Link to this definition"></a></dt>
<dd><p>Returns True. Exists for duck type compatibility with float.is_integer.</p>
</dd></dl>

<dl class="py attribute">
<dt class="sig sig-object py" id="freshbooks.models.VisState.real">
<span class="sig-name descname"><span class="pre">real</span></span><a class="headerlink" href="#freshbooks.models.VisState.real" title="Link to this definition"></a></dt>
Expand Down
Binary file modified docs/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/searchindex.js

Large diffs are not rendered by default.

0 comments on commit bfa0c09

Please sign in to comment.