Update more/missing type qualifiers to lowercase MkDocs admonitions (#16215)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Jan Knobloch 2024-09-11 18:30:13 +02:00 committed by GitHub
parent 6b95967e08
commit b9f0983e82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
148 changed files with 223 additions and 223 deletions

View file

@ -59,7 +59,7 @@ def create_markdown(py_filepath: Path, module_path: str, classes: list, function
pretty = url.replace("__init__.py", "\\_\\_init\\_\\_.py") # properly display __init__.py filenames
title_content = (
f"# Reference for `{module_path}.py`\n\n"
f"!!! Note\n\n"
f"!!! note\n\n"
f" This file is available at [{pretty}]({url}). If you spot a problem please help fix it by [contributing]"
f"(https://docs.ultralytics.com/help/contributing/) a [Pull Request]({edit}) 🛠️. Thank you 🙏!\n\n"
)