-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
Add docstrings for array module #2281
base: main
Are you sure you want to change the base?
Conversation
pre-commit.ci autofix |
@MSanKeys963 - we just merged @e-marshall's PR so you can update this one and finish it off. I think you can also skip docstrings for any method that start with |
Please review, @jhamman — my apologies for the delay. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pushing on this @MSanKeys963. A few minor suggestions but it mostly looks good.
Co-authored-by: Joe Hamman <jhamman1@gmail.com>
Co-authored-by: Joe Hamman <jhamman1@gmail.com>
Co-authored-by: Joe Hamman <jhamman1@gmail.com>
Co-authored-by: Joe Hamman <jhamman1@gmail.com>
xref: #2215 and #2245
This PR adds docstrings for
zarr.array
module and builds on top of @e-marshall's #2276. I've added documentation for following functions:I will start adding code examples soon. Feedback on the current draft would be greatly appreciated. Thanks!