Commit cddd22df authored by Robert Bradshaw's avatar Robert Bradshaw

Move numpy tutorial to after language basics

parent e5341e4d
...@@ -152,5 +152,6 @@ take a look at the C code generated for this module. ...@@ -152,5 +152,6 @@ take a look at the C code generated for this module.
Language Details Language Details
================ ================
For more about the Cython language, see :ref:`language-basics`. For more about the Cython language, see :ref:`language-basics`.
To dive right in to using Cython in a numerical computation context, see :ref:`_numpy_tutorial`.
...@@ -9,7 +9,6 @@ Contents: ...@@ -9,7 +9,6 @@ Contents:
docs/overview docs/overview
docs/tutorial docs/tutorial
docs/numpy_tutorial
docs/language_basics docs/language_basics
docs/extension_types docs/extension_types
docs/special_methods docs/special_methods
...@@ -17,6 +16,7 @@ Contents: ...@@ -17,6 +16,7 @@ Contents:
docs/external_C_code docs/external_C_code
docs/source_files_and_compilation docs/source_files_and_compilation
docs/wrapping_CPlusPlus docs/wrapping_CPlusPlus
docs/numpy_tutorial
docs/limitations docs/limitations
docs/pyrex_differences docs/pyrex_differences
docs/early_binding_for_speed docs/early_binding_for_speed
......
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