[pypy-commit] cffi default: Link to an example.

arigo noreply at buildbot.pypy.org
Sun Jun 17 19:10:41 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r412:b55d529c7010
Date: 2012-06-17 19:10 +0200
http://bitbucket.org/cffi/cffi/changeset/b55d529c7010/

Log:	Link to an example.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -273,7 +273,8 @@
    necessary ``#include``.  It can also contain the complete
    implementation of some functions declared in ``cdef()``; this is
    useful if you really need to write a piece of C code, e.g. to access
-   some advanced macros.
+   some advanced macros (see the example of ``getyx()`` in
+   ``demo/_curses.py``).
 
 *  ``include_dirs``, ``define_macros``, ``undef_macros``, ``libraries``,
    ``library_dirs``, ``extra_objects``, ``extra_compile_args``,


More information about the pypy-commit mailing list