mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* Add classes MethodWithArgs, SceneInteractRerun and SceneInteractExit * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add missing manim.data_structures file * Rename SceneInteractExit to SceneInteractContinue and use dataclasses * Revert using @dataclass(slots=True), because Python 3.9 does not support it * Change order of dataclasses * Add references to Scene.queue in docstrings * Include data_structures in utilities_misc.rst * Use qualified names and mark strings as code in data_structures.py * Add module docstring to data_structures.py * Move Scene.interact() objects from data_structures.py into scene.py * Use qualified name in SceneInteractAction docstring --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| animations.rst | ||
| cameras.rst | ||
| configuration.rst | ||
| mobjects.rst | ||
| scenes.rst | ||
| utilities_misc.rst | ||