Update docs (#71)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
e629335f6d
commit
d85b44f259
11 changed files with 286 additions and 35 deletions
18
mkdocs.yml
18
mkdocs.yml
|
|
@ -41,13 +41,16 @@ theme:
|
|||
- search.suggest
|
||||
- toc.follow
|
||||
|
||||
extra_css:
|
||||
- stylesheets/style.css
|
||||
|
||||
markdown_extensions:
|
||||
# Div text decorators
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.superfences
|
||||
- tables
|
||||
|
||||
- attr_list
|
||||
# Syntax highlight
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
|
|
@ -75,11 +78,18 @@ plugins:
|
|||
nav:
|
||||
- Quickstart: quickstart.md
|
||||
- CLI: cli.md
|
||||
- Python SDK: sdk.md
|
||||
- Trainer: trainer.md
|
||||
- Python Interface: sdk.md
|
||||
- Configuration: conf.md
|
||||
- Tasks:
|
||||
- Detection: tasks/detection.md
|
||||
- Segmentation: tasks/segmentation.md
|
||||
- Classification: tasks/classification.md
|
||||
- Reference: reference/ref.md
|
||||
- Customization Tutorials:
|
||||
- Customize Trainer: customize/train.md
|
||||
- Customize Validator: customize/val.md
|
||||
- Customize Predictor: customize/predict.md
|
||||
- Reference:
|
||||
- YOLO Models: reference/model.md
|
||||
- Trainer :
|
||||
- BaseTrainer: reference/base_trainer.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue