summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2013-11-24 14:21:49 +0100
committerArmin Rigo <arigo@tunes.org>2013-11-24 14:21:49 +0100
commitd0e47567d9843bea74a781d9abee69752b3db74e (patch)
treebc83728c9ab12f45dadb5ffdcded1f92e3d65a61
parent96d58c9aa58d2d72fc0c582b70b644ea4200a7a1 (diff)
parentba10aa0a9d2e9a9e1ca09243a79d94f411f7f740 (diff)
downloadcffi-d0e47567d9843bea74a781d9abee69752b3db74e.tar.gz
hg merge default
-rw-r--r--doc/source/index.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 6a9c404..8f7023c 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1,9 +1,6 @@
CFFI documentation
================================
-.. toctree::
- :maxdepth: 2
-
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's FFI`_ and follows a few principles: