62 lines
1.7 KiB
YAML
62 lines
1.7 KiB
YAML
site_name: Supervision
|
|
site_url: https://roboflow.github.io/supervision
|
|
site_author: Roboflow
|
|
site_description: A set of easy-to-use utils that will come in handy in any Computer Vision project
|
|
repo_name: roboflow/supervision
|
|
repo_url: https://github.com/roboflow/supervision
|
|
edit_uri: https://github.com/roboflow/supervision/tree/main/docs
|
|
copyright: Roboflow 2023. All rights reserved.
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/roboflow
|
|
- icon: fontawesome/brands/youtube
|
|
link: https://www.youtube.com/roboflow
|
|
- icon: fontawesome/brands/linkedin
|
|
link: https://www.linkedin.com/company/roboflow-ai/mycompany/
|
|
- icon: fontawesome/brands/twitter
|
|
link: https://twitter.com/roboflow
|
|
analytics:
|
|
provider: google
|
|
property: G-P7ZG0Y19G5
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- API reference:
|
|
- Video: video.md
|
|
- Detection:
|
|
- Core: detection/core.md
|
|
- Annotate: detection/annotate.md
|
|
- Utils: detection/utils.md
|
|
- Tools:
|
|
- Polygon Zone: detection/tools/polygon_zone.md
|
|
- Draw:
|
|
- Utils: draw/utils.md
|
|
- Annotations:
|
|
- Pascal VOC XML: annotation/voc.md
|
|
- Notebook:
|
|
- Utils: notebook/utils.md
|
|
- Changelog: changelog.md
|
|
|
|
theme:
|
|
name: 'material'
|
|
logo: https://media.roboflow.com/open-source/supervision/supervision-lenny.png
|
|
favicon: https://media.roboflow.com/open-source/supervision/supervision-lenny.png
|
|
palette:
|
|
primary: 'deep purple'
|
|
accent: 'teal'
|
|
font:
|
|
text: Roboto
|
|
code: Roboto Mono
|
|
|
|
plugins:
|
|
- mkdocstrings
|
|
- search
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- toc:
|
|
permalink: true |