mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* Added bugfix and documentation templates Renamed hackathon and default templates Try fewer frontmatters Revert name of default template Revert name of default template Added bugfix and documentation templates Try fewer frontmatters Revert name of default template * Removed frontmatters
684 B
684 B
Thanks for your contribution for the manim community hackathon!
Please make sure your pull request has a meaningful title.
E.g. "Example for the class Angle".
Details for the submissions can be found in the discord announcement channel.
Docstrings can be created in the discord channel with the manimator like this:
!mdocstring
class HelloWorld(Scene):
def construct(self):
self.add(Circle())
Copy+paste the output docstring to the right place in the source code.
If you need any help, do not hesitate to ask the hackathon-mentors in the discord channel.