Compare commits
32 Commits
Author | SHA1 | Date | |
---|---|---|---|
fec30b6abc | |||
3117c86ea4 | |||
8bb54b8382 | |||
08ac3093a8 | |||
152e2ccc0c | |||
ef6b1d9ca1 | |||
284a911a38 | |||
5c2d11d814 | |||
a26c922360 | |||
0ba1480511 | |||
ddb5f19a29 | |||
3c70a17d78 | |||
994b2de5c3 | |||
29d1308d0e | |||
4e0a5c1b44 | |||
f01cb3c62d | |||
908c7efe12 | |||
df3f38ba7d | |||
e5b9c1020c | |||
4a5411d0ca | |||
0422a9a4fd | |||
f622646127 | |||
b8f4106107 | |||
b32d37fc48 | |||
650a99936b | |||
b4d43b584b | |||
0d39b80547 | |||
d86f2560ac | |||
c5db75b131 | |||
0b33d376c2 | |||
95faa77326 | |||
39b183c731 |
9
.github/workflows/update-spec-for-docs.yml
vendored
9
.github/workflows/update-spec-for-docs.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Ensure no files changed
|
- name: Ensure no files changed
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [[ `git status --porcelain` ]]; then
|
if [[ `git status --porcelain kittycad/` ]]; then
|
||||||
echo "Files changed, exiting";
|
echo "Files changed, exiting";
|
||||||
exit 1;
|
exit 1;
|
||||||
else
|
else
|
||||||
@ -45,19 +45,18 @@ jobs:
|
|||||||
- name: commit the changes in the docs repo
|
- name: commit the changes in the docs repo
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
export VERSION=$(cat VERSION.txt);
|
|
||||||
cd docs
|
cd docs
|
||||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "github-actions[bot]"
|
||||||
git add .
|
git add .
|
||||||
git commit -am "YOYO NEW SPEC DOCS ${VERSION}!" || exit 0
|
git commit -am "YOYO NEW SPEC PYTHON DOCS!" || exit 0
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git rebase origin/main || exit 0
|
git rebase origin/main || exit 0
|
||||||
export NEW_BRANCH="update-spec-python"
|
export NEW_BRANCH="update-spec-python"
|
||||||
git checkout -b "$NEW_BRANCH"
|
git checkout -b "$NEW_BRANCH"
|
||||||
git push -f origin "$NEW_BRANCH"
|
git push -f origin "$NEW_BRANCH"
|
||||||
gh pr create --title "Update lang spec docs for ${VERSION}" \
|
gh pr create --title "Update lang spec docs for python" \
|
||||||
--body "Updating the generated docs for go lang" \
|
--body "Updating the generated docs for python" \
|
||||||
--head "$NEW_BRANCH" \
|
--head "$NEW_BRANCH" \
|
||||||
--base main || true
|
--base main || true
|
||||||
env:
|
env:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|

|
||||||
|
|
||||||
# kittycad.py
|
# kittycad.py
|
||||||
|
|
||||||
The Python API client for KittyCAD.
|
The Python API client for KittyCAD.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Sphinx build info version 1
|
# 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.
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||||
config: b5766e7d008470ef47d7f2589ef1a682
|
config: 1ece6d752eecee7facf120d36abf3832
|
||||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
||||||
|
Binary file not shown.
Binary file not shown.
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.
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.
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.
Binary file not shown.
@ -0,0 +1,32 @@
|
|||||||
|
kittycad.api.apps.apps\_github\_webhook
|
||||||
|
=======================================
|
||||||
|
|
||||||
|
.. automodule:: kittycad.api.apps.apps_github_webhook
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. rubric:: Functions
|
||||||
|
|
||||||
|
.. autosummary::
|
||||||
|
|
||||||
|
asyncio
|
||||||
|
asyncio_detailed
|
||||||
|
sync
|
||||||
|
sync_detailed
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -29,4 +29,5 @@ kittycad.api.apps
|
|||||||
|
|
||||||
kittycad.api.apps.apps_github_callback
|
kittycad.api.apps.apps_github_callback
|
||||||
kittycad.api.apps.apps_github_consent
|
kittycad.api.apps.apps_github_consent
|
||||||
|
kittycad.api.apps.apps_github_webhook
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
@ -31,6 +31,7 @@
|
|||||||
kittycad.api.api-tokens
|
kittycad.api.api-tokens
|
||||||
kittycad.api.apps
|
kittycad.api.apps
|
||||||
kittycad.api.beta
|
kittycad.api.beta
|
||||||
|
kittycad.api.constant
|
||||||
kittycad.api.file
|
kittycad.api.file
|
||||||
kittycad.api.hidden
|
kittycad.api.hidden
|
||||||
kittycad.api.meta
|
kittycad.api.meta
|
||||||
|
@ -0,0 +1,32 @@
|
|||||||
|
kittycad.api.unit.get\_acceleration\_unit\_conversion
|
||||||
|
=====================================================
|
||||||
|
|
||||||
|
.. automodule:: kittycad.api.unit.get_acceleration_unit_conversion
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. rubric:: Functions
|
||||||
|
|
||||||
|
.. autosummary::
|
||||||
|
|
||||||
|
asyncio
|
||||||
|
asyncio_detailed
|
||||||
|
sync
|
||||||
|
sync_detailed
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user