Move numpy tutorial to after language basics
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 25 Jan 2009 04:34:07 +0000 (20:34 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 25 Jan 2009 04:34:07 +0000 (20:34 -0800)
docs/tutorial.rst
index.rst

index f5b50625da270086d56fd65a985e174a1ff24c89..1c5e05be2653d318aa7934216201db8b5bde4ec6 100644 (file)
@@ -152,5 +152,6 @@ take a look at the C code generated for this module.
 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`.
 
index e513f1e2c459b4dafd5c3f4c2d3861e0c2d4a529..70b8a9295eb758b129e5b2701a66559458bbfeb7 100644 (file)
--- a/index.rst
+++ b/index.rst
@@ -9,7 +9,6 @@ Contents:
 
    docs/overview
    docs/tutorial
-   docs/numpy_tutorial
    docs/language_basics
    docs/extension_types
    docs/special_methods
@@ -17,6 +16,7 @@ Contents:
    docs/external_C_code
    docs/source_files_and_compilation
    docs/wrapping_CPlusPlus
+   docs/numpy_tutorial
    docs/limitations
    docs/pyrex_differences
    docs/early_binding_for_speed