From 12e83c494958e76a3c99a1c40e2af18170fcf703 Mon Sep 17 00:00:00 2001 From: tetrapod00 <145553014+tetrapod00@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:51:00 -0700 Subject: [PATCH] Add link from Rendering to 2D and 3D rendering sections --- tutorials/2d/index.rst | 2 ++ tutorials/3d/index.rst | 2 ++ tutorials/rendering/index.rst | 5 +++++ 3 files changed, 9 insertions(+) diff --git a/tutorials/2d/index.rst b/tutorials/2d/index.rst index d90628551..3966f03f5 100644 --- a/tutorials/2d/index.rst +++ b/tutorials/2d/index.rst @@ -10,6 +10,8 @@ canvas_layers 2d_transforms +.. _doc_2d_rendering: + Rendering --------- diff --git a/tutorials/3d/index.rst b/tutorials/3d/index.rst index 0c9c2164e..7091a832d 100644 --- a/tutorials/3d/index.rst +++ b/tutorials/3d/index.rst @@ -12,6 +12,8 @@ procedural_geometry/index 3d_text +.. _doc_3d_rendering: + Rendering --------- diff --git a/tutorials/rendering/index.rst b/tutorials/rendering/index.rst index f6993dafa..480559305 100644 --- a/tutorials/rendering/index.rst +++ b/tutorials/rendering/index.rst @@ -3,6 +3,11 @@ Rendering ========= +.. seealso:: + + Most rendering topics are covered in :ref:`2D rendering ` + and :ref:`3D rendering `. + .. toctree:: :maxdepth: 1 :name: toc-learn-features-rendering