From 99e0c7e5200a46d073d7f7857b166c7bab4d0eaa Mon Sep 17 00:00:00 2001 From: Peter Alexander Date: Thu, 1 Oct 2009 01:46:37 -0400 Subject: [PATCH] super structure pt.2 --- conf.py | 6 +++--- index.rst | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/conf.py b/conf.py index 8227ecea..21521d0c 100644 --- 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') ] diff --git a/index.rst b/index.rst index e71c51f7..2ba2a5d4 100644 --- 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 -- 2.26.2