Commit 99e0c7e5 authored by Peter Alexander's avatar Peter Alexander

super structure pt.2

parent f355a4b4
......@@ -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')
]
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment