diff --git a/docs/source/reference/api.md b/docs/source/reference/api.md index 5a20ffc..c09c5e3 100644 --- a/docs/source/reference/api.md +++ b/docs/source/reference/api.md @@ -1,8 +1,10 @@ # 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. +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. +Therefore, we only document here the methods we think the end-user will ever +use, not the methods used internally when rendering. ```{eval-rst} .. autoclass:: manim_slides.Slide