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

A few commands, including create_sibling_ria and foreach_dataset, are missing from python module reference #7288

Closed
mslw opened this issue Feb 17, 2023 · 1 comment · Fixed by #7289
Assignees
Labels
documentation Documentation-related issue easy easy to fix issue, good starting point for a contribution

Comments

@mslw
Copy link
Contributor

mslw commented Feb 17, 2023

I noticed that these commands are not listed in the Python module reference of our online docs:

  • create_sibling_ria
  • export_archive_ora
  • foreach_dataset
  • shell_completion
  • uninstall

uninstall has been removed in 85b9edf due to deprecation, and shell_completion has questionable value in Python API usage, but I feel that the first three (or even four) should be included - and aren't probably due to simple omission from the listing. The first three are listed under the methods of datalad.api.Dataset, but that table has no links to the method description.

I'll make a PR with the small change.

@mslw mslw added the documentation Documentation-related issue label Feb 17, 2023
@mslw mslw self-assigned this Feb 17, 2023
@yarikoptic yarikoptic added the easy easy to fix issue, good starting point for a contribution label Feb 17, 2023
@mslw mslw mentioned this issue Feb 17, 2023
@yarikoptic-gitmate
Copy link
Collaborator

Issue fixed in 0.18.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation-related issue easy easy to fix issue, good starting point for a contribution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants