From cddd22dfdf825cce1ee263a620d9e62430e65f29 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sat, 24 Jan 2009 20:34:07 -0800 Subject: [PATCH] Move numpy tutorial to after language basics --- docs/tutorial.rst | 3 ++- index.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.26.2