Compare commits

...

13 Commits

Author SHA1 Message Date
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
584 changed files with 42692 additions and 657 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: bbdc7059b0750934434cf054762ff65f
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

@ -1,4 +1,4 @@
kittycad.api.apps
kittycad.api.apps
=================
.. automodule:: kittycad.api.apps
@ -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.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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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