Author: Armin Rigo <[email protected]> Branch: Changeset: r2222:06e330ded4d0 Date: 2015-07-09 18:34 +0200 http://bitbucket.org/cffi/cffi/changeset/06e330ded4d0/
Log: Add "content" directives to the main pages diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -2,6 +2,8 @@ Preparing and Distributing modules ====================================== +.. contents:: + There are three or four different ways to use CFFI in a project. In order of complexity: diff --git a/doc/source/overview.rst b/doc/source/overview.rst --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -2,6 +2,8 @@ Overview ======================================================= +.. contents:: + CFFI can be used in one of four modes: "ABI" versus "API" level, each with "in-line" or "out-of-line" preparation (or compilation). diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -2,6 +2,8 @@ Using the ffi/lib objects ================================ +.. contents:: + Keep this page under your pillow. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
