summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-11-07 15:28:12 +0100
committerArmin Rigo <arigo@tunes.org>2016-11-07 15:28:12 +0100
commitd51c052f155ad8c95134ff761c12bfb232f1245a (patch)
tree416443ef8857f76d029e6c5c400182195c957bdf
parent690ec78e54f2f5a4477a1622c1f9088b77f91cc6 (diff)
downloadcffi-d51c052f155ad8c95134ff761c12bfb232f1245a.tar.gz
Backed out changeset dc390236b9c6
Sphynx bug (infinite recursion)
-rw-r--r--doc/source/index.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 23014da..4a4d29b 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -6,10 +6,13 @@ 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.
+* Goals_
+
+ * `Comments and bugs`_
+
.. toctree::
:maxdepth: 2
- index
whatsnew
installation
overview