Compare commits
56 Commits
Author | SHA1 | Date | |
---|---|---|---|
b8d1f92872 | |||
e7009146e4 | |||
a03bc56651 | |||
2833086f13 | |||
67da0afff9 | |||
573f4a8bc8 | |||
11a1948ebc | |||
137b1600a8 | |||
6ef6e60467 | |||
374a57746e | |||
20a61d19d1 | |||
782dc863d4 | |||
daab399185 | |||
e4370b6108 | |||
0403eddfd7 | |||
95f22c849d | |||
9fe98c9185 | |||
d90bc06ff4 | |||
e63cda47eb | |||
44e8b10185 | |||
533c43952c | |||
19ebe81f5b | |||
ff34befdd3 | |||
8b1c2fbc04 | |||
ae62d18ff3 | |||
22ee8f364a | |||
9948d645a4 | |||
23e631ea94 | |||
977396c615 | |||
34f46d5022 | |||
936e4adbf1 | |||
c19114f3d2 | |||
ab1740e2a5 | |||
667ef08235 | |||
dec4b2a6e3 | |||
4c12ac0506 | |||
d8b33f880f | |||
fec30b6abc | |||
3117c86ea4 | |||
8bb54b8382 | |||
08ac3093a8 | |||
152e2ccc0c | |||
ef6b1d9ca1 | |||
284a911a38 | |||
5c2d11d814 | |||
a26c922360 | |||
0ba1480511 | |||
ddb5f19a29 | |||
3c70a17d78 | |||
994b2de5c3 | |||
29d1308d0e | |||
4e0a5c1b44 | |||
f01cb3c62d | |||
908c7efe12 | |||
df3f38ba7d | |||
e5b9c1020c |
@ -3,9 +3,9 @@ FROM python:3.9
|
||||
RUN pip install \
|
||||
poetry
|
||||
|
||||
WORKDIR /usr/src/
|
||||
WORKDIR /home/user/src/
|
||||
|
||||
COPY . /usr/src/
|
||||
COPY . /home/user/src/
|
||||
|
||||
RUN poetry update && poetry install
|
||||
|
||||
|
8
Makefile
8
Makefile
@ -14,8 +14,8 @@ 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 \
|
||||
-v $(CURDIR):/home/user/src \
|
||||
--workdir /home/user/src \
|
||||
$(DOCKER_IMAGE_NAME) ./generate/run.sh
|
||||
|
||||
.PHONY: shell
|
||||
@ -24,8 +24,8 @@ shell: docker-image ## Pop into a shell in the docker image.
|
||||
--name python-generator-shell \
|
||||
-e KITTYCAD_API_TOKEN \
|
||||
--disable-content-trust \
|
||||
-v $(CURDIR):/usr/src \
|
||||
--workdir /usr/src \
|
||||
-v $(CURDIR):/home/user/src \
|
||||
--workdir /home/user/src \
|
||||
$(DOCKER_IMAGE_NAME) /bin/bash
|
||||
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# kittycad.py
|
||||
|
||||
The Python API client for KittyCAD.
|
||||
|
@ -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: 4b9674dd05f426997ea93164c4dd9b06
|
||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
||||
|
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.api.constant.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.api.constant.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.
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.
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.
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.new_address.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.new_address.doctree
Normal file
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.onboarding.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.onboarding.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.
@ -1,4 +1,4 @@
|
||||
kittycad.api.apps
|
||||
kittycad.api.apps
|
||||
=================
|
||||
|
||||
.. automodule:: kittycad.api.apps
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
31
docs/html/_sources/modules/kittycad.api.constant.rst.txt
Normal file
31
docs/html/_sources/modules/kittycad.api.constant.rst.txt
Normal file
@ -0,0 +1,31 @@
|
||||
kittycad.api.constant
|
||||
=====================
|
||||
|
||||
.. automodule:: kittycad.api.constant
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Modules
|
||||
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.constant.get_physics_constant
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.file.create\_file\_center\_of\_mass
|
||||
================================================
|
||||
|
||||
.. automodule:: kittycad.api.file.create_file_center_of_mass
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.file.create\_file\_surface\_area
|
||||
=============================================
|
||||
|
||||
.. automodule:: kittycad.api.file.create_file_surface_area
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
kittycad.api.file
|
||||
kittycad.api.file
|
||||
=================
|
||||
|
||||
.. automodule:: kittycad.api.file
|
||||
@ -27,11 +27,13 @@ kittycad.api.file
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.file.create_file_center_of_mass
|
||||
kittycad.api.file.create_file_conversion
|
||||
kittycad.api.file.create_file_conversion_with_base64_helper
|
||||
kittycad.api.file.create_file_density
|
||||
kittycad.api.file.create_file_execution
|
||||
kittycad.api.file.create_file_mass
|
||||
kittycad.api.file.create_file_surface_area
|
||||
kittycad.api.file.create_file_volume
|
||||
kittycad.api.file.get_file_conversion
|
||||
kittycad.api.file.get_file_conversion_for_user
|
||||
|
@ -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
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.unit.get\_metric\_power\_cubed\_unit\_conversion
|
||||
=============================================================
|
||||
|
||||
.. automodule:: kittycad.api.unit.get_metric_power_cubed_unit_conversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.unit.get\_metric\_power\_squared\_unit\_conversion
|
||||
===============================================================
|
||||
|
||||
.. automodule:: kittycad.api.unit.get_metric_power_squared_unit_conversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.unit.get\_metric\_power\_unit\_conversion
|
||||
======================================================
|
||||
|
||||
.. automodule:: kittycad.api.unit.get_metric_power_unit_conversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -43,7 +43,9 @@
|
||||
kittycad.api.unit.get_magnetic_field_strength_unit_conversion
|
||||
kittycad.api.unit.get_magnetic_flux_unit_conversion
|
||||
kittycad.api.unit.get_mass_unit_conversion
|
||||
kittycad.api.unit.get_metric_unit_conversion
|
||||
kittycad.api.unit.get_metric_power_cubed_unit_conversion
|
||||
kittycad.api.unit.get_metric_power_squared_unit_conversion
|
||||
kittycad.api.unit.get_metric_power_unit_conversion
|
||||
kittycad.api.unit.get_power_unit_conversion
|
||||
kittycad.api.unit.get_pressure_unit_conversion
|
||||
kittycad.api.unit.get_radiation_unit_conversion
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.get\_user\_onboarding\_self
|
||||
==============================================
|
||||
|
||||
.. automodule:: kittycad.api.users.get_user_onboarding_self
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
kittycad.api.users
|
||||
kittycad.api.users
|
||||
==================
|
||||
|
||||
.. automodule:: kittycad.api.users
|
||||
@ -30,6 +30,8 @@ kittycad.api.users
|
||||
kittycad.api.users.delete_user_self
|
||||
kittycad.api.users.get_user
|
||||
kittycad.api.users.get_user_extended
|
||||
kittycad.api.users.get_user_front_hash_self
|
||||
kittycad.api.users.get_user_onboarding_self
|
||||
kittycad.api.users.get_user_self
|
||||
kittycad.api.users.get_user_self_extended
|
||||
kittycad.api.users.list_users
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.file2\_d\_vector\_export\_format
|
||||
================================================
|
||||
|
||||
.. automodule:: kittycad.models.file2_d_vector_export_format
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
File2DVectorExportFormat
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.file2\_d\_vector\_import\_format
|
||||
================================================
|
||||
|
||||
.. automodule:: kittycad.models.file2_d_vector_import_format
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
File2DVectorImportFormat
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.file3\_d\_export\_format
|
||||
========================================
|
||||
|
||||
.. automodule:: kittycad.models.file3_d_export_format
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
File3DExportFormat
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.file3\_d\_import\_format
|
||||
========================================
|
||||
|
||||
.. automodule:: kittycad.models.file3_d_import_format
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
File3DImportFormat
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.file\_center\_of\_mass
|
||||
======================================
|
||||
|
||||
.. automodule:: kittycad.models.file_center_of_mass
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
FileCenterOfMass
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.file\_export\_format
|
||||
====================================
|
||||
|
||||
.. automodule:: kittycad.models.file_export_format
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
FileExportFormat
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.file\_import\_format
|
||||
====================================
|
||||
|
||||
.. automodule:: kittycad.models.file_import_format
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
FileImportFormat
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.file\_surface\_area
|
||||
===================================
|
||||
|
||||
.. automodule:: kittycad.models.file_surface_area
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
FileSurfaceArea
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.new\_address
|
||||
============================
|
||||
|
||||
.. automodule:: kittycad.models.new_address
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
NewAddress
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.onboarding
|
||||
==========================
|
||||
|
||||
.. automodule:: kittycad.models.onboarding
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Onboarding
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.physics\_constant
|
||||
=================================
|
||||
|
||||
.. automodule:: kittycad.models.physics_constant
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
PhysicsConstant
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.physics\_constant\_name
|
||||
=======================================
|
||||
|
||||
.. automodule:: kittycad.models.physics_constant_name
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
PhysicsConstantName
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
@ -63,11 +62,17 @@
|
||||
kittycad.models.executor_metadata
|
||||
kittycad.models.extended_user
|
||||
kittycad.models.extended_user_results_page
|
||||
kittycad.models.file2_d_vector_export_format
|
||||
kittycad.models.file2_d_vector_import_format
|
||||
kittycad.models.file3_d_export_format
|
||||
kittycad.models.file3_d_import_format
|
||||
kittycad.models.file_center_of_mass
|
||||
kittycad.models.file_conversion
|
||||
kittycad.models.file_density
|
||||
kittycad.models.file_export_format
|
||||
kittycad.models.file_import_format
|
||||
kittycad.models.file_mass
|
||||
kittycad.models.file_output_format
|
||||
kittycad.models.file_source_format
|
||||
kittycad.models.file_surface_area
|
||||
kittycad.models.file_system_metadata
|
||||
kittycad.models.file_volume
|
||||
kittycad.models.gateway
|
||||
@ -83,13 +88,17 @@
|
||||
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.onboarding
|
||||
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.physics_constant
|
||||
kittycad.models.physics_constant_name
|
||||
kittycad.models.plugins_info
|
||||
kittycad.models.pong
|
||||
kittycad.models.registry_service_config
|
||||
@ -131,8 +140,10 @@
|
||||
kittycad.models.unit_magnetic_flux_format
|
||||
kittycad.models.unit_mass_conversion
|
||||
kittycad.models.unit_mass_format
|
||||
kittycad.models.unit_metric_conversion
|
||||
kittycad.models.unit_metric_format
|
||||
kittycad.models.unit_metric_power
|
||||
kittycad.models.unit_metric_power_conversion
|
||||
kittycad.models.unit_metric_power_cubed_conversion
|
||||
kittycad.models.unit_metric_power_squared_conversion
|
||||
kittycad.models.unit_power_conversion
|
||||
kittycad.models.unit_power_format
|
||||
kittycad.models.unit_pressure_conversion
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.unit\_metric\_power
|
||||
===================================
|
||||
|
||||
.. automodule:: kittycad.models.unit_metric_power
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
UnitMetricPower
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.unit\_metric\_power\_conversion
|
||||
===============================================
|
||||
|
||||
.. automodule:: kittycad.models.unit_metric_power_conversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
UnitMetricPowerConversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.unit\_metric\_power\_cubed\_conversion
|
||||
======================================================
|
||||
|
||||
.. automodule:: kittycad.models.unit_metric_power_cubed_conversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
UnitMetricPowerCubedConversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.unit\_metric\_power\_squared\_conversion
|
||||
========================================================
|
||||
|
||||
.. automodule:: kittycad.models.unit_metric_power_squared_conversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
UnitMetricPowerSquaredConversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
|
||||
VERSION: 'v0.2.8',
|
||||
VERSION: 'v0.3.2',
|
||||
LANGUAGE: 'None',
|
||||
COLLAPSE_INDEX: false,
|
||||
BUILDER: 'html',
|
||||
|
@ -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 — kittycad v0.2.8 documentation</title>
|
||||
<title>Client — kittycad v0.3.2 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.8
|
||||
v0.3.2
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user