Skip to content

Commit

Permalink
link from duck arrays page
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Jun 28, 2023
1 parent 9fd2b41 commit 098e152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guide/duckarrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Some numpy-like array types that xarray already has some support for:

For information on wrapping dask arrays see :ref:`dask`. Whilst xarray wraps dask arrays in a similar way to that
described on this page, chunked array types like :py:class:`dask.array.Array` implement additional methods that require
slightly different user code (e.g. calling ``.chunk`` or ``.compute``).
slightly different user code (e.g. calling ``.chunk`` or ``.compute``). See the docs on :ref:`wrapping chunked arrays <internals.chunkedarrays>`.

Why "duck"?
-----------
Expand Down

0 comments on commit 098e152

Please sign in to comment.