From: Robert Bradshaw Date: Thu, 12 Nov 2009 05:34:44 +0000 (-0800) Subject: More moving after merge. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1b6a9a442adca85be48e8a9e75a3733c5fd3ed89;p=cython.git More moving after merge. --HG-- rename : docs/profiling_tutorial.rst => src/tutorial/profiling_tutorial.rst --- diff --git a/conf.py b/conf.py index ef34a070..76f6c28d 100644 --- 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'] diff --git a/index.rst b/index.rst index 2b827b2b..dc0840b1 100644 --- 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 diff --git a/src/tutorial/index.rst b/src/tutorial/index.rst index 2eec0888..b7b8e6e2 100644 --- a/src/tutorial/index.rst +++ b/src/tutorial/index.rst @@ -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 diff --git a/docs/profiling_tutorial.rst b/src/tutorial/profiling_tutorial.rst similarity index 100% rename from docs/profiling_tutorial.rst rename to src/tutorial/profiling_tutorial.rst