Files
manim/docs/source/index.rst
Tony031218 09ae714edb fix
add a link to Chinese version in home page

fix a list wrong display

fix color list
2021-01-31 21:37:53 +08:00

36 lines
845 B
ReStructuredText

Manim's documentation
=====================
.. image:: ../../logo/white_with_name.png
Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos
at `3Blue1Brown <https://www.3blue1brown.com/>`_.
And here is a Chinese version of this documentation: https://manim.ml/shaders
.. toctree::
:maxdepth: 2
:caption: Getting Started
getting_started/installation
getting_started/quickstart
getting_started/configuration
getting_started/example_scenes
getting_started/config
getting_started/structure
.. toctree::
:maxdepth: 2
:caption: Documentation
documentation/constants
documentation/custom_default
.. toctree::
:maxdepth: 2
:caption: Development
development/changelog
development/contributing
development/about