super structure pt.2
authorPeter Alexander <vel.accel@gmail.com>
Thu, 1 Oct 2009 05:46:37 +0000 (01:46 -0400)
committerPeter Alexander <vel.accel@gmail.com>
Thu, 1 Oct 2009 05:46:37 +0000 (01:46 -0400)
conf.py
index.rst

diff --git a/conf.py b/conf.py
index 8227eceaccded4272f2072dced233bbbd01ddeb4..21521d0c653f0a4a7dc5625ae84c7d55e08abb5d 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -50,7 +50,7 @@ copyright = '2009, Stefan Behnel, Robert Bradshaw, Grew Ewing, Gabriel Gellner,
 # The short X.Y version.
 version = '0.11'
 # The full version, including alpha/beta/rc tags.
-release = '0.11.2'
+release = '0.11.3'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used:
@@ -117,7 +117,7 @@ html_favicon = '_static/favicon.ico'
 #html_additional_pages = {}
 
 # If false, no module index is generated.
-html_use_modindex = False 
+html_use_modindex = False
 
 # Don't generate and index
 html_use_index = False
@@ -143,7 +143,7 @@ htmlhelp_basename = 'Cythondoc'
 #_stdauthor = r'Greg Ewig\\ Gabriel Gellner, editor'
 _stdauthor = r'Stefan Behnel, Robert Bradshaw, William Stein\\ Gary Furnish, Dag Seljebotn, Greg Ewing\\ Gabriel Gellner, editor'
 latex_documents = [
-    ('index', 'cython.tex', 
+    ('index', 'cython.tex',
      'Cython Manual', _stdauthor, 'manual')
 ]
 
index e71c51f759832baf0fe536be916d5e21291acca6..2ba2a5d40a2ca016a6d7e66919bd62d220fd0ff4 100644 (file)
--- a/index.rst
+++ b/index.rst
@@ -4,6 +4,7 @@ Welcome to Cython's Users Guide
 
 Contents:
 
+
 .. toctree::
    :maxdepth: 2
 
@@ -11,11 +12,8 @@ Contents:
    src/language_basics
    src/compilation
    src/extension_types
-   src/sharing_between_cython_modules
-   src/cython_for_c
-   src/cython_for_c++
-   src/cython_for_fortran
-   src/cython_for_numpy
+   src/interfacing_with_other_code
+   src/special_mention
    src/limitations
 
 Indices and tables