projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a8d288
)
More explicit setup.py explanation.
author
Robert Bradshaw
<robertwb@math.washington.edu>
Wed, 20 May 2009 20:11:07 +0000
(13:11 -0700)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Wed, 20 May 2009 20:11:07 +0000
(13:11 -0700)
docs/tutorial.rst
patch
|
blob
|
history
diff --git
a/docs/tutorial.rst
b/docs/tutorial.rst
index 3afe6626f401d2df35152dd9960fb11fa37f6229..47766e2bad2392c6dc898dddcfdeb03d61b981f3 100644
(file)
--- a/
docs/tutorial.rst
+++ b/
docs/tutorial.rst
@@
-39,7
+39,7
@@
So lets start with the canonical python hello world::
So the first thing to do is rename the file to :file:`helloworld.pyx`. Now we
need to make the :file:`setup.py`, which is like a python Makefile (for more
-information see :ref:`compilation`)::
+information see :ref:`compilation`)
. Your :file:`setup.py` should look like
::
from distutils.core import setup
from distutils.extension import Extension