Commit 35335881 authored by sirver's avatar sirver

Fixed one TODO

parent 3038f544
.. highlight:: cython .. highlight:: cython
.. _profiling_tutorial: .. _profiling:
****************** *********
Profiling Tutorial Profiling
****************** *********
This part describes the profiling abilities of cython. If you are familiar of This part describes the profiling abilities of cython. If you are familiar of
pure Python code, you can only read the first section pure Python code, you can only read the first section
(:ref:`profiling_basics`). If you are not familiar with python profiling you (:ref:`profiling_basics`). If you are not familiar with python profiling you
should also read the tutorial TODO:reference which takes you through a complete should also read the tutorial (:ref:`profiling_tutorial`) which takes you
example step by step. through a complete example step by step.
.. _profiling_basics: .. _profiling_basics:
...@@ -54,6 +54,8 @@ function only:: ...@@ -54,6 +54,8 @@ function only::
pass pass
.. _profiling_tutorial:
Profiling Tutorial Profiling Tutorial
================== ==================
......
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