Skip to content

Commit

Permalink
DOC: Add links to zenodo datasets in fetcher script description
Browse files Browse the repository at this point in the history
Add the zenodo places where the datasets dwell to the fetcher script
description so that they are shown when the help is shown.
  • Loading branch information
jhlegarreta committed Feb 13, 2023
1 parent 78da212 commit ca030d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/fetch_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
def _build_arg_parser():

parser = argparse.ArgumentParser(
description="Fetch tractolearn dataset",
description="Fetch tractolearn dataset. The datasets are available at "
"https://doi.org/10.5281/zenodo.7562790 and "
"https://doi.org/10.5281/zenodo.7562635",
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
)
parser.add_argument(
Expand Down

0 comments on commit ca030d6

Please sign in to comment.