[pypy-svn] r53689 - pypy/branch/ctypes-stable/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Fri Apr 11 17:32:15 CEST 2008


Author: pedronis
Date: Fri Apr 11 17:32:12 2008
New Revision: 53689

Modified:
   pypy/branch/ctypes-stable/pypy/doc/ctypes-implementation.txt
Log:
reference to PyPy documentation



Modified: pypy/branch/ctypes-stable/pypy/doc/ctypes-implementation.txt
==============================================================================
--- pypy/branch/ctypes-stable/pypy/doc/ctypes-implementation.txt	(original)
+++ pypy/branch/ctypes-stable/pypy/doc/ctypes-implementation.txt	Fri Apr 11 17:32:12 2008
@@ -13,6 +13,8 @@
 * interpreter level code - code written in RPython, compiled
   to something else, say C, part of the interpreter.
 
+* for more information on PyPy see the `PyPy documentation`_.
+
 PyPy's ctypes implementation in its current state proves the
 feasibility of implementing a module with the same interface and
 behavior for PyPy as ctypes for CPython.
@@ -30,6 +32,7 @@
 Python based on a lower-level layer extension module ``_rawffi``.
 
 .. _`libffi`: http://sources.redhat.com/libffi/
+.. _`PyPy documentation`: http://codespeak.net/pypy/dist/pypy/doc/
 
 Low-level part: ``_rawffi``
 ============================



More information about the Pypy-commit mailing list