-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: Provide dataset information in fetcher script help #48
Open
jhlegarreta
wants to merge
4
commits into
scil-vital:main
Choose a base branch
from
jhlegarreta:AddZenodoLinkToFetcherScriptHelp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
DOC: Provide dataset information in fetcher script help #48
jhlegarreta
wants to merge
4
commits into
scil-vital:main
from
jhlegarreta:AddZenodoLinkToFetcherScriptHelp
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
type:documentation
Improvements or additions to documentation
label
Feb 13, 2023
jhlegarreta
force-pushed
the
AddZenodoLinkToFetcherScriptHelp
branch
from
February 14, 2023 18:26
ca030d6
to
7bdd7f0
Compare
github-actions
bot
added
area:io
Items affecting the io module
type:documentation
Improvements or additions to documentation
and removed
type:documentation
Improvements or additions to documentation
labels
Feb 14, 2023
jhlegarreta
changed the title
DOC: Add links to zenodo datasets in fetcher script description
DOC: Provide dataset information in fetcher script help
Feb 14, 2023
jhlegarreta
force-pushed
the
AddZenodoLinkToFetcherScriptHelp
branch
from
February 14, 2023 18:33
7bdd7f0
to
28e166f
Compare
github-actions
bot
added
type:documentation
Improvements or additions to documentation
and removed
type:documentation
Improvements or additions to documentation
labels
Feb 14, 2023
github-actions
bot
added
type:documentation
Improvements or additions to documentation
and removed
type:documentation
Improvements or additions to documentation
labels
Feb 14, 2023
This was passing yesterday, and it is now failing with the same error as in #49 (comment) after today's push force. Definitely errors are not related to the patch sets. |
#50 fixes the issues. |
jhlegarreta
force-pushed
the
AddZenodoLinkToFetcherScriptHelp
branch
from
March 3, 2023 17:42
cbef0bb
to
90c4750
Compare
github-actions
bot
added
type:documentation
Improvements or additions to documentation
and removed
type:documentation
Improvements or additions to documentation
labels
Mar 3, 2023
jhlegarreta
force-pushed
the
AddZenodoLinkToFetcherScriptHelp
branch
from
March 3, 2023 17:54
90c4750
to
55a4b50
Compare
github-actions
bot
added
type:documentation
Improvements or additions to documentation
and removed
type:documentation
Improvements or additions to documentation
labels
Mar 3, 2023
Provide dataset information in fetcher script description: add the dataset description and the zenodo links where the datasets dwell to the fetcher script description so that they are shown when the help is shown.
jhlegarreta
force-pushed
the
AddZenodoLinkToFetcherScriptHelp
branch
from
March 3, 2023 18:01
55a4b50
to
1d48465
Compare
github-actions
bot
added
type:documentation
Improvements or additions to documentation
and removed
type:documentation
Improvements or additions to documentation
labels
Mar 3, 2023
jhlegarreta
force-pushed
the
AddZenodoLinkToFetcherScriptHelp
branch
from
March 3, 2023 18:17
1d48465
to
acbbe6b
Compare
github-actions
bot
added
type:documentation
Improvements or additions to documentation
and removed
type:documentation
Improvements or additions to documentation
labels
Mar 3, 2023
Use the fetcher method callable provider in the dataset retrieval method. Improves code re-use.
Remove "Download" from the fetcher method descriptions for the sake of consistency across descriptions, and in order to describe the dataset itself rather than the method.
Refactor the dataset parameters tuples: - The dataset tuples do not provide an effective fetcher, but only the parameters needed to make the fetcher. Thus, the `fetcher_` prefix is removed. - Rename the method that provides the fetcher parameters accordingly. - The fetcher names are all built in the same way, and thus this is put into a method for the sake of best coding practices. Also, prefer naming the fetchers directly using the Dataset enum values.
jhlegarreta
force-pushed
the
AddZenodoLinkToFetcherScriptHelp
branch
from
March 3, 2023 18:34
acbbe6b
to
41d5931
Compare
github-actions
bot
added
type:documentation
Improvements or additions to documentation
and removed
type:documentation
Improvements or additions to documentation
labels
Mar 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #44.