Files
Bryan Weber 8b13106fcc chore(paper): suggestions from JOSE review (#168)
* Suggestions for paper

* A  few suggestions for the documentation
2023-05-01 11:06:55 +02:00

487 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.

Thefore, 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

.. autoclass:: manim_slides.ThreeDSlide
    :members: