File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,12 @@ og:description: Manim Slides makes creating slides with Manim super easy!
2323
2424Manim Slides makes creating slides with Manim super easy!
2525
26- In a [ very few steps] ( ./quickstart ) , you can create slides and present them either using the GUI, or your browser.
26+ In a [ very few steps] ( ./quickstart ) ,
27+ you can create slides and present them either using the GUI, or your browser.
2728
2829
29- Slide through the demo below to get a quick glimpse on what you can do with Manim Slides.
30+ Slide through the demo below to get a quick glimpse on what you can do with
31+ Manim Slides.
3032
3133``` {eval-rst}
3234.. manim-slides:: ../../example.py:ConvertExample
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ where `-ccontrols=true` indicates that we want to display the blue navigation ar
3030Basic example from quickstart.
3131
3232``` {eval-rst}
33- .. manim-slides: ../../../example.py:BasicExample
33+ .. manim-slides:: ../../../example.py:BasicExample
3434 :hide_source:
3535 :quality: high
3636
@@ -42,12 +42,13 @@ Basic example from quickstart.
4242
4343## 3D Example
4444
45- Example using 3D camera. As Manim and ManimGL handle 3D differently, definitions are slightly different.
45+ Example using 3D camera. As Manim and ManimGL handle 3D differently,
46+ definitions are slightly different.
4647
4748### With Manim
4849
4950``` {eval-rst}
50- .. manim-slides: ../../../example.py:ThreeDExample
51+ .. manim-slides:: ../../../example.py:ThreeDExample
5152 :hide_source:
5253 :quality: high
5354
@@ -125,7 +126,7 @@ directly write the `construct` method in the body of `MovingCameraSlide`.
125126A more advanced example is ` ConvertExample ` , which is used as demo slide and tutorial.
126127
127128``` {eval-rst}
128- .. manim-slides: ../../../example.py:ConvertExample
129+ .. manim-slides:: ../../../example.py:ConvertExample
129130 :hide_source:
130131 :quality: high
131132
You can’t perform that action at this time.
0 commit comments