From 09a1c3fd15f8c0f3b799f01b4f23332aab9eccab Mon Sep 17 00:00:00 2001 From: Sakshee_D Date: Wed, 31 Dec 2025 18:32:20 +0530 Subject: [PATCH 1/6] Add cross-links for apply_ufunc in top-level API docs --- doc/api/top-level.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/api/top-level.rst b/doc/api/top-level.rst index 5306a636764..b13de72234b 100644 --- a/doc/api/top-level.rst +++ b/doc/api/top-level.rst @@ -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 `, + + the tutorial examples at https://tutorial.xarray.dev/ + (see the Fundamentals → Computation section), + + and the Gallery example + :doc:`apply_ufunc_vectorize_1d `. + + + .. autosummary:: :toctree: ../generated/ From 638a273ba5d4507a361ddd05fa32c60fe24591e4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:16:39 +0000 Subject: [PATCH 2/6] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/api/top-level.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/api/top-level.rst b/doc/api/top-level.rst index b13de72234b..f1c9f1b465f 100644 --- a/doc/api/top-level.rst +++ b/doc/api/top-level.rst @@ -9,11 +9,11 @@ Computation .. note:: For worked examples and advanced usage of ``apply_ufunc``, see the - :doc:`User Guide on Computation `, - - the tutorial examples at https://tutorial.xarray.dev/ - (see the Fundamentals → Computation section), - + :doc:`User Guide on Computation `, + + the tutorial examples at https://tutorial.xarray.dev/ + (see the Fundamentals → Computation section), + and the Gallery example :doc:`apply_ufunc_vectorize_1d `. From 595ae7010b3abd33d86c76ce951dbccc3983500a Mon Sep 17 00:00:00 2001 From: Sakshee_D Date: Thu, 1 Jan 2026 10:45:22 +0530 Subject: [PATCH 3/6] Updated apply_ufunc tutorial link as per review feedback --- doc/api/top-level.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/doc/api/top-level.rst b/doc/api/top-level.rst index f1c9f1b465f..78ed634cec3 100644 --- a/doc/api/top-level.rst +++ b/doc/api/top-level.rst @@ -9,15 +9,9 @@ Computation .. note:: For worked examples and advanced usage of ``apply_ufunc``, see the - :doc:`User Guide on Computation `, - - the tutorial examples at https://tutorial.xarray.dev/ - (see the Fundamentals → Computation section), - - and the Gallery example - :doc:`apply_ufunc_vectorize_1d `. - - + :doc:`User Guide on Computation `, + + the tutorial examples at https://tutorial.xarray.dev/advanced/apply_ufunc/apply_ufunc.html. .. autosummary:: :toctree: ../generated/ From 820d67e2f9e4b2e0a81abc9d4afd9b75e462de4e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 05:50:26 +0000 Subject: [PATCH 4/6] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/api/top-level.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/top-level.rst b/doc/api/top-level.rst index 78ed634cec3..6f1ed77f789 100644 --- a/doc/api/top-level.rst +++ b/doc/api/top-level.rst @@ -9,9 +9,9 @@ Computation .. note:: For worked examples and advanced usage of ``apply_ufunc``, see the - :doc:`User Guide on Computation `, - - the tutorial examples at https://tutorial.xarray.dev/advanced/apply_ufunc/apply_ufunc.html. + :doc:`User Guide on Computation `, + + the tutorial examples at https://tutorial.xarray.dev/advanced/apply_ufunc/apply_ufunc.html. .. autosummary:: :toctree: ../generated/ From dd93ce19f316cdfd60cbeb8dd4fb7554757e8875 Mon Sep 17 00:00:00 2001 From: Sakshee_D Date: Sat, 3 Jan 2026 00:07:33 +0530 Subject: [PATCH 5/6] DOC: format apply_ufunc tutorial link --- doc/api/top-level.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/api/top-level.rst b/doc/api/top-level.rst index 6f1ed77f789..13397a160ad 100644 --- a/doc/api/top-level.rst +++ b/doc/api/top-level.rst @@ -9,10 +9,9 @@ Computation .. note:: For worked examples and advanced usage of ``apply_ufunc``, see the - :doc:`User Guide on Computation `, - - the tutorial examples at https://tutorial.xarray.dev/advanced/apply_ufunc/apply_ufunc.html. - + :doc:`User Guide on Computation `, and the + `apply_ufunc tutorial `_. + .. autosummary:: :toctree: ../generated/ From 8e520320a705c6cbfa725272ed743f7678666ba1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 18:44:34 +0000 Subject: [PATCH 6/6] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/api/top-level.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/top-level.rst b/doc/api/top-level.rst index 13397a160ad..c6f45c1863c 100644 --- a/doc/api/top-level.rst +++ b/doc/api/top-level.rst @@ -11,7 +11,7 @@ Computation For worked examples and advanced usage of ``apply_ufunc``, see the :doc:`User Guide on Computation `, and the `apply_ufunc tutorial `_. - + .. autosummary:: :toctree: ../generated/