summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
new file mode 100644
index 0000000..1126318
--- /dev/null
+++ b/doc/source/index.rst
@@ -0,0 +1,22 @@
+================================
+CFFI documentation
+================================
+
+C Foreign Function Interface for Python. Interact with almost any C
+code from Python, based on C-like declarations that you can often
+copy-paste from header files or documentation.
+
+.. toctree::
+ :maxdepth: 2
+
+ goals
+ whatsnew
+ installation
+ overview
+ using
+ ref
+ cdef
+ embedding
+
+
+