Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenovic committed Sep 2, 2016
1 parent af111a5 commit 6245c8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions clifford/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
.. ipython::
In [138]:import clifford as cf
In [1 38]:import clifford as cf
In [138]:cf.pretty(precision=2) # sets display precision
In [138]:layout, blades = cf.Cl(2) # creates a 2-dimensional clifford algebr
Expand All @@ -30,9 +28,7 @@
.. ipython::
In [138]: e0 = blades['e0']
In [138]: e1 = blades['e1']
In [138]: e01 = blades['e01']
Expand Down

0 comments on commit 6245c8b

Please sign in to comment.