We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Main TODOs:
Attention
Anything else?
The text was updated successfully, but these errors were encountered:
The python and CLI API pages should already be up-to-date
Sorry, something went wrong.
I have a patch you could include (git apply <patch.txt>) in your PR (leaving it here to not interfere with your work)
git apply <patch.txt>
diff --git a/_datalad_buildsupport/setup.py b/_datalad_buildsupport/setup.py index 27e0821..b853b20 100644 --- a/_datalad_buildsupport/setup.py +++ b/_datalad_buildsupport/setup.py @@ -123,7 +123,7 @@ class BuildManPage(Command): dist = self.distribution #homepage = dist.get_url() #appname = self._parser.prog - appname = 'datalad' + appname = 'datalad-dataverse' cfg = read_configuration( opj(dirname(dirname(__file__)), 'setup.cfg'))['metadata']
would fix the wrong name in the footer:
Thx much. I think we can close this
No branches or pull requests
Main TODOs:
Attention
blocksAnything else?
The text was updated successfully, but these errors were encountered: