From: sirver Date: Sat, 7 Nov 2009 17:49:29 +0000 (+0100) Subject: Fixed one TODO X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=353358814300be13cf04d8136468db90c7c7293b;p=cython.git Fixed one TODO --- diff --git a/docs/profiling_tutorial.rst b/docs/profiling_tutorial.rst index 9d15dd43..c9e384f3 100644 --- a/docs/profiling_tutorial.rst +++ b/docs/profiling_tutorial.rst @@ -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 ==================