Add documentation for `zarr.array`
xref: #2215
This issue tracks the documentation progress for the zarr.array module. We'll be focusing on adding docstrings and code samples to the functions.
Progress:
- [ ] docstrings
- [ ] code samples
I'll start working on this, if anyone else also is, maybe we can coordinate on which parts of the module we're working on?
Hi @e-marshall! I'm also working on this. ~~Which functions are you working on?~~
Edit: I just saw #2276.
Hi @MSanKeys963 ! I opened a draft PR with what I wrote so far. I added docstrings (and a few code examples) to:
AsyncArrayclass- async
create() - async
open() - async
getitem() Arrayclasscreate()open()ndimshapechunkssizedtypeattrs
This is completed via #2276 and #2281. Thanks, all! Closing this.