Use macros for Docs tables de-duplication (#14990)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
e5a5be5d20
commit
5880e18fa7
20 changed files with 54 additions and 184 deletions
|
|
@ -91,9 +91,10 @@ dev = [
|
|||
"mkdocs>=1.6.0",
|
||||
"mkdocs-material>=9.5.9",
|
||||
"mkdocstrings[python]",
|
||||
"mkdocs-jupyter", # for notebooks
|
||||
"mkdocs-redirects", # for 301 redirects
|
||||
"mkdocs-jupyter", # notebooks
|
||||
"mkdocs-redirects", # 301 redirects
|
||||
"mkdocs-ultralytics-plugin>=0.1.2", # for meta descriptions and images, dates and authors
|
||||
"mkdocs-macros-plugin>=1.0.5" # duplicating content (i.e. export tables) in multiple places
|
||||
]
|
||||
export = [
|
||||
"onnx>=1.12.0", # ONNX export
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue