Skip to content
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: update docs to reflect recent state of the package #256

Closed
3 of 4 tasks
jsheunis opened this issue Mar 16, 2023 · 3 comments
Closed
3 of 4 tasks

DOC: update docs to reflect recent state of the package #256

jsheunis opened this issue Mar 16, 2023 · 3 comments
Milestone

Comments

@jsheunis
Copy link
Member

jsheunis commented Mar 16, 2023

Main TODOs:

Anything else?

@mih mih added this to the 1.0 Release milestone Mar 16, 2023
@adswa
Copy link
Member

adswa commented Mar 16, 2023

The python and CLI API pages should already be up-to-date

@adswa
Copy link
Member

adswa commented Mar 16, 2023

I have a patch you could include (git apply <patch.txt>) in your PR (leaving it here to not interfere with your work)

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:
image

@mih
Copy link
Member

mih commented Mar 17, 2023

Thx much. I think we can close this

@mih mih closed this as completed Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants