Sync contents

This commit is contained in:
Daniel Xu 2025-11-25 03:53:31 +00:00
parent 3e4e4e3560
commit 951d660110
32 changed files with 3895 additions and 635 deletions

15
docs/README.md Normal file
View file

@ -0,0 +1,15 @@
# Tinker SDK Documentation
This directory contains auto-generated API documentation for the Tinker Python SDK.
### Generate Docs
Run the documentation generation script:
```bash
uv run scripts/generate_docs.py
```
### Notes
* Only types/classes/methods with doc-string attached will have docs generated
* Please check in the generated artifacts