Переглянути джерело

Autogenerated documentation for github.

Ask Solem 16 роки тому
батько
коміт
cc76dbb19d

+ 5 - 5
faq.html

@@ -21,7 +21,7 @@
     <script type="text/javascript" src="static/doctools.js"></script>
     <link rel="top" title="Celery v0.4.2 (stable) documentation" href="index.html" />
     <link rel="next" title="Module API Reference" href="reference/index.html" />
-    <link rel="prev" title="celery - Distributed Task Queue for Django." href="introduction.html" /> 
+    <link rel="prev" title="Tutorial: Creating a click counter using carrot and celery" href="tutorials/clickcounter.html" /> 
   </head>
   <body>
     <div class="related">
@@ -37,7 +37,7 @@
           <a href="reference/index.html" title="Module API Reference"
              accesskey="N">next</a> |</li>
         <li class="right" >
-          <a href="introduction.html" title="celery - Distributed Task Queue for Django."
+          <a href="tutorials/clickcounter.html" title="Tutorial: Creating a click counter using carrot and celery"
              accesskey="P">previous</a> |</li>
         <li><a href="index.html">Celery v0.4.2 (stable) documentation</a> &raquo;</li> 
       </ul>
@@ -212,8 +212,8 @@ configuration:</p>
 </ul>
 
             <h4>Previous topic</h4>
-            <p class="topless"><a href="introduction.html"
-                                  title="previous chapter">celery - Distributed Task Queue for Django.</a></p>
+            <p class="topless"><a href="tutorials/clickcounter.html"
+                                  title="previous chapter">Tutorial: Creating a click counter using carrot and celery</a></p>
             <h4>Next topic</h4>
             <p class="topless"><a href="reference/index.html"
                                   title="next chapter">Module API Reference</a></p>
@@ -252,7 +252,7 @@ configuration:</p>
           <a href="reference/index.html" title="Module API Reference"
              >next</a> |</li>
         <li class="right" >
-          <a href="introduction.html" title="celery - Distributed Task Queue for Django."
+          <a href="tutorials/clickcounter.html" title="Tutorial: Creating a click counter using carrot and celery"
              >previous</a> |</li>
         <li><a href="index.html">Celery v0.4.2 (stable) documentation</a> &raquo;</li> 
       </ul>

+ 12 - 0
index.html

@@ -79,6 +79,18 @@
 <li class="toctree-l2"><a class="reference external" href="introduction.html#license">License</a></li>
 </ul>
 </li>
+<li class="toctree-l1"><a class="reference external" href="tutorials/index.html">Tutorials</a><ul>
+<li class="toctree-l2"><a class="reference external" href="tutorials/clickcounter.html">Tutorial: Creating a click counter using carrot and celery</a><ul>
+<li class="toctree-l3"><a class="reference external" href="tutorials/clickcounter.html#introduction">Introduction</a></li>
+<li class="toctree-l3"><a class="reference external" href="tutorials/clickcounter.html#the-model">The model</a></li>
+<li class="toctree-l3"><a class="reference external" href="tutorials/clickcounter.html#using-carrot-to-send-clicks-as-messages">Using carrot to send clicks as messages</a></li>
+<li class="toctree-l3"><a class="reference external" href="tutorials/clickcounter.html#view-and-urls">View and URLs</a></li>
+<li class="toctree-l3"><a class="reference external" href="tutorials/clickcounter.html#creating-the-periodic-task">Creating the periodic task</a></li>
+<li class="toctree-l3"><a class="reference external" href="tutorials/clickcounter.html#finishing">Finishing</a></li>
+</ul>
+</li>
+</ul>
+</li>
 <li class="toctree-l1"><a class="reference external" href="faq.html">Frequently Asked Questions</a><ul>
 <li class="toctree-l2"><a class="reference external" href="faq.html#questions">Questions</a><ul>
 <li class="toctree-l3"><a class="reference external" href="faq.html#mysql-is-throwing-deadlock-errors-what-can-i-do">MySQL is throwing deadlock errors, what can I do?</a></li>

+ 5 - 5
introduction.html

@@ -20,7 +20,7 @@
     <script type="text/javascript" src="static/jquery.js"></script>
     <script type="text/javascript" src="static/doctools.js"></script>
     <link rel="top" title="Celery v0.4.2 (stable) documentation" href="index.html" />
-    <link rel="next" title="Frequently Asked Questions" href="faq.html" />
+    <link rel="next" title="Tutorials" href="tutorials/index.html" />
     <link rel="prev" title="Celery - The Django Task Queue" href="index.html" /> 
   </head>
   <body>
@@ -34,7 +34,7 @@
           <a href="modindex.html" title="Global Module Index"
              accesskey="M">modules</a> |</li>
         <li class="right" >
-          <a href="faq.html" title="Frequently Asked Questions"
+          <a href="tutorials/index.html" title="Tutorials"
              accesskey="N">next</a> |</li>
         <li class="right" >
           <a href="index.html" title="Celery - The Django Task Queue"
