From 0c3b401d341f784bb6e7c044955377efe5891905 Mon Sep 17 00:00:00 2001 From: Tony031218 <975062472@qq.com> Date: Fri, 12 Feb 2021 09:21:14 +0800 Subject: [PATCH] fix docs --- docs/source/getting_started/quickstart.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/source/getting_started/quickstart.rst b/docs/source/getting_started/quickstart.rst index f8679de9eb..aa68950ff8 100644 --- a/docs/source/getting_started/quickstart.rst +++ b/docs/source/getting_started/quickstart.rst @@ -70,15 +70,9 @@ Next, let's take a detailed look at what each row does. **Line 1**: .. code-block:: python -<<<<<<< HEAD - - from manimlib.imports import * - -======= from manimlib import * ->>>>>>> TonyCrane-package-improve This will import all the classes that may be used when using manim. **Line 3**: @@ -215,11 +209,7 @@ at the end of the code to enable interaction: self.embed() -<<<<<<< HEAD -Then run ``python manim.py start.py SquareToCircle``. -======= Then run ``manimgl start.py SquareToCircle``. ->>>>>>> TonyCrane-package-improve After the previous animation is executed, the ipython terminal will be opened on the command line. After that, you can continue to write code in it, and the statement