Compare commits

...

14 Commits

Author SHA1 Message Date
fec30b6abc bump version
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-08-10 12:44:00 -07:00
3117c86ea4 Merge pull request #47 from KittyCAD/update-spec
Update api spec
2022-08-10 12:43:30 -07:00
8bb54b8382 I have generated the latest API! 2022-08-10 19:41:56 +00:00
08ac3093a8 YOYO NEW API SPEC! 2022-08-10 19:38:23 +00:00
152e2ccc0c Add banner 2022-08-09 11:27:14 +10:00
ef6b1d9ca1 Merge pull request #43 from KittyCAD/dependabot/pip/attrs-gte-20.1.0-and-lt-23.0.0
Update attrs requirement from >=20.1.0,<22.0.0 to >=20.1.0,<23.0.0
2022-08-08 09:30:49 -07:00
284a911a38 Merge pull request #46 from KittyCAD/dependabot/pip/flake8-tw-5.0.4
Update flake8 requirement from ^4.0.1 to ^5.0.4
2022-08-08 09:30:41 -07:00
5c2d11d814 Update flake8 requirement from ^4.0.1 to ^5.0.4
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.4)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 11:33:00 +00:00
a26c922360 Update attrs requirement from >=20.1.0,<22.0.0 to >=20.1.0,<23.0.0
Updates the requirements on [attrs](https://github.com/python-attrs/attrs) to permit the latest version.
- [Release notes](https://github.com/python-attrs/attrs/releases)
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/python-attrs/attrs/compare/20.1.0...22.1.0)

---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-29 11:30:06 +00:00
0ba1480511 I HAVE GENERATED YOUR NEW DOCS! 2022-07-28 15:43:45 +00:00
ddb5f19a29 Merge pull request #42 from KittyCAD/update-spec
Update api spec
2022-07-28 08:41:22 -07:00
3c70a17d78 I have generated the latest API! 2022-07-28 15:18:50 +00:00
994b2de5c3 YOYO NEW API SPEC! 2022-07-28 15:15:24 +00:00
29d1308d0e I HAVE GENERATED YOUR NEW DOCS! 2022-07-26 00:51:56 +00:00
309 changed files with 2247 additions and 1111 deletions

View File

@ -1,3 +1,5 @@
![image](https://user-images.githubusercontent.com/19377312/165883233-3bdbc9fb-ddf9-4173-8cf2-d1b70ab7127d.png)
# kittycad.py
The Python API client for KittyCAD.

View File

@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 5195ef48a347bca86116b482d77effa9
config: 1ece6d752eecee7facf120d36abf3832
tags: 645f666f9bcd5a90fca523b33c5a78b7

View File

@ -0,0 +1,29 @@
kittycad.models.new\_address
============================
.. automodule:: kittycad.models.new_address
.. rubric:: Classes
.. autosummary::
NewAddress

View File

@ -28,7 +28,6 @@
:recursive:
kittycad.models.account_provider
kittycad.models.address
kittycad.models.api_call_query_group
kittycad.models.api_call_query_group_by
kittycad.models.api_call_status
@ -83,6 +82,7 @@
kittycad.models.meta_cluster_info
kittycad.models.metadata
kittycad.models.method
kittycad.models.new_address
kittycad.models.o_auth2_client_info
kittycad.models.o_auth2_grant_type
kittycad.models.output_file

View File

@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: 'v0.2.9',
VERSION: 'v0.3.0',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',

View File

@ -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>Client &mdash; kittycad v0.2.9 documentation</title>
<title>Client &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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>ClientFromEnv &mdash; kittycad v0.2.9 documentation</title>
<title>ClientFromEnv &mdash; kittycad v0.3.0 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" />
@ -30,7 +30,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; kittycad v0.2.9 documentation</title>
<title>Index &mdash; kittycad v0.3.0 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" />
@ -28,7 +28,7 @@
<a href="index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -646,13 +646,6 @@
<ul>
<li><a href="modules/kittycad.models.account_provider.html#module-kittycad.models.account_provider">module</a>
</li>
</ul></li>
<li>
kittycad.models.address
<ul>
<li><a href="modules/kittycad.models.address.html#module-kittycad.models.address">module</a>
</li>
</ul></li>
<li>
@ -844,8 +837,6 @@
<li><a href="modules/kittycad.models.docker_system_info.html#module-kittycad.models.docker_system_info">module</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
kittycad.models.email_authentication_form
@ -853,6 +844,8 @@
<li><a href="modules/kittycad.models.email_authentication_form.html#module-kittycad.models.email_authentication_form">module</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
kittycad.models.engine_metadata
@ -1033,6 +1026,13 @@
<ul>
<li><a href="modules/kittycad.models.method.html#module-kittycad.models.method">module</a>
</li>
</ul></li>
<li>
kittycad.models.new_address
<ul>
<li><a href="modules/kittycad.models.new_address.html#module-kittycad.models.new_address">module</a>
</li>
</ul></li>
<li>
@ -1728,8 +1728,6 @@
<li><a href="modules/kittycad.models.html#module-kittycad.models">kittycad.models</a>
</li>
<li><a href="modules/kittycad.models.account_provider.html#module-kittycad.models.account_provider">kittycad.models.account_provider</a>
</li>
<li><a href="modules/kittycad.models.address.html#module-kittycad.models.address">kittycad.models.address</a>
</li>
<li><a href="modules/kittycad.models.api_call_query_group.html#module-kittycad.models.api_call_query_group">kittycad.models.api_call_query_group</a>
</li>
@ -1838,6 +1836,8 @@
<li><a href="modules/kittycad.models.metadata.html#module-kittycad.models.metadata">kittycad.models.metadata</a>
</li>
<li><a href="modules/kittycad.models.method.html#module-kittycad.models.method">kittycad.models.method</a>
</li>
<li><a href="modules/kittycad.models.new_address.html#module-kittycad.models.new_address">kittycad.models.new_address</a>
</li>
<li><a href="modules/kittycad.models.o_auth2_client_info.html#module-kittycad.models.o_auth2_client_info">kittycad.models.o_auth2_client_info</a>
</li>

View File

@ -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>Welcome to kittycads documentation! &mdash; kittycad v0.2.9 documentation</title>
<title>Welcome to kittycads documentation! &mdash; kittycad v0.3.0 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" />
@ -30,7 +30,7 @@
<a href="#" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

View File

@ -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.apps.apps_github_callback &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.apps.apps_github_callback &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.apps.apps_github_consent &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.apps.apps_github_consent &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.apps.apps_github_webhook &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.apps.apps_github_webhook &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.apps &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.apps &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.beta &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.beta &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.constant.get_physics_constant &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.constant.get_physics_constant &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.constant &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.constant &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.create_file_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.create_file_conversion &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.create_file_conversion_with_base64_helper &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.create_file_conversion_with_base64_helper &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.create_file_density &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.create_file_density &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.create_file_execution &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.create_file_execution &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.create_file_mass &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.create_file_mass &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.create_file_volume &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.create_file_volume &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.file_conversion_status &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.file_conversion_status &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.file_conversion_status_with_base64_helper &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.file_conversion_status_with_base64_helper &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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 &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.get_file_conversion &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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 &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.get_file_conversion_for_user &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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_with_base64_helper &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.get_file_conversion_with_base64_helper &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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 &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.list_file_conversions &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.list_file_conversions &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.list_file_conversions_for_user &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.list_file_conversions_for_user &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.post_file_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.post_file_conversion &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.post_file_conversion_with_base64_helper &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.file.post_file_conversion_with_base64_helper &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.hidden.auth_email &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.hidden.auth_email &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.hidden.auth_email_callback &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.hidden.auth_email_callback &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.hidden &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.hidden &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.hidden.listen_auth_email &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.hidden.listen_auth_email &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.hidden.listen_auth_email_callback &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.hidden.listen_auth_email_callback &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.hidden.login &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.hidden.login &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.hidden.logout &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.hidden.logout &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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 &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.internal.gpu_devices &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.internal.gpu_devices &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.internal &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.internal &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.internal.stop_async_conversions &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.internal.stop_async_conversions &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.meta.auth_session &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.meta.auth_session &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.meta.get_metadata &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.meta.get_metadata &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.meta &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.meta &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.meta.instance_metadata &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.meta.instance_metadata &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.meta.ping &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.meta.ping &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.oauth2 &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.oauth2 &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.payments.create_payment_information_for_user &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.payments.create_payment_information_for_user &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.payments.create_payment_intent_for_user &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.payments.create_payment_intent_for_user &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.payments.delete_payment_information_for_user &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.payments.delete_payment_information_for_user &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.payments.delete_payment_method_for_user &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.payments.delete_payment_method_for_user &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.payments.get_payment_balance_for_user &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.payments.get_payment_balance_for_user &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.payments.get_payment_information_for_user &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.payments.get_payment_information_for_user &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.payments &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.payments &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.payments.update_payment_information_for_user &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.payments.update_payment_information_for_user &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.sessions.get_session_for_user &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.sessions.get_session_for_user &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.sessions &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.sessions &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.unit.create_unit_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.unit.create_unit_conversion &mdash; kittycad v0.3.0 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" />
@ -29,7 +29,7 @@
<a href="../index.html" class="icon icon-home"> kittycad
</a>
<div class="version">
v0.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

View File

@ -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.unit.get_acceleration_unit_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.unit.get_acceleration_unit_conversion &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@ -129,7 +129,7 @@
</colgroup>
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio</span></code>(output_format, src_format, value, *, ...)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert an acceleration unit value to another acceleration unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">
@ -140,7 +140,7 @@
</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync</span></code>(output_format, src_format, value, *, client)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert an acceleration unit value to another acceleration unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">

View File

@ -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.unit.get_angle_unit_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.unit.get_angle_unit_conversion &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@ -129,7 +129,7 @@
</colgroup>
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio</span></code>(output_format, src_format, value, *, ...)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert an angle unit value to another angle unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">
@ -140,7 +140,7 @@
</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync</span></code>(output_format, src_format, value, *, client)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert an angle unit value to another angle unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">

View File

@ -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.unit.get_angular_velocity_unit_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.unit.get_angular_velocity_unit_conversion &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@ -129,7 +129,7 @@
</colgroup>
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio</span></code>(output_format, src_format, value, *, ...)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert an angular velocity unit value to another angular velocity unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">
@ -140,7 +140,7 @@
</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync</span></code>(output_format, src_format, value, *, client)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert an angular velocity unit value to another angular velocity unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">

View File

@ -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.unit.get_area_unit_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.unit.get_area_unit_conversion &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@ -129,7 +129,7 @@
</colgroup>
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio</span></code>(output_format, src_format, value, *, ...)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert an area unit value to another area unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">
@ -140,7 +140,7 @@
</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync</span></code>(output_format, src_format, value, *, client)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert an area unit value to another area unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">

View File

@ -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.unit.get_charge_unit_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.unit.get_charge_unit_conversion &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@ -129,7 +129,7 @@
</colgroup>
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio</span></code>(output_format, src_format, value, *, ...)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert a charge unit value to another charge unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">
@ -140,7 +140,7 @@
</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync</span></code>(output_format, src_format, value, *, client)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert a charge unit value to another charge unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">

View File

@ -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.unit.get_concentration_unit_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.unit.get_concentration_unit_conversion &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@ -129,7 +129,7 @@
</colgroup>
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio</span></code>(output_format, src_format, value, *, ...)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert a concentration unit value to another concentration unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">
@ -140,7 +140,7 @@
</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync</span></code>(output_format, src_format, value, *, client)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert a concentration unit value to another concentration unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">

View File

@ -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.unit.get_data_transfer_rate_unit_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.unit.get_data_transfer_rate_unit_conversion &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@ -129,7 +129,7 @@
</colgroup>
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio</span></code>(output_format, src_format, value, *, ...)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert a data transfer rate unit value to another data transfer rate unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">
@ -140,7 +140,7 @@
</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync</span></code>(output_format, src_format, value, *, client)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert a data transfer rate unit value to another data transfer rate unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">

View File

@ -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.unit.get_data_unit_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.unit.get_data_unit_conversion &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@ -129,7 +129,7 @@
</colgroup>
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio</span></code>(output_format, src_format, value, *, ...)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert a data unit value to another data unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">
@ -140,7 +140,7 @@
</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync</span></code>(output_format, src_format, value, *, client)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert a data unit value to another data unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">

View File

@ -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.unit.get_density_unit_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.unit.get_density_unit_conversion &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@ -129,7 +129,7 @@
</colgroup>
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio</span></code>(output_format, src_format, value, *, ...)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert a density unit value to another density unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">
@ -140,7 +140,7 @@
</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync</span></code>(output_format, src_format, value, *, client)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert a density unit value to another density unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">

View File

@ -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.unit.get_energy_unit_conversion &mdash; kittycad v0.2.9 documentation</title>
<title>kittycad.api.unit.get_energy_unit_conversion &mdash; kittycad v0.3.0 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.2.9
v0.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@ -129,7 +129,7 @@
</colgroup>
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio</span></code>(output_format, src_format, value, *, ...)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert a energy unit value to another energy unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">
@ -140,7 +140,7 @@
</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync</span></code>(output_format, src_format, value, *, client)</p></td>
<td><p>Convert a unit value to another metric unit value.</p></td>
<td><p>Convert a energy unit value to another energy unit value.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(output_format, src_format, ...)</p></td>
<td><p><dl class="field-list simple">

Some files were not shown because too many files have changed in this diff Show More