Skip to content

Commit

Permalink
fixed some issues in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nima-ch committed Jan 24, 2024
1 parent b2c2819 commit a24d9ac
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 510,148 deletions.
4 changes: 1 addition & 3 deletions docs/user_guide/api/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ def get_projects_list(lookup: str = None) -> list:

#### Parameters

- `lookup` (str, optional): A string to filter the project list. If provided, the function returns

only those projects that contain the `lookup` string in their names. The search is case-insensitive and the `lookup` string can match any part of a project name. Defaults to `None`, which returns all project names.
- `lookup` (str, optional): A string to filter the project list. If provided, the function returns only those projects that contain the `lookup` string in their names. The search is case-insensitive and the `lookup` string can match any part of a project name. Defaults to `None`, which returns all project names.

#### Returns

Expand Down
Loading

0 comments on commit a24d9ac

Please sign in to comment.