Selaa lähdekoodia

Autogenerated documentation for github.

Ask Solem 16 vuotta sitten
vanhempi
commit
7cb0eb65eb
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      introduction.html
  2. 1 1
      sources/introduction.txt

+ 1 - 1
introduction.html

@@ -74,7 +74,7 @@ worthwhile.</p>
 <div class="section" id="overview">
 <h2>Overview<a class="headerlink" href="#overview" title="Permalink to this headline">¶</a></h2>
 <p>This is a high level overview of the architecture.</p>
-<img alt="http://cloud.github.com/downloads/ask/celery/Celery-Overview.jpg" src="http://cloud.github.com/downloads/ask/celery/Celery-Overview.jpg" />
+<img alt="http://cloud.github.com/downloads/ask/celery/Celery-Overview-v2.jpg" src="http://cloud.github.com/downloads/ask/celery/Celery-Overview-v2.jpg" />
 <p>The broker is an AMQP server pushing tasks to the worker servers.
 A worker server is a networked machine running <tt class="docutils literal"><span class="pre">celeryd</span></tt>. This can be one or
 more machines, depending on the workload. See <a class="reference internal" href="#a-look-inside-the-worker">A look inside the worker</a> to

+ 1 - 1
sources/introduction.txt

@@ -26,7 +26,7 @@ Overview
 
 This is a high level overview of the architecture.
 
-.. image:: http://cloud.github.com/downloads/ask/celery/Celery-Overview.jpg
+.. image:: http://cloud.github.com/downloads/ask/celery/Celery-Overview-v2.jpg
 
 The broker is an AMQP server pushing tasks to the worker servers.
 A worker server is a networked machine running ``celeryd``. This can be one or