index.rst 914 B

123456789101112131415161718192021222324252627282930313233343536
  1. Manim's documentation
  2. =====================
  3. .. image:: https://cdn.jsdelivr.net/gh/3b1b/manim@master/logo/white_with_name.png
  4. Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos
  5. at `3Blue1Brown <https://www.3blue1brown.com/>`_.
  6. And here is a Chinese version of this documentation: https://docs.manim.org.cn/
  7. .. toctree::
  8. :maxdepth: 2
  9. :caption: Getting Started
  10. getting_started/installation
  11. getting_started/quickstart
  12. getting_started/configuration
  13. getting_started/example_scenes
  14. getting_started/config
  15. getting_started/structure
  16. getting_started/whatsnew
  17. .. toctree::
  18. :maxdepth: 2
  19. :caption: Documentation
  20. documentation/constants
  21. documentation/custom_config
  22. .. toctree::
  23. :maxdepth: 2
  24. :caption: Development
  25. development/changelog
  26. development/contributing
  27. development/about