@@ -391,8 +391,8 @@ file in the top distribution directory for the full license text.</p>
             <p class="topless"><a href="index.html"
                                   title="previous chapter">Celery - The Django Task Queue</a></p>
             <h4>Next topic</h4>
-            <p class="topless"><a href="faq.html"
-                                  title="next chapter">Frequently Asked Questions</a></p>
+            <p class="topless"><a href="tutorials/index.html"
+                                  title="next chapter">Tutorials</a></p>
             <h3>This Page</h3>
             <ul class="this-page-menu">
               <li><a href="sources/introduction.txt"
@@ -425,7 +425,7 @@ file in the top distribution directory for the full license text.</p>
           <a href="modindex.html" title="Global Module Index"
              >modules</a> |</li>
         <li class="right" >
-          <a href="faq.html" title="Frequently Asked Questions"
+          <a href="tutorials/index.html" title="Tutorials"
              >next</a> |</li>
         <li class="right" >
           <a href="index.html" title="Celery - The Django Task Queue"

+ 1 - 1
reference/celery.fields.html

@@ -64,7 +64,7 @@ then it must [well, should] be a pickled one).</dd></dl>
 <dl class="class">
 <dt id="celery.fields.PickledObjectField">
 <em class="property">
-class </em><tt class="descclassname">celery.fields.</tt><tt class="descname">PickledObjectField</tt><big>(</big><em>verbose_name=None</em>, <em>name=None</em>, <em>primary_key=False</em>, <em>max_length=None</em>, <em>unique=False</em>, <em>blank=False</em>, <em>null=False</em>, <em>db_index=False</em>, <em>rel=None</em>, <em>default=&lt;class django.db.models.fields.NOT_PROVIDED at 0x1f13b40&gt;</em>, <em>editable=True</em>, <em>serialize=True</em>, <em>unique_for_date=None</em>, <em>unique_for_month=None</em>, <em>unique_for_year=None</em>, <em>choices=None</em>, <em>help_text=''</em>, <em>db_column=None</em>, <em>db_tablespace=None</em>, <em>auto_created=False</em><big>)</big><a class="headerlink" href="#celery.fields.PickledObjectField" title="Permalink to this definition">¶</a></dt>
+class </em><tt class="descclassname">celery.fields.</tt><tt class="descname">PickledObjectField</tt><big>(</big><em>verbose_name=None</em>, <em>name=None</em>, <em>primary_key=False</em>, <em>max_length=None</em>, <em>unique=False</em>, <em>blank=False</em>, <em>null=False</em>, <em>db_index=False</em>, <em>rel=None</em>, <em>default=&lt;class django.db.models.fields.NOT_PROVIDED at 0x1f15ae0&gt;</em>, <em>editable=True</em>, <em>serialize=True</em>, <em>unique_for_date=None</em>, <em>unique_for_month=None</em>, <em>unique_for_year=None</em>, <em>choices=None</em>, <em>help_text=''</em>, <em>db_column=None</em>, <em>db_tablespace=None</em>, <em>auto_created=False</em><big>)</big><a class="headerlink" href="#celery.fields.PickledObjectField" title="Permalink to this definition">¶</a></dt>
 <dd><p>A field that automatically pickles/unpickles its value.</p>
 <dl class="method">
 <dt id="celery.fields.PickledObjectField.get_db_prep_lookup">

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
searchindex.js


+ 1 - 1
sources/index.txt

@@ -12,7 +12,7 @@ Contents:
     :maxdepth: 3
 
     introduction
-    tutorials
+    tutorials/index
     faq
     reference/index
     changelog

+ 1 - 1
sources/tutorials/clickcounter.txt

@@ -235,4 +235,4 @@ even possible to update the click count using a single UPDATE query?
 
 If you have any questions regarding this tutorial, please send a mail to the
 mailing-list or come join us in the #celery IRC channel at Freenode:
-    http://celeryq.org/introduction.html#getting-help
+http://celeryq.org/introduction.html#getting-help

+ 28 - 6
tutorials/clickcounter.html

@@ -19,7 +19,10 @@
     </script>
     <script type="text/javascript" src="../static/jquery.js"></script>
     <script type="text/javascript" src="../static/doctools.js"></script>
-    <link rel="top" title="Celery v0.4.2 (stable) documentation" href="../index.html" /> 
+    <link rel="top" title="Celery v0.4.2 (stable) documentation" href="../index.html" />
+    <link rel="up" title="Tutorials" href="index.html" />
+    <link rel="next" title="Frequently Asked Questions" href="../faq.html" />
+    <link rel="prev" title="Tutorials" href="index.html" /> 
   </head>
   <body>
     <div class="related">
@@ -31,7 +34,14 @@
         <li class="right" >
           <a href="../modindex.html" title="Global Module Index"
              accesskey="M">modules</a> |</li>
