From 380979fc213b3d1f53f097bab9b61851391be729 Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:21:58 -0700 Subject: [PATCH] Move Sphinx directives out of `See also` (#8466) * Move Sphinx directives out of `See also` This is potentially using the `See also` to not render the links? (Does anyone know this better? It doesn't seem easy to build the docs locally... * Update computation.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Deepak Cherian Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- xarray/core/computation.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xarray/core/computation.py b/xarray/core/computation.py index f09b04b7765..f418d3821c2 100644 --- a/xarray/core/computation.py +++ b/xarray/core/computation.py @@ -1142,6 +1142,8 @@ def apply_ufunc( dask.array.apply_gufunc xarray.map_blocks + Notes + ----- :ref:`dask.automatic-parallelization` User guide describing :py:func:`apply_ufunc` and :py:func:`map_blocks`.