From 603e6a3fce53a0bbd4d2b21faa12c34da3936b1b Mon Sep 17 00:00:00 2001
From: zy69guqi <richard.angersbach@fau.de>
Date: Wed, 23 Apr 2025 16:46:27 +0200
Subject: [PATCH] Fix docs

---
 docs/source/backend/index.rst         | 1 -
 docs/source/user_manual/reductions.md | 5 +----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/docs/source/backend/index.rst b/docs/source/backend/index.rst
index b9b400544..0d384c55b 100644
--- a/docs/source/backend/index.rst
+++ b/docs/source/backend/index.rst
@@ -16,7 +16,6 @@ who wish to customize or extend the behaviour of the code generator in their app
     iteration_space
     translation
     platforms
-    reduction_codegen
     transformations
     gpu_codegen
     errors
diff --git a/docs/source/user_manual/reductions.md b/docs/source/user_manual/reductions.md
index 46e935bbb..7c7904dfc 100644
--- a/docs/source/user_manual/reductions.md
+++ b/docs/source/user_manual/reductions.md
@@ -96,10 +96,7 @@ ps.inspect(kernel)
 
 :::{note}
 The generated reduction kernels may vary vastly for different platforms and optimizations.
-For the sake of compactness, the impact of different backend or optimization choices is left out.
-
-A detailed description of configuration choices and their impact on the generated code can be found in
-{ref}`codegen_reductions`.
+You can find a  detailed description of configuration choices and their impact on the generated code below.
 :::
 
 The kernel can be compiled and run immediately.
-- 
GitLab