Skip to content

Commit

Permalink
Fix formatting of MoveAlongPath docs (#3541)
Browse files Browse the repository at this point in the history
* Remove wag method from Mobject

* Fixed MoveAlongPath

* Revert remove wag

Created a new branch with the wrong base, sorry ;)
  • Loading branch information
JasonGrace2282 authored Dec 21, 2023
1 parent 196fa1f commit 8ea8f25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manim/animation/movement.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8ea8f25

Please sign in to comment.