Compare commits
45 Commits
Author | SHA1 | Date | |
---|---|---|---|
6103b11ab8 | |||
441db38ca2 | |||
61c79305dc | |||
73cb3ff917 | |||
7c4321306a | |||
49b8d2747a | |||
9dc390a64d | |||
929e7fe993 | |||
ada7da5eca | |||
829c9cb0fe | |||
4631ca24cb | |||
b9e1d6fda6 | |||
2efdf57ec3 | |||
7f7460d366 | |||
553db98e51 | |||
699532553b | |||
4acbbc84ce | |||
02dff4020c | |||
7375479cf2 | |||
24d6d17894 | |||
1e67d9d4bd | |||
53132b1fd8 | |||
a0146d9ea5 | |||
032f5b17d5 | |||
15ef98b356 | |||
dcd5015cae | |||
219a7f14c2 | |||
7f00e3aa25 | |||
85a22b9a2a | |||
a653ebbb66 | |||
d3dfc556e0 | |||
e96d50f4f0 | |||
16e30e893f | |||
d81e82cf9c | |||
7e536090ad | |||
429c341f84 | |||
5bcbf4251b | |||
f28df119ed | |||
9e96dffb3c | |||
be68a24e48 | |||
3e0545f4aa | |||
0f66979c90 | |||
16d7e95ce6 | |||
cb257a57d6 | |||
0ae59a5548 |
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
|
2
.github/workflows/generate-docs.yml
vendored
2
.github/workflows/generate-docs.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.x
|
||||
|
||||
|
2
.github/workflows/make-release.yml
vendored
2
.github/workflows/make-release.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
# Installation instructions are from: https://python-poetry.org/docs/
|
||||
|
3
.github/workflows/update-spec-for-docs.yml
vendored
3
.github/workflows/update-spec-for-docs.yml
vendored
@ -16,9 +16,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.x'
|
||||
- name: make generate
|
||||
shell: bash
|
||||
run: |
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ dmypy.json
|
||||
/.coverage
|
||||
|
||||
poetry.lock
|
||||
testing
|
||||
|
4
Makefile
4
Makefile
@ -13,14 +13,16 @@ VERSION := $(shell toml get $(CURDIR)/pyproject.toml tool.poetry.version | jq -r
|
||||
generate: docker-image ## Generate the api client.
|
||||
docker run --rm -i $(DOCKER_FLAGS) \
|
||||
--name python-generator \
|
||||
--disable-content-trust \
|
||||
-v $(CURDIR):/usr/src \
|
||||
--workdir /usr/src \
|
||||
$(DOCKER_IMAGE_NAME) sh -c 'poetry run python generate/generate.py && poetry run autopep8 --in-place --aggressive --aggressive kittycad/models/*.py && poetry run autopep8 --in-place --aggressive --aggressive kittycad/api/*.py && poetry run autopep8 --in-place --aggressive --aggressive kittycad/*.py && poetry run autopep8 --in-place --aggressive --aggressive generate/*.py'
|
||||
$(DOCKER_IMAGE_NAME) ./generate/run.sh
|
||||
|
||||
.PHONY: shell
|
||||
shell: docker-image ## Pop into a shell in the docker image.
|
||||
docker run --rm -i $(DOCKER_FLAGS) \
|
||||
--name python-generator-shell \
|
||||
--disable-content-trust \
|
||||
-v $(CURDIR):/usr/src \
|
||||
--workdir /usr/src \
|
||||
$(DOCKER_IMAGE_NAME) /bin/bash
|
||||
|
@ -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: 16fc25f14c46711649e711cda6e9c6fb
|
||||
config: 16fe53d77233f18bb10a8972d1624ff3
|
||||
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.
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.sessions.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.api.sessions.doctree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.api.users.get_user.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.api.users.get_user.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.api_token.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.api_token.doctree
Normal file
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.cluster.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.cluster.doctree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.duration.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.duration.doctree
Normal file
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.error.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.error.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.gateway.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.gateway.doctree
Normal file
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.jetstream.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.jetstream.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.models.leaf_node.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.leaf_node.doctree
Normal file
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.metadata.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.metadata.doctree
Normal file
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.method.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.method.doctree
Normal file
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.pong.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.pong.doctree
Normal file
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.session.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.session.doctree
Normal file
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.status_code.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.status_code.doctree
Normal file
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.user.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.user.doctree
Normal file
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.uuid.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.uuid.doctree
Normal file
Binary file not shown.
@ -0,0 +1,32 @@
|
||||
kittycad.api.file.create\_file\_conversion
|
||||
==========================================
|
||||
|
||||
.. automodule:: kittycad.api.file.create_file_conversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,30 @@
|
||||
kittycad.api.file.create\_file\_conversion\_with\_base64\_helper
|
||||
================================================================
|
||||
|
||||
.. automodule:: kittycad.api.file.create_file_conversion_with_base64_helper
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
sync
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.file.get\_file\_conversion
|
||||
=======================================
|
||||
|
||||
.. automodule:: kittycad.api.file.get_file_conversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.file.get\_file\_conversion\_for\_user
|
||||
==================================================
|
||||
|
||||
.. automodule:: kittycad.api.file.get_file_conversion_for_user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.file.list\_file\_conversions
|
||||
=========================================
|
||||
|
||||
.. automodule:: kittycad.api.file.list_file_conversions
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.file.list\_file\_conversions\_for\_user
|
||||
====================================================
|
||||
|
||||
.. automodule:: kittycad.api.file.list_file_conversions_for_user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -28,12 +28,10 @@ kittycad.api.file
|
||||
:recursive:
|
||||
|
||||
kittycad.api.file.create_file_conversion
|
||||
kittycad.api.file.file_conversion_status
|
||||
kittycad.api.file.file_conversion_status_with_base64_helper
|
||||
kittycad.api.file.create_file_conversion_with_base64_helper
|
||||
kittycad.api.file.get_file_conversion
|
||||
kittycad.api.file.get_file_conversion_for_user
|
||||
kittycad.api.file.get_file_conversion_with_base64_helper
|
||||
kittycad.api.file.list_file_conversions
|
||||
kittycad.api.file.list_file_conversions_for_user
|
||||
kittycad.api.file.post_file_conversion
|
||||
kittycad.api.file.post_file_conversion_with_base64_helper
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.meta.get\_metadata
|
||||
===============================
|
||||
|
||||
.. automodule:: kittycad.api.meta.get_metadata
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -27,8 +27,7 @@ kittycad.api.meta
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.meta.auth_session
|
||||
kittycad.api.meta.get_metadata
|
||||
kittycad.api.meta.get_schema
|
||||
kittycad.api.meta.instance_metadata
|
||||
kittycad.api.meta.ping
|
||||
|
||||
|
@ -29,9 +29,8 @@
|
||||
|
||||
kittycad.api.api-calls
|
||||
kittycad.api.api-tokens
|
||||
kittycad.api.beta
|
||||
kittycad.api.file
|
||||
kittycad.api.internal
|
||||
kittycad.api.meta
|
||||
kittycad.api.sessions
|
||||
kittycad.api.users
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.sessions.get\_session\_for\_user
|
||||
=============================================
|
||||
|
||||
.. automodule:: kittycad.api.sessions.get_session_for_user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
31
docs/html/_sources/modules/kittycad.api.sessions.rst.txt
Normal file
31
docs/html/_sources/modules/kittycad.api.sessions.rst.txt
Normal file
@ -0,0 +1,31 @@
|
||||
kittycad.api.sessions
|
||||
=====================
|
||||
|
||||
.. automodule:: kittycad.api.sessions
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Modules
|
||||
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.sessions.get_session_for_user
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.get\_user
|
||||
============================
|
||||
|
||||
.. automodule:: kittycad.api.users.get_user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.get\_user\_extended
|
||||
======================================
|
||||
|
||||
.. automodule:: kittycad.api.users.get_user_extended
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.get\_user\_self
|
||||
==================================
|
||||
|
||||
.. automodule:: kittycad.api.users.get_user_self
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.get\_user\_self\_extended
|
||||
============================================
|
||||
|
||||
.. automodule:: kittycad.api.users.get_user_self_extended
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.list\_users
|
||||
==============================
|
||||
|
||||
.. automodule:: kittycad.api.users.list_users
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.list\_users\_extended
|
||||
========================================
|
||||
|
||||
.. automodule:: kittycad.api.users.list_users_extended
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.api\_call\_query\_group
|
||||
=======================================
|
||||
|
||||
.. automodule:: kittycad.models.api_call_query_group
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ApiCallQueryGroup
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.api\_call\_query\_group\_by
|
||||
===========================================
|
||||
|
||||
.. automodule:: kittycad.models.api_call_query_group_by
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ApiCallQueryGroupBy
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.api\_call\_with\_price
|
||||
======================================
|
||||
|
||||
.. automodule:: kittycad.models.api_call_with_price
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ApiCallWithPrice
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.api\_call\_with\_price\_results\_page
|
||||
=====================================================
|
||||
|
||||
.. automodule:: kittycad.models.api_call_with_price_results_page
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ApiCallWithPriceResultsPage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
docs/html/_sources/modules/kittycad.models.api_token.rst.txt
Normal file
29
docs/html/_sources/modules/kittycad.models.api_token.rst.txt
Normal file
@ -0,0 +1,29 @@
|
||||
kittycad.models.api\_token
|
||||
==========================
|
||||
|
||||
.. automodule:: kittycad.models.api_token
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ApiToken
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.api\_token\_results\_page
|
||||
=========================================
|
||||
|
||||
.. automodule:: kittycad.models.api_token_results_page
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ApiTokenResultsPage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
docs/html/_sources/modules/kittycad.models.cluster.rst.txt
Normal file
29
docs/html/_sources/modules/kittycad.models.cluster.rst.txt
Normal file
@ -0,0 +1,29 @@
|
||||
kittycad.models.cluster
|
||||
=======================
|
||||
|
||||
.. automodule:: kittycad.models.cluster
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Cluster
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.created\_at\_sort\_mode
|
||||
=======================================
|
||||
|
||||
.. automodule:: kittycad.models.created_at_sort_mode
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
CreatedAtSortMode
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
docs/html/_sources/modules/kittycad.models.duration.rst.txt
Normal file
29
docs/html/_sources/modules/kittycad.models.duration.rst.txt
Normal file
@ -0,0 +1,29 @@
|
||||
kittycad.models.duration
|
||||
========================
|
||||
|
||||
.. automodule:: kittycad.models.duration
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Duration
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.engine\_metadata
|
||||
================================
|
||||
|
||||
.. automodule:: kittycad.models.engine_metadata
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
EngineMetadata
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
docs/html/_sources/modules/kittycad.models.error.rst.txt
Normal file
29
docs/html/_sources/modules/kittycad.models.error.rst.txt
Normal file
@ -0,0 +1,29 @@
|
||||
kittycad.models.error
|
||||
=====================
|
||||
|
||||
.. automodule:: kittycad.models.error
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Error
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.extended\_user
|
||||
==============================
|
||||
|
||||
.. automodule:: kittycad.models.extended_user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ExtendedUser
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.extended\_user\_results\_page
|
||||
=============================================
|
||||
|
||||
.. automodule:: kittycad.models.extended_user_results_page
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ExtendedUserResultsPage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user