-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementAdditions and improvements in generalAdditions and improvements in general
Description
Currently, it's difficult to tell which methods are internal to Manim, and which are designed to be used by an end user. Once the API of Manim is solidified, it's easier to make more drastic changes without having to worry about breaking user code, because all you have to do is keep the public interface stable (ish).
Renaming methods to start with an _
to avoid them being documented is not a good solution, as the documentation should be for both developers and end users.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementAdditions and improvements in generalAdditions and improvements in general
Type
Projects
Status
🆕 New