Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Mar 5, 2025
1 parent 069fdf3 commit 4b716f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py-rattler/rattler/index/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ async def index_fs(
channel_directory: A `os.PathLike[str]` that is the directory containing subdirectories
of dependencies to index.
target_platform(optional): A `Platform` to index dependencies for.
repodata_patch(optional): The name of the conda package (expected to be in the `noarch` subdir) that should be used for repodata patching.
force: Whether to forcefully re-index all subdirs.
max_parallel: The maximum number of packages to process in-memory simultaneously.
"""
Expand Down Expand Up @@ -67,6 +68,7 @@ async def index_s3(
secret_access_key(optional): The secret access key to use for authentication.
session_token(optional): The session token to use for authentication.
target_platform(optional): A `Platform` to index dependencies for.
repodata_patch(optional): The name of the conda package (expected to be in the `noarch` subdir) that should be used for repodata patching.
force: Whether to forcefully re-index all subdirs.
max_parallel: The maximum number of packages to process in-memory simultaneously.
"""
Expand Down

0 comments on commit 4b716f9

Please sign in to comment.