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 6245c8b commit 4196ea9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clifford/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
.. ipython::
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 @@ -28,7 +30,9 @@
.. ipython::
In [138]: e0 = blades['e0']
In [138]: e1 = blades['e1']
In [138]: e01 = blades['e01']
Expand Down

0 comments on commit 4196ea9

Please sign in to comment.