From 8ea8f25576848c8e1caae53a1e6db603e7a4b80f Mon Sep 17 00:00:00 2001 From: Jason Grace <110117391+JasonGrace2282@users.noreply.github.com> Date: Wed, 20 Dec 2023 19:33:56 -0500 Subject: [PATCH] Fix formatting of ``MoveAlongPath`` docs (#3541) * Remove wag method from Mobject * Fixed MoveAlongPath * Revert remove wag Created a new branch with the wrong base, sorry ;) --- manim/animation/movement.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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):