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

@ -32,7 +32,7 @@ This table provides a detailed overview of the YOLOv5u model variants, highlight
## Performance Metrics
!!! Performance
!!! performance
=== "Detection"
@ -56,7 +56,7 @@ This table provides a detailed overview of the YOLOv5u model variants, highlight
This example provides simple YOLOv5 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"
@ -94,7 +94,7 @@ This example provides simple YOLOv5 training and inference examples. For full do
If you use YOLOv5 or YOLOv5u in your research, please cite the Ultralytics YOLOv5 repository as follows:
!!! Quote ""
!!! quote ""
=== "BibTeX"
@ -135,7 +135,7 @@ The performance metrics of YOLOv5u models vary depending on the platform and har
You can train a YOLOv5u model by loading a pre-trained model and running the training command with your dataset. Here's a quick example:
!!! Example
!!! example
=== "Python"