manim/docs/source/index.rst
2021-05-13 02:02:35 +02:00

66 lines
2.1 KiB
ReStructuredText

.. manim documentation master file, created by
sphinx-quickstart on Tue Aug 4 13:58:07 2020.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Manim Community Overview
========================
Animating technical concepts is traditionally pretty tedious since it can be
difficult to make the animations precise enough to convey them accurately.
``Manim`` uses Python to generate animations programmatically, making it
possible to specify exactly how each one should run.
This project is still very much a work in progress, but we hope that the
information here will make it easier for newcomers to get started using
``Manim``.
.. tip::
All content of the docs is licensed under the MIT license. Especially for the examples
you encounter: Feel free to use this code in your own projects!
We are curious to see the awesome projects you build using this library, feel
free to share your projects with us `on Twitter <https://twitter.com/manim_community>`_,
`Reddit <https://www.reddit.com/r/manim/>`_, or via `Discord <https://www.manim.community/discord/>`_.
In case you publish your work made with Manim, we would appreciate if you
add a link to `our homepage <https://www.manim.community>`_ or
`our GitHub repository <https://github.com/ManimCommunity/manim>`_. If you
use Manim in a scientific context, instructions on how to cite a particular
release can be found
`in our README <https://github.com/ManimCommunity/manim/blob/master/README.md>`_.
.. note::
As a quick reference, here are some often used modules, classes and methods:
Modules:
:mod:`~.moving_camera_scene`,
:mod:`~.tex_mobject`,
:mod:`~.geometry`,
Classes:
:class:`~.Mobject` ,
:class:`~.VMobject`,
:class:`~.ValueTracker`,
:class:`~.MathTex`,
:class:`~.Angle`,
:class:`~.Tex`,
:class:`~.Text`,
Methods:
:meth:`~.Mobject.add_updater`,
.. toctree::
:maxdepth: 2
installation
tutorials
examples
changelog
reference
reporting_bugs
contributing
conduct