Commit 3038f544 authored by sirver's avatar sirver

Added a first version of profiling documentation

parent 036f2346
...@@ -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'] extensions = ['ipython_console_highlighting', 'cython_highlighting', 'sphinx.ext.pngmath']
# 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']
......
This diff is collapsed.
...@@ -17,6 +17,7 @@ Contents: ...@@ -17,6 +17,7 @@ Contents:
docs/source_files_and_compilation docs/source_files_and_compilation
docs/wrapping_CPlusPlus docs/wrapping_CPlusPlus
docs/numpy_tutorial docs/numpy_tutorial
docs/profiling_tutorial
docs/limitations docs/limitations
docs/pyrex_differences docs/pyrex_differences
docs/early_binding_for_speed docs/early_binding_for_speed
......
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