Skip to content
Merged
Changes from 2 commits
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
13 changes: 13 additions & 0 deletions doc/api/top-level.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ Top-level functions
Computation
-----------

.. note::

For worked examples and advanced usage of ``apply_ufunc``, see the
:doc:`User Guide on Computation </user-guide/computation>`,

the tutorial examples at https://tutorial.xarray.dev/
(see the Fundamentals → Computation section),

and the Gallery example
:doc:`apply_ufunc_vectorize_1d </gallery/examples/apply_ufunc_vectorize_1d>`.



.. autosummary::
:toctree: ../generated/

Expand Down
Loading