-        <li><a href="../index.html">Celery v0.4.2 (stable) documentation</a> &raquo;</li> 
+        <li class="right" >
+          <a href="../faq.html" title="Frequently Asked Questions"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="index.html" title="Tutorials"
+             accesskey="P">previous</a> |</li>
+        <li><a href="../index.html">Celery v0.4.2 (stable) documentation</a> &raquo;</li>
+          <li><a href="index.html" accesskey="U">Tutorials</a> &raquo;</li> 
       </ul>
     </div>  
 
@@ -244,9 +254,8 @@ so the celery workers is able to recognize and find it.</p>
 so the url <a class="reference external" href="http://google.com">http://google.com</a> and <a class="reference external" href="http://google.com/">http://google.com/</a> is the same. Maybe it&#8217;s
 even possible to update the click count using a single UPDATE query?</p>
 <p>If you have any questions regarding this tutorial, please send a mail to the
-mailing-list or come join us in the #celery IRC channel at Freenode:</p>
-<blockquote>
-<a class="reference external" href="http://celeryq.org/introduction.html#getting-help">http://celeryq.org/introduction.html#getting-help</a></blockquote>
+mailing-list or come join us in the #celery IRC channel at Freenode:
+<a class="reference external" href="http://celeryq.org/introduction.html#getting-help">http://celeryq.org/introduction.html#getting-help</a></p>
 </div>
 </div>
 
@@ -269,6 +278,12 @@ mailing-list or come join us in the #celery IRC channel at Freenode:</p>
 </li>
 </ul>
 
+            <h4>Previous topic</h4>
+            <p class="topless"><a href="index.html"
+                                  title="previous chapter">Tutorials</a></p>
+            <h4>Next topic</h4>
+            <p class="topless"><a href="../faq.html"
+                                  title="next chapter">Frequently Asked Questions</a></p>
             <h3>This Page</h3>
             <ul class="this-page-menu">
               <li><a href="../sources/tutorials/clickcounter.txt"
@@ -300,7 +315,14 @@ mailing-list or come join us in the #celery IRC channel at Freenode:</p>
         <li class="right" >
           <a href="../modindex.html" title="Global Module Index"
              >modules</a> |</li>
-        <li><a href="../index.html">Celery v0.4.2 (stable) documentation</a> &raquo;</li> 
+        <li class="right" >
+          <a href="../faq.html" title="Frequently Asked Questions"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="index.html" title="Tutorials"
+             >previous</a> |</li>
+        <li><a href="../index.html">Celery v0.4.2 (stable) documentation</a> &raquo;</li>
+          <li><a href="index.html" >Tutorials</a> &raquo;</li> 
       </ul>
     </div>
     <div class="footer">

+ 21 - 1
tutorials/index.html

@@ -19,7 +19,9 @@
     </script>
     <script type="text/javascript" src="../static/jquery.js"></script>
     <script type="text/javascript" src="../static/doctools.js"></script>
-    <link rel="top" title="Celery v0.4.2 (stable) documentation" href="../index.html" /> 
+    <link rel="top" title="Celery v0.4.2 (stable) documentation" href="../index.html" />
+    <link rel="next" title="Tutorial: Creating a click counter using carrot and celery" href="clickcounter.html" />
+    <link rel="prev" title="celery - Distributed Task Queue for Django." href="../introduction.html" /> 
   </head>
   <body>
     <div class="related">
@@ -31,6 +33,12 @@
         <li class="right" >
           <a href="../modindex.html" title="Global Module Index"
              accesskey="M">modules</a> |</li>
+        <li class="right" >
+          <a href="clickcounter.html" title="Tutorial: Creating a click counter using carrot and celery"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="../introduction.html" title="celery - Distributed Task Queue for Django."
+             accesskey="P">previous</a> |</li>
         <li><a href="../index.html">Celery v0.4.2 (stable) documentation</a> &raquo;</li> 
       </ul>
     </div>  
@@ -71,6 +79,12 @@
       </div>
       <div class="sphinxsidebar">
         <div class="sphinxsidebarwrapper">
+            <h4>Previous topic</h4>
+            <p class="topless"><a href="../introduction.html"
+                                  title="previous chapter">celery - Distributed Task Queue for Django.</a></p>
+            <h4>Next topic</h4>
+            <p class="topless"><a href="clickcounter.html"
+                                  title="next chapter">Tutorial: Creating a click counter using carrot and celery</a></p>
             <h3>This Page</h3>
             <ul class="this-page-menu">
               <li><a href="../sources/tutorials/index.txt"
@@ -102,6 +116,12 @@
         <li class="right" >
           <a href="../modindex.html" title="Global Module Index"
              >modules</a> |</li>
+        <li class="right" >
+          <a href="clickcounter.html" title="Tutorial: Creating a click counter using carrot and celery"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="../introduction.html" title="celery - Distributed Task Queue for Django."
+             >previous</a> |</li>
         <li><a href="../index.html">Celery v0.4.2 (stable) documentation</a> &raquo;</li> 
       </ul>
     </div>

Деякі файли не було показано, через те що забагато файлів було змінено