Fixed one TODO
authorsirver <none@none>
Sat, 7 Nov 2009 17:49:29 +0000 (18:49 +0100)
committersirver <none@none>
Sat, 7 Nov 2009 17:49:29 +0000 (18:49 +0100)
docs/profiling_tutorial.rst

index 9d15dd4354f0fe3675cd104b6aad7a1527f19b82..c9e384f36e0fd18b70620dd67ef85bd0f7b4366c 100644 (file)
@@ -1,16 +1,16 @@
 .. highlight:: cython
 
-.. _profiling_tutorial:
+.. _profiling:
 
-******************
-Profiling Tutorial
-******************
+*********
+Profiling
+*********
 
 This part describes the profiling abilities of cython. If you are familiar of
 pure Python code, you can only read the first section
 (: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
-example step by step.
+should also read the tutorial (:ref:`profiling_tutorial`) which takes you
+through a complete example step by step.
 
 .. _profiling_basics:
 
@@ -54,6 +54,8 @@ function only::
       pass
 
 
+.. _profiling_tutorial:
+
 Profiling Tutorial
 ==================