From f909c73d83c7091bfcc80955f958f5cb0ba96f7e Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Fri, 15 Dec 2023 01:12:56 -0500 Subject: [PATCH] Update sound doc references to platformer tutorial --- doc/programming_guide/sound.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/programming_guide/sound.rst b/doc/programming_guide/sound.rst index 3ebc8d042..c4cf4a004 100644 --- a/doc/programming_guide/sound.rst +++ b/doc/programming_guide/sound.rst @@ -40,10 +40,7 @@ Users who want to skip to example code should consult the following: #. :ref:`sound_demo` #. :ref:`sound_speed_demo` #. :ref:`music_control_demo` -#. :ref:`Platformer Tutorial - Step 7 - Add Coins And Sound ` - - #. :ref:`platformer_part_seven_loading_sounds` - #. :ref:`platformer_part_seven_playing_sounds` +#. :ref:`Platformer Tutorial - Step 9 - Adding Sound ` .. _sound-why-important: @@ -108,7 +105,6 @@ If you prefer a more object-oriented style, you can create See the following to learn more: -#. :ref:`Platformer Part 7 - Loading Sounds ` #. :ref:`resources` #. :py:mod:`pathlib` #. :ref:`sound-loading-modes` @@ -172,7 +168,6 @@ fun. See the following to learn more: #. :ref:`sound-why-important` -#. :ref:`Platformer Tutorial - Part 7 - Collision Detection ` #. :ref:`sound_demo` .. _sound-basics-stopping: