ufosc / manim-data-structures

A Manim plugin that contains common data structures to create Manimations.
https://manim-data-structures.readthedocs.io
MIT License
6 stars 40 forks source link

Write Docstrings for m_tree.py Class #15

Open levyjonathan31 opened 8 months ago

levyjonathan31 commented 8 months ago

Description of the proposed feature

Write or update docstrings for each function of the m_tree class using the format below.

"""Summary or Description of the Function

Parameters:

argument1 (int): Description of arg1
Returns:

int: Returning value
"""

TODO

tjanderson3 commented 8 months ago

Hi Id love to take a look at this issue if you'd still need help with it

levyjonathan31 commented 8 months ago

Hi Id love to take a look at this issue if you'd still need help with it

That would be fantastic if you could, thanks!