You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/reference/api.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Application Programming Interface
2
2
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.
4
5
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.
0 commit comments