From 26135bd84dbcddeb13a19efd5dfd1f48fa7dc157 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Fri, 2 Feb 2024 15:15:18 +0300 Subject: [PATCH 1/2] =?UTF-8?q?docs(fix):=20=F0=9F=90=9E=F0=9F=93=9D=20rel?= =?UTF-8?q?ative=20path=20fix=20for=20mike?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6e38c8fa..718ed765 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -135,7 +135,6 @@ markdown_extensions: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg - pymdownx.snippets: - base_path: [!relative $config_dir] check_paths: true extra_javascript: From e3c9ea5ee66653a5c8b7dc951de480a2b9ef0f7c Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Fri, 2 Feb 2024 15:21:10 +0300 Subject: [PATCH 2/2] =?UTF-8?q?docs(fix):=20=F0=9F=90=9E=F0=9F=93=9D=20cha?= =?UTF-8?q?ngelog=20url=20fix=20/0.18.0/annotators/#percentagebarannotator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index c3d5a425..937fa260 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ ### 0.18.0 January 25, 2024 -- Added [#633](https://github.com/roboflow/supervision/pull/720): [`sv.PercentageBarAnnotator`](0.18.0/annotators.md/#percentagebarannotator) allowing to annotate images and videos with percentage values representing confidence or other custom property. +- Added [#633](https://github.com/roboflow/supervision/pull/720): [`sv.PercentageBarAnnotator`](0.18.0/annotators/#percentagebarannotator) allowing to annotate images and videos with percentage values representing confidence or other custom property. ```python >>> import supervision as sv