Compare commits

..

18 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
603 changed files with 44185 additions and 670 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
@ -45,19 +45,18 @@ jobs:
- 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-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: b5766e7d008470ef47d7f2589ef1a682
config: 5195ef48a347bca86116b482d77effa9
tags: 645f666f9bcd5a90fca523b33c5a78b7

View File

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

View File

@ -29,4 +29,5 @@ kittycad.api.apps
kittycad.api.apps.apps_github_callback
kittycad.api.apps.apps_github_consent
kittycad.api.apps.apps_github_webhook

View File

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

View File

@ -0,0 +1,31 @@
kittycad.api.constant
=====================
.. automodule:: kittycad.api.constant
.. rubric:: Modules
.. autosummary::
:toctree:
:recursive:
kittycad.api.constant.get_physics_constant

View File

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

View File

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

View File

@ -0,0 +1,32 @@
kittycad.api.unit.get\_angle\_unit\_conversion
==============================================
.. automodule:: kittycad.api.unit.get_angle_unit_conversion
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,32 @@
kittycad.api.unit.get\_angular\_velocity\_unit\_conversion
==========================================================
.. automodule:: kittycad.api.unit.get_angular_velocity_unit_conversion
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,32 @@
kittycad.api.unit.get\_area\_unit\_conversion
=============================================
.. automodule:: kittycad.api.unit.get_area_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