Update to lowercase MkDocs admonitions (#15990)

Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
MatthewNoyce 2024-09-06 16:33:26 +01:00 committed by GitHub
parent ce24c7273e
commit c2b647a768
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
133 changed files with 529 additions and 521 deletions

View file

@ -36,7 +36,7 @@ YOLOv6 also provides quantized models for different precisions and models optimi
This example provides simple YOLOv6 training and inference examples. For full documentation on these and other [modes](../modes/index.md) see the [Predict](../modes/predict.md), [Train](../modes/train.md), [Val](../modes/val.md) and [Export](../modes/export.md) docs pages.
!!! Example
!!! example
=== "Python"
@ -88,7 +88,7 @@ This table provides a detailed overview of the YOLOv6 model variants, highlighti
We would like to acknowledge the authors for their significant contributions in the field of real-time object detection:
!!! Quote ""
!!! quote ""
=== "BibTeX"
@ -119,7 +119,7 @@ The Bi-directional Concatenation (BiC) module in YOLOv6 enhances localization si
You can train a YOLOv6 model using Ultralytics with simple Python or CLI commands. For instance:
!!! Example
!!! example
=== "Python"