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 ...@@ -29,7 +29,7 @@ import cython_highlighting
# Add any Sphinx extension module names here, as strings. They can be extensions # Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # 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. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
...@@ -2,11 +2,9 @@ ...@@ -2,11 +2,9 @@
Welcome to Cython's Documentation Welcome to Cython's Documentation
================================= =================================
Contents:
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 2
welcome src/quickstart/index
src/tutorial/index src/tutorial/index
src/reference/index src/reference/index
...@@ -6,19 +6,14 @@ Contents: ...@@ -6,19 +6,14 @@ Contents:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
overview
install
build
datatypes
cythonize
cdef_functions
external external
clibraries
cdef_classes cdef_classes
pxd_files pxd_files
caveats caveats
profiling_tutorial
numpy numpy
strings strings
clibraries
readings readings
related_work related_work
appendix 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