mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
fix docs
This commit is contained in:
parent
9df136c723
commit
0c3b401d34
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue