From 353358814300be13cf04d8136468db90c7c7293b Mon Sep 17 00:00:00 2001 From: sirver Date: Sat, 7 Nov 2009 18:49:29 +0100 Subject: [PATCH] Fixed one TODO --- docs/profiling_tutorial.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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 ================== -- 2.26.2