-
-
Notifications
You must be signed in to change notification settings - Fork 69
feat(lib): Sphinx directive can now read files #261
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,11 +44,13 @@ Basic example from quickstart. | |
|
|
||
| Example using 3D camera. As Manim and ManimGL handle 3D differently, definitions are slightly different. | ||
|
|
||
| <div style="position:relative;padding-bottom:56.25%;"> <iframe style="width:100%;height:100%;position:absolute;left:0px;top:0px;" frameborder="0" width="100%" height="100%" allowfullscreen allow="autoplay" src="../_static/three_d_example.html"></iframe></div> | ||
|
|
||
| ### With Manim | ||
|
|
||
| ```{eval-rst} | ||
| .. manim-slides: ../../../example.py:ThreeDExample | ||
| :hide_source: | ||
| :quality: high | ||
|
|
||
| .. literalinclude:: ../../../example.py | ||
| :language: python | ||
| :linenos: | ||
|
|
@@ -122,9 +124,11 @@ directly write the `construct` method in the body of `MovingCameraSlide`. | |
|
|
||
| A more advanced example is `ConvertExample`, which is used as demo slide and tutorial. | ||
|
|
||
| <div style="position:relative;padding-bottom:56.25%;"> <iframe style="width:100%;height:100%;position:absolute;left:0px;top:0px;" frameborder="0" width="100%" height="100%" allowfullscreen allow="autoplay" src="../_static/slides.html"></iframe></div> | ||
|
|
||
| ```{eval-rst} | ||
| .. manim-slides: ../../../example.py:ConvertExample | ||
| :hide_source: | ||
| :quality: high | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
| .. literalinclude:: ../../../example.py | ||
| :language: python | ||
| :linenos: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
Two consecutive dots (DOUBLE_PUNCTUATION)
Suggestions:
.,…URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-periods
Rule: https://community.languagetool.org/rule/show/DOUBLE_PUNCTUATION?lang=en-US
Category: PUNCTUATION