diff --git a/manim/animation/movement.py b/manim/animation/movement.py index 816f714477..4533eeeb70 100644 --- a/manim/animation/movement.py +++ b/manim/animation/movement.py @@ -136,8 +136,7 @@ def interpolate_mobject(self, alpha: float) -> None: class MoveAlongPath(Animation): """Make one mobject move along the path of another mobject. - Example - -------- + .. manim:: MoveAlongPathExample class MoveAlongPathExample(Scene):