mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-04 15:37:58 +08:00
fix(docs): typo in magics name
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -26,6 +26,8 @@ docs/build/
|
|||||||
|
|
||||||
slides.html
|
slides.html
|
||||||
|
|
||||||
|
docs/source/reference/.ipynb_checkpoints/
|
||||||
|
|
||||||
docs/source/_static/basic_example_assets/
|
docs/source/_static/basic_example_assets/
|
||||||
|
|
||||||
docs/source/_static/basic_example.html
|
docs/source/_static/basic_example.html
|
||||||
@ -34,6 +36,7 @@ docs/source/_static/three_d_example.html
|
|||||||
|
|
||||||
docs/source/_static/three_d_example_assets/
|
docs/source/_static/three_d_example_assets/
|
||||||
|
|
||||||
|
docs/source/reference/media/
|
||||||
|
|
||||||
# JOSE Paper
|
# JOSE Paper
|
||||||
paper/paper.pdf
|
paper/paper.pdf
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Jupyter Magic Example\n",
|
"# Jupyter Magic Example\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This small example shows how to use the Manim Slides cell (`%%manim-slides`) and line (`%manim-slides`) magics:"
|
"This small example shows how to use the Manim Slides cell (`%%manim_slides`) and line (`%manim_slides`) magics:"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user