Compare commits

..

22 Commits

Author SHA1 Message Date
4e0a5c1b44 bump
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-07-25 17:50:01 -07:00
f01cb3c62d Merge pull request #41 from KittyCAD/update-spec
Update api spec
2022-07-25 17:49:23 -07:00
908c7efe12 I have generated the latest API! 2022-07-26 00:49:02 +00:00
df3f38ba7d YOYO NEW API SPEC! 2022-07-26 00:45:36 +00:00
e5b9c1020c I HAVE GENERATED YOUR NEW DOCS! 2022-07-26 00:15:59 +00:00
4a5411d0ca Merge pull request #40 from KittyCAD/update-spec
Update api spec
2022-07-25 17:13:23 -07:00
0422a9a4fd I have generated the latest API! 2022-07-26 00:11:22 +00:00
f622646127 YOYO NEW API SPEC! 2022-07-26 00:07:53 +00:00
b8f4106107 update
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-07-25 16:46:23 -07:00
b32d37fc48 bump version
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-07-25 16:44:15 -07:00
650a99936b I HAVE GENERATED YOUR NEW DOCS! 2022-07-25 23:14:36 +00:00
b4d43b584b Merge pull request #39 from KittyCAD/update-spec
Update api spec
2022-07-25 16:11:49 -07:00
0d39b80547 I have generated the latest API! 2022-07-25 22:46:48 +00:00
d86f2560ac YOYO NEW API SPEC! 2022-07-25 22:43:33 +00:00
c5db75b131 fix
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-07-21 13:43:17 -07:00
0b33d376c2 update
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-07-21 13:36:12 -07:00
95faa77326 update
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-07-21 13:36:12 -07:00
39b183c731 I HAVE GENERATED YOUR NEW DOCS! 2022-07-21 20:25:42 +00:00
f408eae3d2 bump version
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-07-21 13:23:39 -07:00
2134a8e5de add json patch
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-07-21 13:22:26 -07:00
8d0ab1a2b8 I HAVE GENERATED YOUR NEW DOCS! 2022-07-21 03:31:10 +00:00
efabead34c update spec
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-07-20 20:28:19 -07:00
634 changed files with 54247 additions and 10151 deletions

View File

@ -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
@ -40,24 +40,23 @@ jobs:
- 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: |
export VERSION=$(cat VERSION.txt);
cd docs
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
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 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}" \
--body "Updating the generated docs for go lang" \
gh pr create --title "Update lang spec docs for python" \
--body "Updating the generated docs for python" \
--head "$NEW_BRANCH" \
--base main || true
env:

View File

@ -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: 411795e469389165777ee784bd0a4b59
config: 5195ef48a347bca86116b482d77effa9
tags: 645f666f9bcd5a90fca523b33c5a78b7

Binary file not shown.

View File

@ -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

Some files were not shown because too many files have changed in this diff Show More