Commit 1b6a9a44 authored by Robert Bradshaw's avatar Robert Bradshaw

More moving after merge.

--HG--
rename : docs/profiling_tutorial.rst => src/tutorial/profiling_tutorial.rst
parent 876ceabd
......@@ -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']
......
......@@ -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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment