Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DuskyElf
Copy link

@DuskyElf DuskyElf commented Oct 15, 2024

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

  • The PR title is descriptive enough for the changelog, and the PR is labeled correctly
  • If applicable: newly added non-private functions and classes have a docstring including a short summary and a PARAMETERS section
  • If applicable: newly added functions and classes are tested

Copy link
Member

@behackl behackl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well spotted, thanks for fixing this!

I'll merge this as soon as our docs build properly again.

@behackl behackl added the documentation Improvements or additions to documentation label Oct 15, 2024
@behackl behackl added this to the v0.19.0 milestone Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: 👍 To be merged
Development

Successfully merging this pull request may close these issues.

2 participants