docs: change nav structure and add repo_url (#4743)

tensor / function / dtype / nn under API now
This commit is contained in:
chenyu
2024-05-27 15:45:54 -04:00
committed by GitHub
parent 50e95b8212
commit 5b323d77db
2 changed files with 8 additions and 6 deletions

View File

@@ -1,16 +1,18 @@
# pip install mkdocs mkdocs-material mkdocstrings[python]
site_name: tinygrad docs
site_url: https://docs.tinygrad.org/
repo_url: https://github.com/tinygrad/tinygrad/
nav:
- Home: index.md
- Tensor: tensor.md
- dtypes: dtypes.md
- Neural Networks: nn.md
- MNIST Tutorial: mnist.md
- Quickstart: quickstart.md
- MNIST Tutorial: mnist.md
- API:
- Tensor: tensor.md
- Function: function.md
- dtypes: dtypes.md
- nn (Neural Networks): nn.md
- Showcase: showcase.md
- Developer: developer.md
- Function: function.md
- Environment: env_vars.md
#- tinygrad: reference/