mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
39 lines
1.4 KiB
ReStructuredText
39 lines
1.4 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 relies on Python's simplicity to generate animations programmatically,
|
|
making it convenient to specify exactly how each one should run. Take a look
|
|
at the :doc:`Example Gallery <../examples>` for some inspiration on how to
|
|
create beautiful images and videos with Manim.
|
|
|
|
We'd love to hear from you and see your manimations
|
|
`on Twitter <https://twitter.com/manim_community>`_, `Reddit <https://www.reddit.com/r/manim/>`_,
|
|
or `Discord <https://www.manim.community/discord/>`_. If you're using 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/main/README.md>`_.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
installation
|
|
tutorials
|
|
examples
|
|
changelog
|
|
reference
|
|
plugins
|
|
reporting_bugs
|
|
internals
|
|
contributing
|
|
conduct
|
|
|
|
.. image:: _static/crowdin-badge.svg
|
|
:align: center
|
|
:alt: Localized with Crowdin
|
|
:target: https://translate.manim.community
|