Skip to content

DOC: fix link to io.zarr #5176

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

Merged
merged 3 commits into from
Apr 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ def to_zarr(

See Also
--------
http://xarray.pydata.org/en/stable/io.html#zarr
:doc:`io.zarr`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This gave WARNING: unknown document: io.zarr. It should work with :ref: instead of :doc: I believe...

Copy link
Contributor Author

@raybellwaves raybellwaves Apr 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @zmoon. Apologies, i'm by lazy here and didn't build the docs. You want to make a PR to my branch? Was going to take a look when the rtd builds but it's slow.

Copy link
Contributor

@zmoon zmoon Apr 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raybellwaves I am also being lazy, I saw the message in the rtd log. I don't know why it still says pending, but it seems to have failed-on-warning after 10 minutes.

"""
from ..backends.api import to_zarr

Expand Down