-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs + refactor: Sphinx extensions added + Documentation updated + Docstrings updated. (#8) * docs: added intersphinx mapping + add_module_names config updated * docs: fixed references in Animating Arrays guide * docs: viewcode + napolean + autodoc_typehints sphinx extensions added * refactor: updated docstrings for MVariable * docs: changed func domain to meth in Animating Arrays guide * refactor: updated docstrings for MArrayElement * refactor: fixed Scene.play references in MVariable & MArrayElement docstrings + updated .flake8 to ignore error * refactor: docstrings for typing.Union fixed in MVariable + updated .flake8 to ignore error * refactor: updated docstrings for MArray + minor edit to MArrayElement docstrings * Updated docstrings for all methods of MArray. * Updated __init__ and class docstring of MArrayElement. * Renamed MArray.fetch_arr_label() to MArray.fetch_mob_arr_label(). * Placed play_anim and play_anim_args parameter at the end of MArray.append_elem(). * refactor: updated docstrings for MArrayElementComp & MArrayDirection * docs: created refsub.rst + added substitutions in Animating Arrays guide * Created refsub.rst file that contains references to code elements. * Updated Animating Arrays guide with substitutions from refsub.rst. * refactor: updated docstrings for MArrayPointer * feat: MArraySlidingWindow added + docs updated (#9) * feat: MArraySlidingWindow added * docs: MArraySlidingWindow docs added Example Gallery Animating Arrays Guide Reference Manual * docs: updated changelog for release 0.1.7
- Loading branch information
Showing
13 changed files
with
1,474 additions
and
744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
manim | ||
furo | ||
sphinx-autodoc-typehints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.