chore(docs): line length too long

This commit is contained in:
Jérome Eertmans
2023-08-04 09:55:01 +02:00
parent fc36909688
commit 71df62d79b

View File

@ -1,8 +1,10 @@
# Application Programming Interface # 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} ```{eval-rst}
.. autoclass:: manim_slides.Slide .. autoclass:: manim_slides.Slide