[pypy-commit] cffi default: Linkify.

arigo noreply at buildbot.pypy.org
Sun Jun 17 19:53:37 CEST 2012


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

Log:	Linkify.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -275,7 +275,7 @@
    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 (see the example of ``getyx()`` in
-   ``demo/_curses.py``).
+   `demo/_curses.py`_).
 
 *  ``include_dirs``, ``define_macros``, ``undef_macros``, ``libraries``,
    ``library_dirs``, ``extra_objects``, ``extra_compile_args``,
@@ -283,6 +283,7 @@
    compiling the C code, and are passed directly to distutils_.
 
 .. _distutils: http://docs.python.org/distutils/setupscript.html#describing-extension-modules
+.. _`demo/curses.py`: https://bitbucket.org/cffi/cffi/src/default/demo/_curses.py
 
 On the plus side, this solution gives more "C-like" flexibility:
 


More information about the pypy-commit mailing list