Compare commits
34 Commits
Author | SHA1 | Date | |
---|---|---|---|
0b33d376c2 | |||
95faa77326 | |||
39b183c731 | |||
f408eae3d2 | |||
2134a8e5de | |||
8d0ab1a2b8 | |||
efabead34c | |||
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 |
10
.github/workflows/update-spec-for-docs.yml
vendored
10
.github/workflows/update-spec-for-docs.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Ensure no files changed
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ `git status --porcelain` ]]; then
|
||||
if [[ `git status --porcelain kittycad/` ]]; then
|
||||
echo "Files changed, exiting";
|
||||
exit 1;
|
||||
else
|
||||
@ -34,14 +34,14 @@ 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
|
||||
shell: bash
|
||||
run: |
|
||||
rm docs/spec.json || true
|
||||
cp spec.json docs/spec.json
|
||||
rm docs/kittycad.py.patch.json || true
|
||||
cp kittycad.py.patch.json docs/kittycad.py.patch.json
|
||||
- name: commit the changes in the docs repo
|
||||
shell: bash
|
||||
run: |
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
git commit -am "YOYO NEW SPEC DOCS ${VERSION}!" || exit 0
|
||||
git fetch origin
|
||||
git rebase origin/main || exit 0
|
||||
export NEW_BRANCH="update-spec-${VERSION}"
|
||||
export NEW_BRANCH="update-spec-python"
|
||||
git checkout -b "$NEW_BRANCH"
|
||||
git push -f origin "$NEW_BRANCH"
|
||||
gh pr create --title "Update lang spec docs for ${VERSION}" \
|
||||
|
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: b5766e7d008470ef47d7f2589ef1a682
|
||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.api.apps.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.api.apps.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.
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.
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.
@ -0,0 +1,32 @@
|
||||
kittycad.api.apps.apps\_github\_callback
|
||||
========================================
|
||||
|
||||
.. automodule:: kittycad.api.apps.apps_github_callback
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.apps.apps\_github\_consent
|
||||
=======================================
|
||||
|
||||
.. automodule:: kittycad.api.apps.apps_github_consent
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
32
docs/html/_sources/modules/kittycad.api.apps.rst.txt
Normal file
32
docs/html/_sources/modules/kittycad.api.apps.rst.txt
Normal file
@ -0,0 +1,32 @@
|
||||
kittycad.api.apps
|
||||
=================
|
||||
|
||||
.. automodule:: kittycad.api.apps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Modules
|
||||
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.apps.apps_github_callback
|
||||
kittycad.api.apps.apps_github_consent
|
||||
|
@ -1,4 +1,4 @@
|
||||
kittycad.api.file
|
||||
kittycad.api.file
|
||||
=================
|
||||
|
||||
.. automodule:: kittycad.api.file
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.hidden.auth\_email
|
||||
===============================
|
||||
|
||||
.. automodule:: kittycad.api.hidden.auth_email
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.hidden.auth\_email\_callback
|
||||
=========================================
|
||||
|
||||
.. automodule:: kittycad.api.hidden.auth_email_callback
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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.auth_email
|
||||
kittycad.api.hidden.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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -29,11 +29,14 @@
|
||||
|
||||
kittycad.api.api-calls
|
||||
kittycad.api.api-tokens
|
||||
kittycad.api.apps
|
||||
kittycad.api.beta
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.app\_client\_info
|
||||
=================================
|
||||
|
||||
.. automodule:: kittycad.models.app_client_info
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
AppClientInfo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user