Skip to content

Commit

Permalink
switch to absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
axl1313 committed Jul 18, 2023
1 parent 5fbb1b0 commit b55441c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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})`
2 changes: 1 addition & 1 deletion cleanlab_studio/studio/studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b55441c

Please sign in to comment.