فهرست منبع

Rename intro to 2D animation page (3.3)

skyace65 4 سال پیش
والد
کامیت
470f83e9d4
3فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 1 1
      tutorials/2d/2d_lights_and_shadows.rst
  2. 1 1
      tutorials/animation/index.rst
  3. 3 3
      tutorials/animation/introduction.rst

+ 1 - 1
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 <cl
 
 .. note:: At the time of writing, 3.0 is the stable release version. The 3.1 development branch contains
           many changes to the animation system, so the animations in the demo will not be covered here.
-          See :ref:`doc_introduction_2d_animation` for more information.
+          See :ref:`doc_introduction_animation` for more information.
 
 Right now the scene should look too bright. This is because all three lights are adding color to the scene.
 This is why the demo uses a :ref:`CanvasModulate <class_CanvasModulate>` in the scene. The

+ 1 - 1
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

+ 3 - 3
tutorials/animation/introduction_2d.rst → 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
 --------