mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00
fix(docs): typo in rst directive
This commit is contained in:
@ -23,10 +23,12 @@ og:description: Manim Slides makes creating slides with Manim super easy!
|
|||||||
|
|
||||||
Manim Slides makes creating slides with Manim super easy!
|
Manim Slides makes creating slides with Manim super easy!
|
||||||
|
|
||||||
In a [very few steps](./quickstart), you can create slides and present them either using the GUI, or your browser.
|
In a [very few steps](./quickstart),
|
||||||
|
you can create slides and present them either using the GUI, or your browser.
|
||||||
|
|
||||||
|
|
||||||
Slide through the demo below to get a quick glimpse on what you can do with Manim Slides.
|
Slide through the demo below to get a quick glimpse on what you can do with
|
||||||
|
Manim Slides.
|
||||||
|
|
||||||
```{eval-rst}
|
```{eval-rst}
|
||||||
.. manim-slides:: ../../example.py:ConvertExample
|
.. manim-slides:: ../../example.py:ConvertExample
|
||||||
|
@ -30,7 +30,7 @@ where `-ccontrols=true` indicates that we want to display the blue navigation ar
|
|||||||
Basic example from quickstart.
|
Basic example from quickstart.
|
||||||
|
|
||||||
```{eval-rst}
|
```{eval-rst}
|
||||||
.. manim-slides: ../../../example.py:BasicExample
|
.. manim-slides:: ../../../example.py:BasicExample
|
||||||
:hide_source:
|
:hide_source:
|
||||||
:quality: high
|
:quality: high
|
||||||
|
|
||||||
@ -42,12 +42,13 @@ Basic example from quickstart.
|
|||||||
|
|
||||||
## 3D Example
|
## 3D Example
|
||||||
|
|
||||||
Example using 3D camera. As Manim and ManimGL handle 3D differently, definitions are slightly different.
|
Example using 3D camera. As Manim and ManimGL handle 3D differently,
|
||||||
|
definitions are slightly different.
|
||||||
|
|
||||||
### With Manim
|
### With Manim
|
||||||
|
|
||||||
```{eval-rst}
|
```{eval-rst}
|
||||||
.. manim-slides: ../../../example.py:ThreeDExample
|
.. manim-slides:: ../../../example.py:ThreeDExample
|
||||||
:hide_source:
|
:hide_source:
|
||||||
:quality: high
|
:quality: high
|
||||||
|
|
||||||
@ -125,7 +126,7 @@ directly write the `construct` method in the body of `MovingCameraSlide`.
|
|||||||
A more advanced example is `ConvertExample`, which is used as demo slide and tutorial.
|
A more advanced example is `ConvertExample`, which is used as demo slide and tutorial.
|
||||||
|
|
||||||
```{eval-rst}
|
```{eval-rst}
|
||||||
.. manim-slides: ../../../example.py:ConvertExample
|
.. manim-slides:: ../../../example.py:ConvertExample
|
||||||
:hide_source:
|
:hide_source:
|
||||||
:quality: high
|
:quality: high
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user