Compare commits
64 Commits
Author | SHA1 | Date | |
---|---|---|---|
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 | |||
4a5411d0ca | |||
0422a9a4fd | |||
f622646127 | |||
b8f4106107 | |||
b32d37fc48 | |||
650a99936b | |||
b4d43b584b | |||
0d39b80547 | |||
d86f2560ac | |||
c5db75b131 | |||
0b33d376c2 | |||
95faa77326 | |||
39b183c731 | |||
f408eae3d2 | |||
2134a8e5de | |||
8d0ab1a2b8 | |||
efabead34c | |||
4d2468541c | |||
e7f966bea8 | |||
147dea9927 | |||
6f2330aa85 | |||
8e7d73973d | |||
8c9d476771 | |||
96a23c4672 | |||
4f88e5f0a7 | |||
a49aa621ed | |||
eb0380ef2d | |||
9414ebcc0b |
15
.github/workflows/update-spec-for-docs.yml
vendored
15
.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
|
||||||
@ -40,24 +40,23 @@ jobs:
|
|||||||
- name: move spec to docs
|
- name: move spec to docs
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
rm docs/spec.json || true
|
rm docs/kittycad.py.patch.json || true
|
||||||
cp spec.json docs/spec.json
|
cp kittycad.py.patch.json docs/kittycad.py.patch.json
|
||||||
- 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-${VERSION}"
|
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: e52be7b4f011a635dc06a208f68f244c
|
config: 4b9674dd05f426997ea93164c4dd9b06
|
||||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
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.
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.
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.
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.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user