๐Ÿ“ฆ 3b1b / manim

๐Ÿ“„ index.rst ยท 37 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37Manim's documentation
=====================

.. image:: https://cdn.jsdelivr.net/gh/3b1b/manim@master/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://docs.manim.org.cn/

.. 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
   getting_started/whatsnew

.. toctree::
   :maxdepth: 2
   :caption: Documentation

   documentation/constants
   documentation/custom_config

.. toctree::
   :maxdepth: 2
   :caption: Development

   development/changelog
   development/contributing
   development/about