I HAVE GENERATED YOUR NEW DOCS!

This commit is contained in:
github-actions[bot]
2023-07-31 19:56:37 +00:00
parent 4c3f497d73
commit 20b2a188dc
747 changed files with 11530 additions and 2634 deletions

View File

@ -85,7 +85,8 @@
<div class="viewcode-block" id="Currency"><a class="viewcode-back" href="../../../_autosummary/kittycad.models.currency.Currency.html#kittycad.models.currency.Currency">[docs]</a><span class="k">class</span> <span class="nc">Currency</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">Enum</span><span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Currency is the list of supported currencies.</span>
<span class="sd"> This comes from the Stripe API docs: For more details see &lt;https://support.stripe.com/questions/which-currencies-does-stripe-support&gt;.&quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="sd"> This comes from the Stripe API docs: For more details see &lt;https://support.stripe.com/questions/which-currencies-does-stripe-support&gt;.</span>
<span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;# United Arab Emirates Dirham &quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="n">AED</span> <span class="o">=</span> <span class="s2">&quot;aed&quot;</span>