Files
manim-slides/docs/source/quickstart.md
Jérome Eertmans be227bbdea chore(deps): use PDM instead of Poetry (#354)
* 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
2024-01-18 22:02:53 +01:00

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.