mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-22 21:17:19 +08:00

* chore(deps): use PDM instead of Poetry * chore(git): move to top * chore(lint): fixes * fix(pdm): dynamic version did not work * chore(ci): fix syntax for Windows * fix(ci): typo * wip(docs): updates * chore(docs): add changelog entry * chore(docs): admonitions * chore(docs): update to use manim-slides render * chore(docs): make it better
479 B
479 B
Quickstart
If not already, install Manim Slides, along with either Manim or ManimGL, see installation.
Creating your first slides
:start-after: <!-- start usage -->
:end-before: <!-- end usage -->
The output slides should look this this:
.. manim-slides:: ../../example.py:BasicExample
:hide_source:
:quality: high
For more advanced examples, see the Examples section.