From 20e49b2ada8c57d59c9942a44cafac1348e50a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sat, 13 Jun 2015 20:36:11 -0400 Subject: [PATCH] add link joblib website --- doc/source/user_guide/tutorial_parallelization.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 doc/source/user_guide/tutorial_parallelization.txt diff --git a/doc/source/user_guide/tutorial_parallelization.txt b/doc/source/user_guide/tutorial_parallelization.txt old mode 100755 new mode 100644 index e083cbd2..76fefe14 --- a/doc/source/user_guide/tutorial_parallelization.txt +++ b/doc/source/user_guide/tutorial_parallelization.txt @@ -3,7 +3,9 @@ How to parallelize loops ======================== In image processing, we frequently apply the same algorithm -on a large batch of images. Here is an example: +on a large batch of images. In this paragraph, we propose to +use `joblib `_ to parallelize +loops. Here is an example of such repetitive tasks: .. code-block:: python