ultralytics 8.0.90 actions and docs improvements (#2326)
Co-authored-by: calmisential <xinyu_std@163.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: triple Mu <gpu@163.com> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com> Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com> Co-authored-by: Laughing-q <1185102784@qq.com> Co-authored-by: ran xiao <ben.xiao@me.com> Co-authored-by: rxiao <ran.xiao@silverpond.com.au>
This commit is contained in:
parent
243fc4b1fe
commit
44c7c3514d
39 changed files with 783 additions and 143 deletions
14
mkdocs.yml
14
mkdocs.yml
|
|
@ -84,6 +84,8 @@ extra:
|
|||
link: https://hub.docker.com/r/ultralytics/ultralytics/
|
||||
- icon: fontawesome/brands/python
|
||||
link: https://pypi.org/project/ultralytics/
|
||||
- icon: fontawesome/brands/discord
|
||||
link: https://discord.gg/n6cFeSPZdD
|
||||
|
||||
extra_css:
|
||||
- stylesheets/style.css
|
||||
|
|
@ -201,6 +203,8 @@ nav:
|
|||
- Segment: tasks/segment.md
|
||||
- Classify: tasks/classify.md
|
||||
- Pose: tasks/pose.md
|
||||
- Models:
|
||||
- models/index.md
|
||||
- Quickstart: quickstart.md
|
||||
- Modes:
|
||||
- modes/index.md
|
||||
|
|
@ -246,6 +250,7 @@ nav:
|
|||
- matching: reference/tracker/utils/matching.md
|
||||
- yolo:
|
||||
- data:
|
||||
- annotator: reference/yolo/data/annotator.md
|
||||
- augment: reference/yolo/data/augment.md
|
||||
- base: reference/yolo/data/base.md
|
||||
- build: reference/yolo/data/build.md
|
||||
|
|
@ -330,4 +335,11 @@ nav:
|
|||
- Neural Magic's DeepSparse: yolov5/tutorials/neural_magic_pruning_quantization.md
|
||||
- Comet Logging: yolov5/tutorials/comet_logging_integration.md
|
||||
- Clearml Logging: yolov5/tutorials/clearml_logging_integration.md
|
||||
- Security: SECURITY.md
|
||||
- Help:
|
||||
- Help: help/index.md
|
||||
- Frequently Asked Questions (FAQ): help/FAQ.md
|
||||
- Contributing Guide: help/contributing.md
|
||||
- Contributor License Agreement (CLA): help/CLA.md
|
||||
- Minimum Reproducible Example (MRE) Guide: help/minimum_reproducible_example.md
|
||||
- Code of Conduct: help/code_of_conduct.md
|
||||
- Security Policy: SECURITY.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue