From 1b6a9a442adca85be48e8a9e75a3733c5fd3ed89 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Wed, 11 Nov 2009 21:34:44 -0800 Subject: [PATCH] More moving after merge. --HG-- rename : docs/profiling_tutorial.rst => src/tutorial/profiling_tutorial.rst --- conf.py | 2 +- index.rst | 6 ++---- src/tutorial/index.rst | 9 ++------- {docs => src/tutorial}/profiling_tutorial.rst | 0 4 files changed, 5 insertions(+), 12 deletions(-) rename {docs => src/tutorial}/profiling_tutorial.rst (100%) 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 -- 2.26.2