add link joblib website

This commit is contained in:
François Boulogne
2015-06-13 20:36:11 -04:00
parent 7132df764e
commit 20e49b2ada
+3 -1
View File
@@ -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 <https://pythonhosted.org/joblib/>`_ to parallelize
loops. Here is an example of such repetitive tasks:
.. code-block:: python