[Docs]: Link buttons, add autobackend, BaseModel and ops (#130)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Ayush Chaurasia 2023-01-02 20:42:30 +05:30 committed by GitHub
parent af6e3c536b
commit 8996c5c6cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 562 additions and 96 deletions

View file

@ -51,6 +51,7 @@ markdown_extensions:
- pymdownx.superfences
- tables
- attr_list
- def_list
# Syntax highlight
- pymdownx.highlight:
anchor_linenums: true
@ -84,14 +85,16 @@ nav:
- Detection: tasks/detection.md
- Segmentation: tasks/segmentation.md
- Classification: tasks/classification.md
- Customization Tutorials:
- Advanced Tutorials:
- Customize Trainer: customize/train.md
- Customize Validator: customize/val.md
- Customize Predictor: customize/predict.md
- Reference:
- YOLO Models: reference/model.md
- Python Model interface: reference/model.md
- Engine:
- Trainer: reference/base_trainer.md
- Validator: reference/base_val.md
- Predictor: reference/base_pred.md
- Exporter: reference/exporter.md
- nn Module: reference/nn.md
- operations: reference/ops.md