Compare commits
27 Commits
Author | SHA1 | Date | |
---|---|---|---|
4d2468541c | |||
e7f966bea8 | |||
147dea9927 | |||
6f2330aa85 | |||
8e7d73973d | |||
8c9d476771 | |||
96a23c4672 | |||
4f88e5f0a7 | |||
a49aa621ed | |||
eb0380ef2d | |||
9414ebcc0b | |||
0c6b538605 | |||
905e2094de | |||
4623f854af | |||
3802dd36fc | |||
a046a9a82b | |||
c795346cd0 | |||
3bd4326f2c | |||
b08726834a | |||
26954ba9f8 | |||
20496480f7 | |||
2c8e9f90d7 | |||
197aa2fc55 | |||
4beba625ed | |||
67a03bdd03 | |||
30db5097ff | |||
b80b69b023 |
2
.github/workflows/update-spec-for-docs.yml
vendored
2
.github/workflows/update-spec-for-docs.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
# Checkout the docs repo since we will want to update the files there.
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: 'kittycad/docs'
|
||||
repository: 'kittycad/website'
|
||||
path: 'docs'
|
||||
token: ${{secrets.PAT_GITHUB}}
|
||||
- name: move spec to docs
|
||||
|
1
Makefile
1
Makefile
@ -22,6 +22,7 @@ generate: docker-image ## Generate the api client.
|
||||
shell: docker-image ## Pop into a shell in the docker image.
|
||||
docker run --rm -i $(DOCKER_FLAGS) \
|
||||
--name python-generator-shell \
|
||||
-e KITTYCAD_API_TOKEN \
|
||||
--disable-content-trust \
|
||||
-v $(CURDIR):/usr/src \
|
||||
--workdir /usr/src \
|
||||
|
@ -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: 801b3277a7f682f8d93df02ea3878661
|
||||
config: 411795e469389165777ee784bd0a4b59
|
||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.api.hidden.logout.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.api.hidden.logout.doctree
Normal file
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.api.oauth2.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.api.oauth2.doctree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.api.unit.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.api.unit.doctree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.base64_data.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.base64_data.doctree
Normal file
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.commit.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.commit.doctree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.empty.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.empty.doctree
Normal file
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.index_info.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.index_info.doctree
Normal file
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.ip_addr.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.ip_addr.doctree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.plugins_info.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.plugins_info.doctree
Normal file
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.runtime.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.runtime.doctree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
kittycad.api.file
|
||||
kittycad.api.file
|
||||
=================
|
||||
|
||||
.. automodule:: kittycad.api.file
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.hidden.listen\_auth\_email
|
||||
=======================================
|
||||
|
||||
.. automodule:: kittycad.api.hidden.listen_auth_email
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.hidden.listen\_auth\_email\_callback
|
||||
=================================================
|
||||
|
||||
.. automodule:: kittycad.api.hidden.listen_auth_email_callback
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.hidden.logout
|
||||
==========================
|
||||
|
||||
.. automodule:: kittycad.api.hidden.logout
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -27,5 +27,7 @@ kittycad.api.hidden
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.hidden.login
|
||||
kittycad.api.hidden.listen_auth_email
|
||||
kittycad.api.hidden.listen_auth_email_callback
|
||||
kittycad.api.hidden.logout
|
||||
|
||||
|
23
docs/html/_sources/modules/kittycad.api.oauth2.rst.txt
Normal file
23
docs/html/_sources/modules/kittycad.api.oauth2.rst.txt
Normal file
@ -0,0 +1,23 @@
|
||||
kittycad.api.oauth2
|
||||
===================
|
||||
|
||||
.. automodule:: kittycad.api.oauth2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.payments.get\_payment\_balance\_for\_user
|
||||
======================================================
|
||||
|
||||
.. automodule:: kittycad.api.payments.get_payment_balance_for_user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
kittycad.api.payments
|
||||
kittycad.api.payments
|
||||
=====================
|
||||
|
||||
.. automodule:: kittycad.api.payments
|
||||
@ -31,6 +31,7 @@ kittycad.api.payments
|
||||
kittycad.api.payments.create_payment_intent_for_user
|
||||
kittycad.api.payments.delete_payment_information_for_user
|
||||
kittycad.api.payments.delete_payment_method_for_user
|
||||
kittycad.api.payments.get_payment_balance_for_user
|
||||
kittycad.api.payments.get_payment_information_for_user
|
||||
kittycad.api.payments.list_invoices_for_user
|
||||
kittycad.api.payments.list_payment_methods_for_user
|
||||
|
@ -33,7 +33,9 @@
|
||||
kittycad.api.file
|
||||
kittycad.api.hidden
|
||||
kittycad.api.meta
|
||||
kittycad.api.oauth2
|
||||
kittycad.api.payments
|
||||
kittycad.api.sessions
|
||||
kittycad.api.unit
|
||||
kittycad.api.users
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.unit.create\_unit\_conversion
|
||||
==========================================
|
||||
|
||||
.. automodule:: kittycad.api.unit.create_unit_conversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
31
docs/html/_sources/modules/kittycad.api.unit.rst.txt
Normal file
31
docs/html/_sources/modules/kittycad.api.unit.rst.txt
Normal file
@ -0,0 +1,31 @@
|
||||
kittycad.api.unit
|
||||
=================
|
||||
|
||||
.. automodule:: kittycad.api.unit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Modules
|
||||
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.unit.create_unit_conversion
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.delete\_user\_self
|
||||
=====================================
|
||||
|
||||
.. automodule:: kittycad.api.users.delete_user_self
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
kittycad.api.users
|
||||
kittycad.api.users
|
||||
==================
|
||||
|
||||
.. automodule:: kittycad.api.users
|
||||
@ -27,6 +27,7 @@ kittycad.api.users
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.users.delete_user_self
|
||||
kittycad.api.users.get_user
|
||||
kittycad.api.users.get_user_extended
|
||||
kittycad.api.users.get_user_self
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.account\_provider
|
||||
=================================
|
||||
|
||||
.. automodule:: kittycad.models.account_provider
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
AccountProvider
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@ kittycad.models.api\_call\_status
|
||||
|
||||
.. autosummary::
|
||||
|
||||
APICallStatus
|
||||
ApiCallStatus
|
||||
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@ kittycad.models.async\_api\_call\_type
|
||||
|
||||
.. autosummary::
|
||||
|
||||
AsyncAPICallType
|
||||
AsyncApiCallType
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.base64\_data
|
||||
============================
|
||||
|
||||
.. automodule:: kittycad.models.base64_data
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Base64Data
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
docs/html/_sources/modules/kittycad.models.commit.rst.txt
Normal file
29
docs/html/_sources/modules/kittycad.models.commit.rst.txt
Normal file
@ -0,0 +1,29 @@
|
||||
kittycad.models.commit
|
||||
======================
|
||||
|
||||
.. automodule:: kittycad.models.commit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Commit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.customer\_balance
|
||||
=================================
|
||||
|
||||
.. automodule:: kittycad.models.customer_balance
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
CustomerBalance
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.device\_access\_token\_request\_form
|
||||
====================================================
|
||||
|
||||
.. automodule:: kittycad.models.device_access_token_request_form
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
DeviceAccessTokenRequestForm
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.device\_auth\_request\_form
|
||||
===========================================
|
||||
|
||||
.. automodule:: kittycad.models.device_auth_request_form
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
DeviceAuthRequestForm
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.device\_auth\_verify\_params
|
||||
============================================
|
||||
|
||||
.. automodule:: kittycad.models.device_auth_verify_params
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
DeviceAuthVerifyParams
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.docker\_system\_info
|
||||
====================================
|
||||
|
||||
.. automodule:: kittycad.models.docker_system_info
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
DockerSystemInfo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.email\_authentication\_form
|
||||
===========================================
|
||||
|
||||
.. automodule:: kittycad.models.email_authentication_form
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
EmailAuthenticationForm
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
docs/html/_sources/modules/kittycad.models.empty.rst.txt
Normal file
29
docs/html/_sources/modules/kittycad.models.empty.rst.txt
Normal file
@ -0,0 +1,29 @@
|
||||
kittycad.models.empty
|
||||
=====================
|
||||
|
||||
.. automodule:: kittycad.models.empty
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Empty
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.executor\_metadata
|
||||
==================================
|
||||
|
||||
.. automodule:: kittycad.models.executor_metadata
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ExecutorMetadata
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.index\_info
|
||||
===========================
|
||||
|
||||
.. automodule:: kittycad.models.index_info
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
IndexInfo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
docs/html/_sources/modules/kittycad.models.ip_addr.rst.txt
Normal file
29
docs/html/_sources/modules/kittycad.models.ip_addr.rst.txt
Normal file
@ -0,0 +1,29 @@
|
||||
kittycad.models.ip\_addr
|
||||
========================
|
||||
|
||||
.. automodule:: kittycad.models.ip_addr
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
IpAddr
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.o\_auth2\_client\_info
|
||||
======================================
|
||||
|
||||
.. automodule:: kittycad.models.o_auth2_client_info
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
OAuth2ClientInfo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.o\_auth2\_grant\_type
|
||||
=====================================
|
||||
|
||||
.. automodule:: kittycad.models.o_auth2_grant_type
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
OAuth2GrantType
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.plugins\_info
|
||||
=============================
|
||||
|
||||
.. automodule:: kittycad.models.plugins_info
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
PluginsInfo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.registry\_service\_config
|
||||
=========================================
|
||||
|
||||
.. automodule:: kittycad.models.registry_service_config
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
RegistryServiceConfig
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.models.account_provider
|
||||
kittycad.models.address
|
||||
kittycad.models.api_call_query_group
|
||||
kittycad.models.api_call_query_group_by
|
||||
@ -44,14 +45,21 @@
|
||||
kittycad.models.cluster
|
||||
kittycad.models.code_language
|
||||
kittycad.models.code_output
|
||||
kittycad.models.commit
|
||||
kittycad.models.connection
|
||||
kittycad.models.created_at_sort_mode
|
||||
kittycad.models.currency
|
||||
kittycad.models.customer
|
||||
kittycad.models.duration
|
||||
kittycad.models.customer_balance
|
||||
kittycad.models.device_access_token_request_form
|
||||
kittycad.models.device_auth_request_form
|
||||
kittycad.models.device_auth_verify_params
|
||||
kittycad.models.docker_system_info
|
||||
kittycad.models.email_authentication_form
|
||||
kittycad.models.engine_metadata
|
||||
kittycad.models.environment
|
||||
kittycad.models.error
|
||||
kittycad.models.executor_metadata
|
||||
kittycad.models.extended_user
|
||||
kittycad.models.extended_user_results_page
|
||||
kittycad.models.file_conversion
|
||||
@ -62,6 +70,7 @@
|
||||
kittycad.models.file_system_metadata
|
||||
kittycad.models.file_volume
|
||||
kittycad.models.gateway
|
||||
kittycad.models.index_info
|
||||
kittycad.models.invoice
|
||||
kittycad.models.invoice_line_item
|
||||
kittycad.models.invoice_status
|
||||
@ -70,21 +79,30 @@
|
||||
kittycad.models.jetstream_config
|
||||
kittycad.models.jetstream_stats
|
||||
kittycad.models.leaf_node
|
||||
kittycad.models.login_params
|
||||
kittycad.models.meta_cluster_info
|
||||
kittycad.models.metadata
|
||||
kittycad.models.method
|
||||
kittycad.models.o_auth2_client_info
|
||||
kittycad.models.o_auth2_grant_type
|
||||
kittycad.models.output_file
|
||||
kittycad.models.payment_intent
|
||||
kittycad.models.payment_method
|
||||
kittycad.models.payment_method_card_checks
|
||||
kittycad.models.payment_method_type
|
||||
kittycad.models.phone_number
|
||||
kittycad.models.plugins_info
|
||||
kittycad.models.pong
|
||||
kittycad.models.registry_service_config
|
||||
kittycad.models.runtime
|
||||
kittycad.models.session
|
||||
kittycad.models.status_code
|
||||
kittycad.models.system_info_cgroup_driver_enum
|
||||
kittycad.models.system_info_cgroup_version_enum
|
||||
kittycad.models.system_info_default_address_pools
|
||||
kittycad.models.system_info_isolation_enum
|
||||
kittycad.models.unit_conversion
|
||||
kittycad.models.unit_metric_format
|
||||
kittycad.models.update_user
|
||||
kittycad.models.user
|
||||
kittycad.models.user_results_page
|
||||
kittycad.models.uuid
|
||||
kittycad.models.verification_token
|
||||
|
||||
|
29
docs/html/_sources/modules/kittycad.models.runtime.rst.txt
Normal file
29
docs/html/_sources/modules/kittycad.models.runtime.rst.txt
Normal file
@ -0,0 +1,29 @@
|
||||
kittycad.models.runtime
|
||||
=======================
|
||||
|
||||
.. automodule:: kittycad.models.runtime
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Runtime
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.system\_info\_cgroup\_driver\_enum
|
||||
==================================================
|
||||
|
||||
.. automodule:: kittycad.models.system_info_cgroup_driver_enum
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
SystemInfoCgroupDriverEnum
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.system\_info\_cgroup\_version\_enum
|
||||
===================================================
|
||||
|
||||
.. automodule:: kittycad.models.system_info_cgroup_version_enum
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
SystemInfoCgroupVersionEnum
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.system\_info\_default\_address\_pools
|
||||
=====================================================
|
||||
|
||||
.. automodule:: kittycad.models.system_info_default_address_pools
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
SystemInfoDefaultAddressPools
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.system\_info\_isolation\_enum
|
||||
=============================================
|
||||
|
||||
.. automodule:: kittycad.models.system_info_isolation_enum
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
SystemInfoIsolationEnum
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.unit\_conversion
|
||||
================================
|
||||
|
||||
.. automodule:: kittycad.models.unit_conversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
UnitConversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user