I HAVE GENERATED YOUR NEW DOCS!
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>kittycad.api.file.get_file_conversion_for_user — kittycad v0.3.0 documentation</title>
|
||||
<title>kittycad.api.file.get_file_conversion_for_user — kittycad v0.3.1 documentation</title>
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||
@ -31,7 +31,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> kittycad
|
||||
</a>
|
||||
<div class="version">
|
||||
v0.3.0
|
||||
v0.3.1
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
@ -47,11 +47,13 @@
|
||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html">kittycad.api.file.create_file_surface_area</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
||||
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||
@ -117,7 +119,7 @@
|
||||
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(id, *, client)</p></td>
|
||||
<td><p><dl class="field-list simple">
|
||||
<dt class="field-odd">rtype</dt>
|
||||
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileConversion</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileVolume</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileDensity</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
||||
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileConversion</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileCenterOfMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileVolume</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileDensity</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileSurfaceArea</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</p></td>
|
||||
@ -128,7 +130,7 @@
|
||||
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(id, *, client)</p></td>
|
||||
<td><p><dl class="field-list simple">
|
||||
<dt class="field-odd">rtype</dt>
|
||||
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileConversion</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileVolume</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileDensity</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
||||
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileConversion</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileCenterOfMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileVolume</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileDensity</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileSurfaceArea</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</p></td>
|
||||
|
Reference in New Issue
Block a user