Skip to content

Commit d127af9

Browse files
committed
fix(docs): typo in rst directive
1 parent 05ebf40 commit d127af9

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

docs/source/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ og:description: Manim Slides makes creating slides with Manim super easy!
2323

2424
Manim 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

docs/source/reference/examples.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ where `-ccontrols=true` indicates that we want to display the blue navigation ar
3030
Basic 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`.
125126
A 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

0 commit comments

Comments
 (0)