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, ...@@ -50,7 +50,7 @@ copyright = '2009, Stefan Behnel, Robert Bradshaw, Grew Ewing, Gabriel Gellner,
# The short X.Y version. # The short X.Y version.
version = '0.11' version = '0.11'
# The full version, including alpha/beta/rc tags. # 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 # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used:
......
...@@ -4,6 +4,7 @@ Welcome to Cython's Users Guide ...@@ -4,6 +4,7 @@ Welcome to Cython's Users Guide
Contents: Contents:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
...@@ -11,11 +12,8 @@ Contents: ...@@ -11,11 +12,8 @@ Contents:
src/language_basics src/language_basics
src/compilation src/compilation
src/extension_types src/extension_types
src/sharing_between_cython_modules src/interfacing_with_other_code
src/cython_for_c src/special_mention
src/cython_for_c++
src/cython_for_fortran
src/cython_for_numpy
src/limitations src/limitations
Indices and tables 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