Browse Source

Clean up after 5c74f49.

learning/features/index.rst:4: WARNING: toctree contains reference to nonexisting document 'learning/features/lighting/index'
learning/features/physics/kinematic_character_2d.rst:48: WARNING: Title underline too short.
Martin Capitanio 7 years ago
parent
commit
7050fe2673

+ 0 - 1
learning/features/index.rst

@@ -13,7 +13,6 @@ Engine features
    viewports/index
    viewports/index
    inputs/index
    inputs/index
    animation/index
    animation/index
-   lighting/index
    shading/index
    shading/index
    networking/index
    networking/index
    platform/index
    platform/index

+ 1 - 1
learning/features/physics/kinematic_character_2d.rst

@@ -45,7 +45,7 @@ necessarily simpler under the hood, but well hidden and presented as a
 nice and simple API).
 nice and simple API).
 
 
 Physics process
 Physics process
-~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~
 
 
 To manage the logic of a kinematic body or character, it is always
 To manage the logic of a kinematic body or character, it is always
 advised to use physics process, because it's called before physics step and its execution is
 advised to use physics process, because it's called before physics step and its execution is