Uh oh!
There was an error while loading. Please reload this page.
docs: add docs on using asyncio with zarr - #2595
Conversation
Uh oh!
There was an error while loading. Please reload this page.
dstansby
left a comment
There was a problem hiding this comment.
LGTM - a few optional suggestions
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: David Stansby <dstansby@gmail.com>
…into docs/3.0-user-guide
Co-authored-by: David Stansby <dstansby@gmail.com> Co-authored-by: Norman Rzepka <code@normanrz.com>
jhamman
commented
Jan 1, 2025
Note: the build is going to fail here until #2463 is in. |
* docs: add new top level about page * fixup * fixup * fixup
* docs: add docs on extending zarr 3 * Apply suggestions from code review Co-authored-by: David Stansby <dstansby@gmail.com> * move note up * remove test.py (#2612) * Note that whole directories can be deleted in LocalStore (#2606) * fix: run-coverage command now tracks src directory (#2615) * fix doc build * Update docs/user-guide/extending.rst --------- Co-authored-by: Norman Rzepka <code@normanrz.com> Co-authored-by: David Stansby <dstansby@gmail.com> Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
* Use doctests for arrays.rst * Use doctests for attributes.rst * Use doctests for config.rst * Use doctests for consolidated metadata * Use doctests for groups.rst * Use doctests for preformance.rst * Use doctests for storage.rst * Remove ipython config for docs * Fix performance doctest output * Enable doctests
dismissing so this isn't blocking merging when the doc build is passing
cc31f09 to
13a26f8Compare13a26f8 to
48d55d3Comparejhamman
commented
Jan 3, 2025
@dstansby - can we not run async code directly in doctests? |
dstansby
commented
Jan 3, 2025
Appartenly not using the default doctests - it looks like https://xdoctest.readthedocs.io/en/stable/manual/async_doctest.html should work to run the doctests instead with async code. |
jhamman
commented
Jan 8, 2025
hmmm, we'll come back to this after 3.0.0 |
This PR adds a short documentation page on using Zarr with Asyncio. As a new feature, it will likely take us some time to learn how this is going to be used so this PR is meant as a first draft.
Notes for reviewers: