Skip to content

Commit

Permalink
chore: make doc
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Jan 31, 2024
1 parent 8cb4a2c commit 202a1b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions references/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe_function(self, key: str) -> str
Get function description.
## download_dataset
```text
download_dataset(self, key: str, destination_folder: str) -> None
download_dataset(self, key: str, destination_folder: str) -> pathlib.Path
```

Download data manager resource.
Expand All @@ -226,7 +226,7 @@ Download opener script in destination folder.
- `pathlib.Path`: Path of the downloaded dataset
## download_function
```text
download_function(self, key: str, destination_folder: str) -> None
download_function(self, key: str, destination_folder: str) -> pathlib.Path
```

Download function resource.
Expand Down
2 changes: 1 addition & 1 deletion references/sdk_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Asset creation specification base class.
- inputs: typing.List[substra.sdk.models.FunctionInput]
- outputs: typing.List[substra.sdk.models.FunctionOutput]
- description: <class 'substra.sdk.models._File'>
- function: <class 'substra.sdk.models._File'>
- archive: <class 'substra.sdk.models._File'>
```

## ComputePlan
Expand Down

0 comments on commit 202a1b5

Please sign in to comment.