diff --git a/tutorials/2d/2d_lights_and_shadows.rst b/tutorials/2d/2d_lights_and_shadows.rst index 36f5331aa..6cbeea4dc 100644 --- a/tutorials/2d/2d_lights_and_shadows.rst +++ b/tutorials/2d/2d_lights_and_shadows.rst @@ -132,7 +132,7 @@ node, which is why we want the blob to be centered on its parent :ref:`Light ` in the scene. The diff --git a/tutorials/animation/index.rst b/tutorials/animation/index.rst index f1d1805e9..c61d7373f 100644 --- a/tutorials/animation/index.rst +++ b/tutorials/animation/index.rst @@ -5,7 +5,7 @@ Animation :maxdepth: 1 :name: toc-learn-features-animation - introduction_2d + introduction cutout_animation 2d_skeletons animation_tree diff --git a/tutorials/animation/introduction_2d.rst b/tutorials/animation/introduction.rst similarity index 98% rename from tutorials/animation/introduction_2d.rst rename to tutorials/animation/introduction.rst index 96c58d917..64aad8fb7 100644 --- a/tutorials/animation/introduction_2d.rst +++ b/tutorials/animation/introduction.rst @@ -1,7 +1,7 @@ -.. _doc_introduction_2d_animation: +.. _doc_introduction_animation: -Introduction to the 2D animation features -========================================= +Introduction to the animation features +====================================== Overview --------