Merge pull request #592 from Grae-Drake/feature/docs-edits

Update link to Todd Zimmerman tutorial
This commit is contained in:
Devin Neal
2019-06-15 00:09:33 -07:00
committed by GitHub

View File

@ -2,11 +2,11 @@ Getting Started
=============== ===============
Todd Zimmerman put together `a very nice tutorial`_ on getting started with Todd Zimmerman put together `a very nice tutorial`_ on getting started with
``manim``, but is unfortunately outdated. It's still useful for understanding ``manim``, which has been updated to run on python 3.7. Note that you'll want
how ``manim`` is used, but the examples won't run on the latest version of to change `from big_ol_pile_of_manim_imports import *` to `from
``manim``. manimlib.imports import *` to work with the current codebase.
.. _a very nice tutorial: https://talkingphysics.wordpress.com/2018/06/11/learning-how-to-animate-videos-using-``manim``-series-a-journey/ .. _a very nice tutorial: https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/
.. toctree:: .. toctree::
:caption: Contents :caption: Contents