Selaa lähdekoodia

Autogenerated documentation for github.

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

+ 2 - 2
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-v2.jpg" src="http://cloud.github.com/downloads/ask/celery/Celery-Overview-v2.jpg" />
+<img alt="http://cloud.github.com/downloads/ask/celery/Celery-Overview-v4.jpg" src="http://cloud.github.com/downloads/ask/celery/Celery-Overview-v4.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
@@ -307,7 +307,7 @@ really make sense.</p>
 </div>
 <div class="section" id="a-look-inside-the-worker">
 <h2>A look inside the worker<a class="headerlink" href="#a-look-inside-the-worker" title="Permalink to this headline">¶</a></h2>
-<img alt="http://cloud.github.com/downloads/ask/celery/Celery-InsideTheWorker.jpg" src="http://cloud.github.com/downloads/ask/celery/Celery-InsideTheWorker.jpg" />
+<img alt="http://cloud.github.com/downloads/ask/celery/Celery-InsideTheWorker-v2.jpg" src="http://cloud.github.com/downloads/ask/celery/Celery-InsideTheWorker-v2.jpg" />
 </div>
 <div class="section" id="getting-help">
 <h2>Getting Help<a class="headerlink" href="#getting-help" title="Permalink to this headline">¶</a></h2>

+ 2 - 2
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-v2.jpg
+.. image:: http://cloud.github.com/downloads/ask/celery/Celery-Overview-v4.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
@@ -313,7 +313,7 @@ really make sense.
 A look inside the worker
 ========================
 
-.. image:: http://cloud.github.com/downloads/ask/celery/Celery-InsideTheWorker.jpg
+.. image:: http://cloud.github.com/downloads/ask/celery/Celery-InsideTheWorker-v2.jpg
 
 Getting Help
 ============