mirror of
https://github.com/thinking-machines-lab/tinker.git
synced 2026-04-19 12:58:01 +00:00
15 lines
350 B
Markdown
15 lines
350 B
Markdown
# 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
|