mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* add output of manim -h to the documentation, as a poor man documentation of CLI arguments * document config system and general changes in the description of each command line flag * run black * MacOS * update * Add configuration.rst back to the toctree. Add the contributing guidelines, which is just a symlink to the main repository\'s contributing.md file. * add the symlinks * fix length of underlines Co-authored-by: Pg Biel <9021226+PgBiel@users.noreply.github.com>
18 lines
421 B
ReStructuredText
18 lines
421 B
ReStructuredText
Reference
|
|
===============
|
|
|
|
This reference manual details functions, modules, and objects included in
|
|
Manim, describing what they are and what they do. For learning how to use
|
|
Manim, see :doc:`tutorials/tutorials_index`. For a list of changes since the
|
|
last release, see the :doc:`changelog`.
|
|
|
|
|
|
.. currentmodule:: manim
|
|
|
|
.. autosummary::
|
|
:toctree: _autosummary
|
|
|
|
container
|
|
mobject.mobject
|
|
config
|
|
constants
|