소스 검색

Autogenerated documentation for github.

Ask Solem 16 년 전
부모
커밋
e8713165ba
3개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 1
      index.html
  2. 4 4
      introduction.html
  3. 2 2
      sources/introduction.txt

+ 1 - 1
index.html

@@ -68,7 +68,7 @@
 <li class="toctree-l3"><a class="reference external" href="introduction.html#periodic-tasks">Periodic Tasks</a></li>
 </ul>
 </li>
-<li class="toctree-l2"><a class="reference external" href="introduction.html#a-look-inside-the-worker-server">A look inside the worker server</a></li>
+<li class="toctree-l2"><a class="reference external" href="introduction.html#a-look-inside-the-worker">A look inside the worker</a></li>
 <li class="toctree-l2"><a class="reference external" href="introduction.html#getting-help">Getting Help</a><ul>
 <li class="toctree-l3"><a class="reference external" href="introduction.html#mailing-list">Mailing list</a></li>
 <li class="toctree-l3"><a class="reference external" href="introduction.html#irc">IRC</a></li>

+ 4 - 4
introduction.html

@@ -77,7 +77,7 @@ worthwhile.</p>
 <img alt="http://cloud.github.com/downloads/ask/celery/Celery-Overview.jpg" src="http://cloud.github.com/downloads/ask/celery/Celery-Overview.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 href="#id2"><span class="problematic" id="id3">`A look inside the worker`_</span></a> to
+more machines, depending on the workload. See <a class="reference internal" href="#a-look-inside-the-worker">A look inside the worker</a> to
 see how the worker server works.</p>
 <p>The result of the task can be stored for later retrieval (called its
 &#8220;tombstone&#8221;).</p>
@@ -305,8 +305,8 @@ Here&#8217;s an example of a periodic task:</p>
 really make sense.</p>
 </div>
 </div>
-<div class="section" id="a-look-inside-the-worker-server">
-<h2>A look inside the worker server<a class="headerlink" href="#a-look-inside-the-worker-server" title="Permalink to this headline">¶</a></h2>
+<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" />
 </div>
 <div class="section" id="getting-help">
@@ -369,7 +369,7 @@ file in the top distribution directory for the full license text.</p>
 <li><a class="reference external" href="#periodic-tasks">Periodic Tasks</a></li>
 </ul>
 </li>
-<li><a class="reference external" href="#a-look-inside-the-worker-server">A look inside the worker server</a></li>
+<li><a class="reference external" href="#a-look-inside-the-worker">A look inside the worker</a></li>
 <li><a class="reference external" href="#getting-help">Getting Help</a><ul>
 <li><a class="reference external" href="#mailing-list">Mailing list</a></li>
 <li><a class="reference external" href="#irc">IRC</a></li>

+ 2 - 2
sources/introduction.txt

@@ -310,8 +310,8 @@ Here's an example of a periodic task:
 really make sense.
 
 
-A look inside the worker server
-================================
+A look inside the worker
+========================
 
 .. image:: http://cloud.github.com/downloads/ask/celery/Celery-InsideTheWorker.jpg