ManimCommunity / manim

A community-maintained Python framework for creating mathematical animations.
https://www.manim.community
MIT License
26.7k stars 1.83k forks source link

Fix: `.to_edge()`'s example demonstration in docs #3958

Closed DuskyElf closed 1 month ago

DuskyElf commented 1 month ago

Fixed .to_edge()'s example demonstration in docs

Added the missing object (c: Circle) in the scene demonstrating .to_edge(RIGHT) here - image

Motivation and Explanation:

The example on To Edge Example demonstrated the use of .to_edge() method with three objects, two of them were added (in #3408) to the scene but one was missed. I was just reading through the docs, and was confused for a second looking for the missing circle.

Links to added or changed documentation pages

https://manimce--3958.org.readthedocs.build/en/3958/reference/manim.mobject.mobject.Mobject.html#toedgeexample But this link doesn't seem to work

Reviewer Checklist