From b879bfb8724aeb003b1bd30916a39f88f1dbeaa2 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 6 Aug 2020 01:55:15 +0200 Subject: [PATCH] Rename the Lights and shadows page to 3D lights and shadows (#3875) This distinguishes it better from its 2D counterpart. The filename has been left unchanged as to avoid breaking URLs. --- tutorials/3d/lights_and_shadows.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/3d/lights_and_shadows.rst b/tutorials/3d/lights_and_shadows.rst index f3f94c958..f555ec22e 100644 --- a/tutorials/3d/lights_and_shadows.rst +++ b/tutorials/3d/lights_and_shadows.rst @@ -1,7 +1,7 @@ .. _doc_lights_and_shadows: -Lights and shadows -================== +3D lights and shadows +===================== Introduction ------------