Author: Armin Rigo <[email protected]> Branch: Changeset: r415:3e84029d2a66 Date: 2012-06-17 19:46 +0200 http://bitbucket.org/cffi/cffi/changeset/3e84029d2a66/
Log: Capitalize diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -6,7 +6,7 @@ Foreign Function Interface for Python calling C code. The aim of this project is to provide a convenient and reliable way of calling C code from Python. -The interface is based on `luajit FFI`_ and follows a few principles: +The interface is based on `LuaJIT's FFI`_ and follows a few principles: * The goal is to call C code from Python. You should be able to do so without learning a 3rd language: every alternative requires you to learn @@ -28,7 +28,7 @@ but all C89 should be, including macros (apart from the most advanced (ab)uses of these macros). -.. _`luajit FFI`: http://luajit.org/ext_ffi.html +.. _`LuaJIT's FFI`: http://luajit.org/ext_ffi.html .. _`Cython`: http://www.cython.org .. _`SWIG`: http://www.swig.org/ .. _`CPython native C extensions`: http://docs.python.org/extending/extending.html _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
