File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1036,8 +1036,7 @@ def apply_ufunc(
1036
1036
Most of NumPy's builtin functions already broadcast their inputs
1037
1037
appropriately for use in ``apply_ufunc``. You may find helper functions such as
1038
1038
:py:func:`numpy.broadcast_arrays` helpful in writing your function. ``apply_ufunc`` also
1039
- works well with :py:func:`numba.vectorize` and :py:func:`numba.guvectorize`. Further explanation with
1040
- examples are provided in the xarray documentation [3]_.
1039
+ works well with :py:func:`numba.vectorize` and :py:func:`numba.guvectorize`.
1041
1040
1042
1041
See Also
1043
1042
--------
@@ -1047,12 +1046,12 @@ def apply_ufunc(
1047
1046
dask.array.apply_gufunc
1048
1047
xarray.map_blocks
1049
1048
:ref:`dask.automatic-parallelization`
1049
+ User guide describing :py:func:`apply_ufunc` and :py:func:`map_blocks`.
1050
1050
1051
1051
References
1052
1052
----------
1053
1053
.. [1] http://docs.scipy.org/doc/numpy/reference/ufuncs.html
1054
1054
.. [2] http://docs.scipy.org/doc/numpy/reference/c-api.generalized-ufuncs.html
1055
- .. [3] http://xarray.pydata.org/en/stable/computation.html#wrapping-custom-computation
1056
1055
"""
1057
1056
from .dataarray import DataArray
1058
1057
from .groupby import GroupBy
You can’t perform that action at this time.
0 commit comments