38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
![]() |
# Welcome to the tinygrad documentation!
|
||
|
|
||
|
Here you will find documentation for tinygrad, as well as some examples and tutorials.
|
||
|
|
||
|
## Getting Started
|
||
|
|
||
|
Read the quick start guide [here](/docs/quickstart.md).
|
||
|
|
||
|
Or if you want to jump right in to how tinygrad works, you can read the [abstraction stack](/docs/abstractions.py) documentation.
|
||
|
|
||
|
Or if you want to see some examples, you can look at the examples in the [examples](/examples) directory.
|
||
|
|
||
|
Or if you just want to see some of the things tinygrad can do, check out the [showcase](/docs/showcase.md).
|
||
|
|
||
|
## API
|
||
|
|
||
|
This is currently a big work in progress.
|
||
|
|
||
|
## Resources
|
||
|
|
||
|
### Environment Variables
|
||
|
|
||
|
[env_vars.md](/docs/env_vars.md)
|
||
|
|
||
|
### Adding New Accelerators
|
||
|
|
||
|
[adding_new_accelerators.md](/docs/adding_new_accelerators.md)
|
||
|
|
||
|
### Community
|
||
|
|
||
|
[](https://discord.gg/ZjZadyC7PK)
|
||
|
|
||
|
## Contributing
|
||
|
|
||
|
The documentation mainly follows the core contributing guidelines in the [README.md](/README.md#contributing).
|
||
|
|
||
|
Additionally, we always welcome documentation contributions, especially for features that are currently under documented.
|