Skip to content

Commit ab5801e

Browse files
committed
Improve docstring for .interpolate() in Mobject
1 parent 5164d27 commit ab5801e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

manim/animation/transform.py

-5
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ def make_arc_path(start, end, arc_angle):
123123
124124
self.play(*anims, run_time=2)
125125
self.wait()
126-
127-
See also
128-
--------
129-
:class:`~.ReplacementTransform`, :meth:`~.Mobject.interpolate`, :meth:`~.Mobject.align_data`
130-
131126
"""
132127

133128
def __init__(

manim/mobject/types/vectorized_mobject.py

-5
Original file line numberDiff line numberDiff line change
@@ -1720,11 +1720,6 @@ def align_points(self, vmobject: VMobject) -> Self:
17201720
-------
17211721
:class:`VMobject`
17221722
``self``
1723-
1724-
See also
1725-
--------
1726-
:meth:`~.Mobject.interpolate`, :meth:`~.Mobject.align_data`
1727-
17281723
"""
17291724
self.align_rgbas(vmobject)
17301725
# TODO: This shortcut can be a bit over eager. What if they have the same length, but different subpath lengths?

0 commit comments

Comments
 (0)