Skip to content

Commit 71df62d

Browse files
committed
chore(docs): line length too long
1 parent fc36909 commit 71df62d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/reference/api.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Application Programming Interface
22

3-
Manim Slides' API is very limited: it simply consists of two classes, `Slide` and `ThreeDSlide`, which are subclasses of `Scene` and `ThreeDScene` from Manim.
3+
Manim Slides' API is very limited: it simply consists of two classes, `Slide`
4+
and `ThreeDSlide`, which are subclasses of `Scene` and `ThreeDScene` from Manim.
45

5-
Therefore, we only document here the methods we think the end-user will ever use, not the methods used internally when rendering.
6+
Therefore, we only document here the methods we think the end-user will ever
7+
use, not the methods used internally when rendering.
68

79
```{eval-rst}
810
.. autoclass:: manim_slides.Slide

0 commit comments

Comments
 (0)