summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2013-11-24 14:20:01 +0100
committerArmin Rigo <arigo@tunes.org>2013-11-24 14:20:01 +0100
commitba10aa0a9d2e9a9e1ca09243a79d94f411f7f740 (patch)
tree011ff76157821876323d4da2e99d2f88799191cf
parent51868afcc7e6edfd0c29ed1c9573de886612776d (diff)
downloadcffi-ba10aa0a9d2e9a9e1ca09243a79d94f411f7f740.tar.gz
No real clue, trying to improve the display on readthedocs.org
-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 0b7eb72..924caec 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: