More moving after merge.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 12 Nov 2009 05:34:44 +0000 (21:34 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 12 Nov 2009 05:34:44 +0000 (21:34 -0800)
--HG--
rename : docs/profiling_tutorial.rst => src/tutorial/profiling_tutorial.rst

conf.py
index.rst
src/tutorial/index.rst
src/tutorial/profiling_tutorial.rst [moved from docs/profiling_tutorial.rst with 100% similarity]

diff --git a/conf.py b/conf.py
index ef34a0702100b247c34fbbf08a3a7c848cb09646..76f6c28d2f65d9814e617638d9dc1fa16c5bf976 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -29,7 +29,7 @@ import cython_highlighting
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['ipython_console_highlighting', 'cython_highlighting', 'sphinx.ext.todo']
+extensions = ['ipython_console_highlighting', 'cython_highlighting', 'sphinx.ext.pngmath', 'sphinx.ext.todo']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
index 2b827b2b91adf4b17dd4ff89c717113b3bc1506b..dc0840b13fe1d50f4b3b067ce340970515ce7264 100644 (file)
--- a/index.rst
+++ b/index.rst
@@ -2,11 +2,9 @@
 Welcome to Cython's Documentation
 =================================
 
-Contents:
-
 .. toctree::
-   :maxdepth: 1
+   :maxdepth: 2
 
-   welcome
+   src/quickstart/index
    src/tutorial/index
    src/reference/index
index 2eec0888f1cc4a7362cb43641780964626e27d59..b7b8e6e2e0014b75629bee3178fab5d2b231beba 100644 (file)
@@ -6,19 +6,14 @@ Contents:
 .. toctree::
    :maxdepth: 2
 
-   overview
-   install
-   build
-   datatypes
-   cythonize
-   cdef_functions
    external
+   clibraries
    cdef_classes
    pxd_files
    caveats
+   profiling_tutorial
    numpy
    strings
-   clibraries
    readings
    related_work
    appendix