From b55441ce38bd301fc4295ed6b0ac29f8ce236041 Mon Sep 17 00:00:00 2001 From: Angela Date: Tue, 18 Jul 2023 10:53:21 -0700 Subject: [PATCH] switch to absolute path --- DEVELOPMENT.md | 2 +- cleanlab_studio/studio/studio.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ecc8509d..d28e4c20 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -160,4 +160,4 @@ We autogenerate documentation for the `studio` module from docstrings. In order ### Relative Link Formatting - To link to other functions in the `studio` module within a docstring, use the following format: `[link text](#method-function_name)` -- To link to another page in Cleanlab Studio docs use `[link text](../../{path within cleanlab-studio-docs/docs})` +- To link to another page in Cleanlab Studio docs use `[link text](/{path within cleanlab-studio-docs/docs})` diff --git a/cleanlab_studio/studio/studio.py b/cleanlab_studio/studio/studio.py index 90e3088c..e29241b7 100644 --- a/cleanlab_studio/studio/studio.py +++ b/cleanlab_studio/studio/studio.py @@ -104,7 +104,7 @@ def download_cleanlab_columns( def apply_corrections(self, cleanset_id: str, dataset: Any, keep_excluded: bool = False) -> Any: """ - Applies corrections from a Cleanlab Studio cleanset to your dataset. Corrections can be made by viewing your project in the Cleanlab Studio webapp (see [Cleanlab Studio web quickstart](../../guide/quickstart/web#review-the-errors)). + Applies corrections from a Cleanlab Studio cleanset to your dataset. Corrections can be made by viewing your project in the Cleanlab Studio webapp (see [Cleanlab Studio web quickstart](/guide/quickstart/web#review-the-errors)). Args: cleanset_id: ID of cleanset to apply corrections from.