Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCrane committed Feb 12, 2021
1 parent 9df136c commit 0c3b401
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/source/getting_started/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0c3b401

Please sign in to comment.