File tree 5 files changed +9
-7
lines changed 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
celery - Distributed Task Queue
3
3
=================================
4
4
5
- .. image :: http://cloud.github.com/downloads/ask /celery/celery_128.png
5
+ .. image :: http://cloud.github.com/downloads/celery /celery/celery_128.png
6
6
7
7
:Version: 2.5.5
8
8
:Web: http://celeryproject.org/
@@ -78,7 +78,7 @@ Overview
78
78
79
79
This is a high level overview of the architecture.
80
80
81
- .. image :: http://cloud.github.com/downloads/ask /celery/Celery-Overview-v4.jpg
81
+ .. image :: http://cloud.github.com/downloads/celery /celery/Celery-Overview-v4.jpg
82
82
83
83
The broker delivers tasks to the worker nodes.
84
84
A worker node is a networked machine running `celeryd `. This can be one or
@@ -96,7 +96,7 @@ adding two numbers:
96
96
97
97
from celery.task import task
98
98
99
- @task
99
+ @task()
100
100
def add(x, y):
101
101
return x + y
102
102
@@ -224,6 +224,8 @@ To install using `easy_install`,::
224
224
225
225
$ easy_install -U Celery
226
226
227
+ .. _bundles :
228
+
227
229
Bundles
228
230
-------
229
231
Original file line number Diff line number Diff line change 1
1
< p class ="logo "> < a href ="{{ pathto(master_doc) }} ">
2
- < img class ="logo " src ="http://cloud.github.com/downloads/ask /celery/celery_128.png " alt ="Logo "/>
2
+ < img class ="logo " src ="http://cloud.github.com/downloads/celery /celery/celery_128.png " alt ="Logo "/>
3
3
</ a > </ p >
4
4
Original file line number Diff line number Diff line change 1
1
< p class ="logo "> < a href ="{{ pathto(master_doc) }} ">
2
- < img class ="logo " src ="http://cloud.github.com/downloads/ask /celery/celery_128.png " alt ="Logo "/>
2
+ < img class ="logo " src ="http://cloud.github.com/downloads/celery /celery/celery_128.png " alt ="Logo "/>
3
3
</ a > </ p >
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Overview
77
77
78
78
This is a high level overview of the architecture.
79
79
80
- .. image:: http://cloud.github.com/downloads/ask /celery/Celery-Overview-v4.jpg
80
+ .. image:: http://cloud.github.com/downloads/celery /celery/Celery-Overview-v4.jpg
81
81
82
82
The broker delivers tasks to the worker nodes.
83
83
A worker node is a networked machine running `celeryd`. This can be one or
Original file line number Diff line number Diff line change 2
2
celery - Distributed Task Queue
3
3
=================================
4
4
5
- .. image:: http://cloud.github.com/downloads/ask /celery/celery_128.png
5
+ .. image:: http://cloud.github.com/downloads/celery /celery/celery_128.png
6
6
7
7
.. include:: ../includes/introduction.txt
8
8
You can’t perform that action at this time.
0 commit comments