From 7fab15abd45dfccf812014cd46527bf72d11bae3 Mon Sep 17 00:00:00 2001 From: Grae Drake Date: Fri, 14 Jun 2019 21:38:37 -0700 Subject: [PATCH 1/2] Update link to Todd Zimmerman tutorial --- docs/source/getting_started/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/index.rst b/docs/source/getting_started/index.rst index 8b3005f8..e29f353d 100644 --- a/docs/source/getting_started/index.rst +++ b/docs/source/getting_started/index.rst @@ -6,7 +6,7 @@ Todd Zimmerman put together `a very nice tutorial`_ on getting started with how ``manim`` is used, but the examples won't run on the latest version of ``manim``. -.. _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:: :caption: Contents From d031e5735a0de8f2799e591fc6aa2620e6a8abee Mon Sep 17 00:00:00 2001 From: Grae Drake Date: Fri, 14 Jun 2019 23:06:06 -0700 Subject: [PATCH 2/2] Update tutorial description --- docs/source/getting_started/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/getting_started/index.rst b/docs/source/getting_started/index.rst index e29f353d..11f8e9d0 100644 --- a/docs/source/getting_started/index.rst +++ b/docs/source/getting_started/index.rst @@ -2,9 +2,9 @@ Getting Started =============== Todd Zimmerman put together `a very nice tutorial`_ on getting started with -``manim``, but is unfortunately outdated. It's still useful for understanding -how ``manim`` is used, but the examples won't run on the latest version of -``manim``. +``manim``, which has been updated to run on python 3.7. Note that you'll want +to change `from big_ol_pile_of_manim_imports import *` to `from +manimlib.imports import *` to work with the current codebase. .. _a very nice tutorial: https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/