Commit Graph

15 Commits

Author SHA1 Message Date
0div d599ddac32 rebrand to SDK reference 2024-11-26 10:34:04 -08:00
0div c89f970118 replace h4 as h3 in python-sdk api ref post processor 2024-11-22 14:34:56 -08:00
Jakub Novak 38db22d573 Fix issue with poetry 2024-10-15 07:30:24 -07:00
0div e3c6d0dc51 remove "Objects" in h2 of python-sdk api ref markdown 2024-09-27 17:40:25 +02:00
0div 7e8a2dd515 remove "Objects" in h2 of python-sdk api ref markdown 2024-09-27 17:32:30 +02:00
0div fa90994e49 [squashed many commits] GH actions workflow for API ref autogen 2024-09-24 18:15:31 +02:00
0div e701f40882 Auto-generate API reference markdown files for the python-sdk (#441)
# Description

- Installed and configured
[pydoc-markdown](https://niklasrosenstein.github.io/pydoc-markdown/).
- Created a script that generates and cleans markdown files with a
configurable package list.
- Added docstrings to relevant public methods of the various sdk classes
in order for pydoc to detect them.

# Test

```bash
cd packages/python-sdk
./scripts/generate_api_ref.sh 
ls ./api_ref
```

# Considerations

This could eventually be used directly as `.mdx` in the docs nextjs app,
it would look like this with current styling:
<img width="836" alt="Screenshot 2024-09-17 at 17 22 43"
src="https://github.com/user-attachments/assets/a23e954f-2834-4fb6-88a6-d87747a0cf49">
2024-09-20 15:04:57 +02:00
Tomas Valenta 6291c13adb Update generated clients; Ensure script cleanup 2024-06-28 16:13:54 -07:00
Tomas Valenta 6b32979f0f Fix python request timeout error; Change auth 2024-06-28 15:01:48 -07:00
Tomas Valenta ef19d8f822 Regenrate RPC; Fix namespacing 2024-06-07 21:35:34 +02:00
Jakub Novak 6e09c76aeb Remove old code interpreter 2024-04-04 11:38:58 -07:00
Jakub Novák 3c6ff27ede Update pydantic to version 2.x.x (#166)
Test CLI / Build CLI (push) Has been cancelled
2023-09-26 11:02:26 +02:00
Jakub Novak 8b3caa8ba3 Add missing column in upload test results 2023-09-01 11:42:55 +02:00
Jakub Novak aa5ede93ce Fix upload test results + add status 2023-09-01 10:07:03 +02:00
Jakub Novák 250ffc69c9 Periodic E2E tests of our infra via calling sdks (#92) 2023-08-28 18:29:48 +02:00