projects
/
platform
/
upstream
/
python-cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ee464e
)
fix link in docs
author
Stefan Behnel
<stefan_ml@behnel.de>
Sat, 12 May 2012 10:39:24 +0000
(12:39 +0200)
committer
Stefan Behnel
<stefan_ml@behnel.de>
Sat, 12 May 2012 10:39:24 +0000
(12:39 +0200)
docs/src/tutorial/pypy.rst
patch
|
blob
|
history
diff --git
a/docs/src/tutorial/pypy.rst
b/docs/src/tutorial/pypy.rst
index
d4344f1
..
3311eb0
100644
(file)
--- a/
docs/src/tutorial/pypy.rst
+++ b/
docs/src/tutorial/pypy.rst
@@
-2,7
+2,7
@@
Porting Cython code to PyPy
============================
Since version 0.17, Cython has basic support for cpyext, the layer in
-`PyPy <http://pypy.org>` that emulates CPython's C-API. This is
+`PyPy <http://pypy.org>`
_
that emulates CPython's C-API. This is
achieved by making the generated C code adapt at C compile time, so
the generated code will compile in both CPython and PyPy unchanged.