mirror of
https://github.com/thinking-machines-lab/tinker.git
synced 2026-04-23 16:54:58 +00:00
Sync contents
This commit is contained in:
parent
3e4e4e3560
commit
951d660110
32 changed files with 3895 additions and 635 deletions
15
docs/README.md
Normal file
15
docs/README.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue