Fix: .to_edge()
's example demonstration in docs
#3958
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed
.to_edge()
's example demonstration in docsAdded the missing object (
![image](https://private-user-images.githubusercontent.com/91879372/376524427-7eded0e6-f620-4f77-9a12-ca65ac4361a5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjUzMjMsIm5iZiI6MTczOTE2NTAyMywicGF0aCI6Ii85MTg3OTM3Mi8zNzY1MjQ0MjctN2VkZWQwZTYtZjYyMC00Zjc3LTlhMTItY2E2NWFjNDM2MWE1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA1MjM0M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc4NjgxMzM0MmQ2ZThjM2RkM2I5YTEzYTZkM2NkYzE2MmY0MTc0OTQ2YmJjZTE2N2I4MjlmNmYwMDQ3NzE3YWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.eVrHkFlCLD4AWy3XLggjDKNaFZy5rKoaHvrLuyTjz0k)
c: Circle
) in the scene demonstrating.to_edge(RIGHT)
here -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
If applicable: newly added non-private functions and classes have a docstring including a short summary and a PARAMETERS sectionIf applicable: newly added functions and classes are tested