diff --git a/docs/html/.buildinfo b/docs/html/.buildinfo index 89c203056..f741629ab 100644 --- a/docs/html/.buildinfo +++ b/docs/html/.buildinfo @@ -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: bbdc7059b0750934434cf054762ff65f +config: 5195ef48a347bca86116b482d77effa9 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/html/.doctrees/environment.pickle b/docs/html/.doctrees/environment.pickle index 8e0aceac8..a03296b9c 100644 Binary files a/docs/html/.doctrees/environment.pickle and b/docs/html/.doctrees/environment.pickle differ diff --git a/docs/html/.doctrees/modules/kittycad.api.constant.doctree b/docs/html/.doctrees/modules/kittycad.api.constant.doctree new file mode 100644 index 000000000..bb03931cd Binary files /dev/null and b/docs/html/.doctrees/modules/kittycad.api.constant.doctree differ diff --git a/docs/html/.doctrees/modules/kittycad.api.constant.get_physics_constant.doctree b/docs/html/.doctrees/modules/kittycad.api.constant.get_physics_constant.doctree new file mode 100644 index 000000000..e841a2f25 Binary files /dev/null and b/docs/html/.doctrees/modules/kittycad.api.constant.get_physics_constant.doctree differ diff --git a/docs/html/.doctrees/modules/kittycad.api.doctree b/docs/html/.doctrees/modules/kittycad.api.doctree index 897b948eb..fbb1cc4ea 100644 Binary files a/docs/html/.doctrees/modules/kittycad.api.doctree and b/docs/html/.doctrees/modules/kittycad.api.doctree differ diff --git a/docs/html/.doctrees/modules/kittycad.models.doctree b/docs/html/.doctrees/modules/kittycad.models.doctree index b7a3e0bac..546469188 100644 Binary files a/docs/html/.doctrees/modules/kittycad.models.doctree and b/docs/html/.doctrees/modules/kittycad.models.doctree differ diff --git a/docs/html/.doctrees/modules/kittycad.models.physics_constant.doctree b/docs/html/.doctrees/modules/kittycad.models.physics_constant.doctree new file mode 100644 index 000000000..74b88c06a Binary files /dev/null and b/docs/html/.doctrees/modules/kittycad.models.physics_constant.doctree differ diff --git a/docs/html/.doctrees/modules/kittycad.models.physics_constant_name.doctree b/docs/html/.doctrees/modules/kittycad.models.physics_constant_name.doctree new file mode 100644 index 000000000..54238bb73 Binary files /dev/null and b/docs/html/.doctrees/modules/kittycad.models.physics_constant_name.doctree differ diff --git a/docs/html/_sources/modules/kittycad.api.apps.rst.txt b/docs/html/_sources/modules/kittycad.api.apps.rst.txt index 155cc9209..2d2f7bacb 100644 --- a/docs/html/_sources/modules/kittycad.api.apps.rst.txt +++ b/docs/html/_sources/modules/kittycad.api.apps.rst.txt @@ -1,4 +1,4 @@ -kittycad.api.apps +kittycad.api.apps ================= .. automodule:: kittycad.api.apps diff --git a/docs/html/_sources/modules/kittycad.api.constant.get_physics_constant.rst.txt b/docs/html/_sources/modules/kittycad.api.constant.get_physics_constant.rst.txt new file mode 100644 index 000000000..93d2ac98e --- /dev/null +++ b/docs/html/_sources/modules/kittycad.api.constant.get_physics_constant.rst.txt @@ -0,0 +1,32 @@ +kittycad.api.constant.get\_physics\_constant +============================================ + +.. automodule:: kittycad.api.constant.get_physics_constant + + + + + + + + .. rubric:: Functions + + .. autosummary:: + + asyncio + asyncio_detailed + sync + sync_detailed + + + + + + + + + + + + + diff --git a/docs/html/_sources/modules/kittycad.api.constant.rst.txt b/docs/html/_sources/modules/kittycad.api.constant.rst.txt new file mode 100644 index 000000000..c6fb8c76b --- /dev/null +++ b/docs/html/_sources/modules/kittycad.api.constant.rst.txt @@ -0,0 +1,31 @@ +kittycad.api.constant +===================== + +.. automodule:: kittycad.api.constant + + + + + + + + + + + + + + + + + + + +.. rubric:: Modules + +.. autosummary:: + :toctree: + :recursive: + + kittycad.api.constant.get_physics_constant + diff --git a/docs/html/_sources/modules/kittycad.api.rst.txt b/docs/html/_sources/modules/kittycad.api.rst.txt index a4fa42bd7..7d1cb6bdb 100644 --- a/docs/html/_sources/modules/kittycad.api.rst.txt +++ b/docs/html/_sources/modules/kittycad.api.rst.txt @@ -31,6 +31,7 @@ kittycad.api.api-tokens kittycad.api.apps kittycad.api.beta + kittycad.api.constant kittycad.api.file kittycad.api.hidden kittycad.api.meta diff --git a/docs/html/_sources/modules/kittycad.api.unit.rst.txt b/docs/html/_sources/modules/kittycad.api.unit.rst.txt index 3d9655b1f..3dd535f55 100644 --- a/docs/html/_sources/modules/kittycad.api.unit.rst.txt +++ b/docs/html/_sources/modules/kittycad.api.unit.rst.txt @@ -1,4 +1,4 @@ -kittycad.api.unit +kittycad.api.unit ================= .. automodule:: kittycad.api.unit diff --git a/docs/html/_sources/modules/kittycad.models.physics_constant.rst.txt b/docs/html/_sources/modules/kittycad.models.physics_constant.rst.txt new file mode 100644 index 000000000..a1e30a289 --- /dev/null +++ b/docs/html/_sources/modules/kittycad.models.physics_constant.rst.txt @@ -0,0 +1,29 @@ +kittycad.models.physics\_constant +================================= + +.. automodule:: kittycad.models.physics_constant + + + + + + + + + + + + .. rubric:: Classes + + .. autosummary:: + + PhysicsConstant + + + + + + + + + diff --git a/docs/html/_sources/modules/kittycad.models.physics_constant_name.rst.txt b/docs/html/_sources/modules/kittycad.models.physics_constant_name.rst.txt new file mode 100644 index 000000000..15b3dc1be --- /dev/null +++ b/docs/html/_sources/modules/kittycad.models.physics_constant_name.rst.txt @@ -0,0 +1,29 @@ +kittycad.models.physics\_constant\_name +======================================= + +.. automodule:: kittycad.models.physics_constant_name + + + + + + + + + + + + .. rubric:: Classes + + .. autosummary:: + + PhysicsConstantName + + + + + + + + + diff --git a/docs/html/_sources/modules/kittycad.models.rst.txt b/docs/html/_sources/modules/kittycad.models.rst.txt index 95f863769..5529d6da0 100644 --- a/docs/html/_sources/modules/kittycad.models.rst.txt +++ b/docs/html/_sources/modules/kittycad.models.rst.txt @@ -90,6 +90,8 @@ kittycad.models.payment_method kittycad.models.payment_method_card_checks kittycad.models.payment_method_type + kittycad.models.physics_constant + kittycad.models.physics_constant_name kittycad.models.plugins_info kittycad.models.pong kittycad.models.registry_service_config diff --git a/docs/html/_static/documentation_options.js b/docs/html/_static/documentation_options.js index 2b5cbad49..808146b81 100644 --- a/docs/html/_static/documentation_options.js +++ b/docs/html/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: 'v0.2.8', + VERSION: 'v0.2.9', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/html/api/kittycad.Client.html b/docs/html/api/kittycad.Client.html index 6edbb0f48..4c241fe0b 100644 --- a/docs/html/api/kittycad.Client.html +++ b/docs/html/api/kittycad.Client.html @@ -4,7 +4,7 @@ - Client — kittycad v0.2.8 documentation + Client — kittycad v0.2.9 documentation @@ -31,7 +31,7 @@ kittycad
- v0.2.8 + v0.2.9
diff --git a/docs/html/api/kittycad.ClientFromEnv.html b/docs/html/api/kittycad.ClientFromEnv.html index 60047aff2..89626e0bc 100644 --- a/docs/html/api/kittycad.ClientFromEnv.html +++ b/docs/html/api/kittycad.ClientFromEnv.html @@ -4,7 +4,7 @@ - ClientFromEnv — kittycad v0.2.8 documentation + ClientFromEnv — kittycad v0.2.9 documentation @@ -30,7 +30,7 @@ kittycad
- v0.2.8 + v0.2.9
diff --git a/docs/html/genindex.html b/docs/html/genindex.html index 9991b4af7..51f2aa3de 100644 --- a/docs/html/genindex.html +++ b/docs/html/genindex.html @@ -3,7 +3,7 @@ - Index — kittycad v0.2.8 documentation + Index — kittycad v0.2.9 documentation @@ -28,7 +28,7 @@ kittycad
- v0.2.8 + v0.2.9
@@ -163,6 +163,20 @@ +
  • + kittycad.api.constant + +
  • +
  • + kittycad.api.constant.get_physics_constant + +
  • @@ -1068,6 +1082,20 @@
  • +
  • + kittycad.models.physics_constant + +
  • +
  • + kittycad.models.physics_constant_name + +
  • @@ -1562,6 +1590,10 @@
  • kittycad.api.apps.apps_github_webhook
  • kittycad.api.beta +
  • +
  • kittycad.api.constant +
  • +
  • kittycad.api.constant.get_physics_constant
  • kittycad.api.file
  • @@ -1820,6 +1852,10 @@
  • kittycad.models.payment_method_card_checks
  • kittycad.models.payment_method_type +
  • +
  • kittycad.models.physics_constant +
  • +
  • kittycad.models.physics_constant_name
  • kittycad.models.plugins_info
  • diff --git a/docs/html/index.html b/docs/html/index.html index d87557c2a..355ad84db 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -4,7 +4,7 @@ - Welcome to kittycad’s documentation! — kittycad v0.2.8 documentation + Welcome to kittycad’s documentation! — kittycad v0.2.9 documentation @@ -30,7 +30,7 @@ kittycad
    - v0.2.8 + v0.2.9
    diff --git a/docs/html/modules/kittycad.api.apps.apps_github_callback.html b/docs/html/modules/kittycad.api.apps.apps_github_callback.html index 28f2b9772..1095befee 100644 --- a/docs/html/modules/kittycad.api.apps.apps_github_callback.html +++ b/docs/html/modules/kittycad.api.apps.apps_github_callback.html @@ -4,7 +4,7 @@ - kittycad.api.apps.apps_github_callback — kittycad v0.2.8 documentation + kittycad.api.apps.apps_github_callback — kittycad v0.2.9 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.8 + v0.2.9
    @@ -50,6 +50,7 @@
  • kittycad.api.beta
  • +
  • kittycad.api.constant
  • kittycad.api.file
  • kittycad.api.hidden
  • kittycad.api.meta
  • diff --git a/docs/html/modules/kittycad.api.apps.apps_github_consent.html b/docs/html/modules/kittycad.api.apps.apps_github_consent.html index 772d4156a..7f82f9b6d 100644 --- a/docs/html/modules/kittycad.api.apps.apps_github_consent.html +++ b/docs/html/modules/kittycad.api.apps.apps_github_consent.html @@ -4,7 +4,7 @@ - kittycad.api.apps.apps_github_consent — kittycad v0.2.8 documentation + kittycad.api.apps.apps_github_consent — kittycad v0.2.9 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.8 + v0.2.9
    @@ -50,6 +50,7 @@
  • kittycad.api.beta
  • +
  • kittycad.api.constant
  • kittycad.api.file
  • kittycad.api.hidden
  • kittycad.api.meta
  • diff --git a/docs/html/modules/kittycad.api.apps.apps_github_webhook.html b/docs/html/modules/kittycad.api.apps.apps_github_webhook.html index 0713187df..90581e0dd 100644 --- a/docs/html/modules/kittycad.api.apps.apps_github_webhook.html +++ b/docs/html/modules/kittycad.api.apps.apps_github_webhook.html @@ -4,7 +4,7 @@ - kittycad.api.apps.apps_github_webhook — kittycad v0.2.8 documentation + kittycad.api.apps.apps_github_webhook — kittycad v0.2.9 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.8 + v0.2.9
    @@ -50,6 +50,7 @@
  • kittycad.api.beta
  • +
  • kittycad.api.constant
  • kittycad.api.file
  • kittycad.api.hidden
  • kittycad.api.meta
  • diff --git a/docs/html/modules/kittycad.api.apps.html b/docs/html/modules/kittycad.api.apps.html index 6441a0ac0..02025c45f 100644 --- a/docs/html/modules/kittycad.api.apps.html +++ b/docs/html/modules/kittycad.api.apps.html @@ -4,7 +4,7 @@ - kittycad.api.apps — kittycad v0.2.8 documentation + kittycad.api.apps — kittycad v0.2.9 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.8 + v0.2.9
    @@ -50,6 +50,7 @@
  • kittycad.api.beta
  • +
  • kittycad.api.constant
  • kittycad.api.file
  • kittycad.api.hidden
  • kittycad.api.meta
  • diff --git a/docs/html/modules/kittycad.api.beta.html b/docs/html/modules/kittycad.api.beta.html index a5920a7cf..8ec608e15 100644 --- a/docs/html/modules/kittycad.api.beta.html +++ b/docs/html/modules/kittycad.api.beta.html @@ -4,7 +4,7 @@ - kittycad.api.beta — kittycad v0.2.8 documentation + kittycad.api.beta — kittycad v0.2.9 documentation @@ -19,7 +19,7 @@ - + @@ -31,7 +31,7 @@ kittycad
    - v0.2.8 + v0.2.9