move Cython tutorial from user guide to tutorial part
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 14 Jul 2013 07:24:59 +0000 (09:24 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 14 Jul 2013 07:24:59 +0000 (09:24 +0200)
--HG--
rename : docs/src/userguide/tutorial.rst => docs/src/tutorial/cython_tutorial.rst

docs/src/tutorial/cython_tutorial.rst [moved from docs/src/userguide/tutorial.rst with 99% similarity]
docs/src/tutorial/index.rst
docs/src/userguide/index.rst

similarity index 99%
rename from docs/src/userguide/tutorial.rst
rename to docs/src/tutorial/cython_tutorial.rst
index 061bc93..cc35d6e 100644 (file)
@@ -164,5 +164,6 @@ Language Details
 ================
 
 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`.
+To dive right in to using Cython in a numerical computation context,
+see :ref:`numpy_tutorial`.
 
index 3d1a6aa..57420d0 100644 (file)
@@ -4,6 +4,7 @@ Tutorials
 .. toctree::
    :maxdepth: 2
 
+   cython_tutorial
    external
    clibraries
    cdef_classes
index 23d9e18..e66a1fa 100644 (file)
@@ -6,7 +6,6 @@ Contents:
 .. toctree::
    :maxdepth: 2
 
-   tutorial
    language_basics
    extension_types
    special_methods