From 55c8c07b900a88cb95fa9fa7a2aef0675bd85bbf Mon Sep 17 00:00:00 2001 From: LinasKo Date: Wed, 28 Aug 2024 20:16:44 +0300 Subject: [PATCH] Rename legacy metrics doc to metrics, preserve url --- docs/detection/{legacy_metrics.md => metrics.md} | 0 mkdocs.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/detection/{legacy_metrics.md => metrics.md} (100%) diff --git a/docs/detection/legacy_metrics.md b/docs/detection/metrics.md similarity index 100% rename from docs/detection/legacy_metrics.md rename to docs/detection/metrics.md diff --git a/mkdocs.yml b/mkdocs.yml index 6b916446..097889a2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -66,7 +66,7 @@ nav: - Utils: datasets/utils.md - Metrics: - mAP: metrics/mean_average_precision.md - - Legacy Metrics: detection/legacy_metrics.md + - Legacy Metrics: detection/metrics.md - Utils: - Video: utils/video.md - Image: utils/image.md