From: Robert Bradshaw Date: Sun, 25 Jan 2009 04:34:07 +0000 (-0800) Subject: Move numpy tutorial to after language basics X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cddd22dfdf825cce1ee263a620d9e62430e65f29;p=cython.git Move numpy tutorial to after language basics --- diff --git a/docs/tutorial.rst b/docs/tutorial.rst index f5b50625..1c5e05be 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -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`. diff --git a/index.rst b/index.rst index e513f1e2..70b8a929 100644 --- 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