mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-21 04:26:40 +08:00

This PR adds a new Sphinx directive, inspired by the Manim one. This directive is also used within the docs to display examples.
495 B
495 B
Application Programming Interface
Manim Slides' API is very limited: it simply consists of two classes, Slide
and ThreeDSlide
, which are subclasses of Scene
and ThreeDScene
from Manim.
Therefore, we only document here the methods we think the end-user will ever use, not the methods used internally when rendering.
.. autoclass:: manim_slides.Slide
:members: start_loop, end_loop, pause, next_slide, wipe
.. autoclass:: manim_slides.ThreeDSlide
:members: