From d89ebde4d1f09054e199d01d2f7883b8d5378b27 Mon Sep 17 00:00:00 2001 From: M K Subrahmanya Date: Tue, 3 Feb 2026 21:22:55 +0530 Subject: [PATCH] docs: Fix outdated doc files (#1995) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Fix outdated doc files per issue #1920 * fix(pre_commit): 🎨 auto format pre-commit hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: jirka <6035284+Borda@users.noreply.github.com> --- docs/deprecated.md | 4 +--- docs/detection/utils/boxes.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 7729441b..516fbd2e 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -7,9 +7,7 @@ status: deprecated These features are phased out due to better alternatives or potential issues in future versions. Deprecated functionalities are supported for **five subsequent releases**, providing time for users to transition to updated methods. - -- `overlap_filter_strategy` in [`InferenceSlicer.__init__`](https://supervision.roboflow.com/latest/detection/tools/inference_slicer/) is deprecated and will be removed in `supervision-0.27.0`. Use `overlap_strategy` instead. -- `overlap_ratio_wh` in [`InferenceSlicer.__init__`](https://supervision.roboflow.com/latest/detection/tools/inference_slicer/) is deprecated and will be removed in `supervision-0.27.0`. Use `overlap_wh` instead. +- `overlap_ratio_wh` in [`InferenceSlicer.__init__`](https://supervision.roboflow.com/latest/detection/tools/inference_slicer/) is deprecated and will be removed in `supervision-0.27.0`. Please set it to `None` and use `overlap_wh` instead. - `sv.LMM` enum is deprecated and will be removed in `supervision-0.31.0`. Use `sv.VLM` instead. - [`sv.Detections.from_lmm`](https://supervision.roboflow.com/0.26.0/detection/core/#supervision.detection.core.Detections.from_lmm) property is deprecated and will be removed in `supervision-0.31.0`. Use [`sv.Detections.from_vlm`](https://supervision.roboflow.com/0.26.0/detection/core/#supervision.detection.core.Detections.from_vlm) instead. diff --git a/docs/detection/utils/boxes.md b/docs/detection/utils/boxes.md index 020cc8f9..19df61db 100644 --- a/docs/detection/utils/boxes.md +++ b/docs/detection/utils/boxes.md @@ -17,7 +17,7 @@ comments: true :::supervision.detection.utils.boxes.scale_boxes
-

clip_boxes

+

clip_boxes

:::supervision.detection.utils.boxes.clip_boxes