Ver código fonte

Change links to cloud.github.com

Ask Solem 12 anos atrás
pai
commit
119655386d

+ 5 - 3
README.rst

@@ -2,7 +2,7 @@
  celery - Distributed Task Queue
 =================================
 
-.. image:: http://cloud.github.com/downloads/ask/celery/celery_128.png
+.. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
 
 :Version: 2.6.0rc4
 :Web: http://celeryproject.org/
@@ -95,7 +95,7 @@ Overview
 
 This is a high level overview of the architecture.
 
-.. image:: http://cloud.github.com/downloads/ask/celery/Celery-Overview-v4.jpg
+.. image:: http://cloud.github.com/downloads/celery/celery/Celery-Overview-v4.jpg
 
 The broker delivers tasks to the worker nodes.
 A worker node is a networked machine running `celeryd`.  This can be one or
@@ -115,7 +115,7 @@ adding two numbers:
 
     from celery import task
 
-    @task
+    @task()
     def add(x, y):
         return x + y
 
@@ -251,6 +251,8 @@ To install using `easy_install`,::
 
     $ easy_install -U Celery
 
+.. _bundles:
+
 Bundles
 -------
 

+ 1 - 1
docs/.templates/sidebarintro.html

@@ -1,4 +1,4 @@
 <p class="logo"><a href="{{ pathto(master_doc) }}">
-  <img class="logo" src="http://cloud.github.com/downloads/ask/celery/celery_128.png" alt="Logo"/>
+  <img class="logo" src="http://cloud.github.com/downloads/celery/celery/celery_128.png" alt="Logo"/>
 </a></p>
 

+ 1 - 1
docs/.templates/sidebarlogo.html

@@ -1,3 +1,3 @@
 <p class="logo"><a href="{{ pathto(master_doc) }}">
-  <img class="logo" src="http://cloud.github.com/downloads/ask/celery/celery_128.png" alt="Logo"/>
+  <img class="logo" src="http://cloud.github.com/downloads/celery/celery/celery_128.png" alt="Logo"/>
 </a></p>

+ 1 - 0
docs/getting-started/next-steps.rst

@@ -10,6 +10,7 @@ how to add Celery support for your application and library.
 
 .. contents::
     :local:
+    :depth: 1
 
 Using Celery in your Application
 ================================

+ 1 - 1
docs/includes/introduction.txt

@@ -89,7 +89,7 @@ Overview
 
 This is a high level overview of the architecture.
 
-.. image:: http://cloud.github.com/downloads/ask/celery/Celery-Overview-v4.jpg
+.. image:: http://cloud.github.com/downloads/celery/celery/Celery-Overview-v4.jpg
 
 The broker delivers tasks to the worker nodes.
 A worker node is a networked machine running `celeryd`.  This can be one or

+ 1 - 1
docs/templates/readme.txt

@@ -2,7 +2,7 @@
  celery - Distributed Task Queue
 =================================
 
-.. image:: http://cloud.github.com/downloads/ask/celery/celery_128.png
+.. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
 
 .. include:: ../includes/introduction.txt