Skip to content

Commit 31cfd5e

Browse files
author
Ask Solem
committed
Rendered documentation for Github Pages.
1 parent 5c01d05 commit 31cfd5e

File tree

114 files changed

+1597
-904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+1597
-904
lines changed

changelog.html

Lines changed: 284 additions & 151 deletions
Large diffs are not rendered by default.

configuration.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Configuration and defaults &mdash; Celery v1.1.1 (unstable) documentation</title>
9+
<title>Configuration and defaults &mdash; Celery v1.1.3 (unstable) documentation</title>
1010
<link rel="stylesheet" href="static/classy.css" type="text/css" />
1111
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
1212
<script type="text/javascript">
1313
var DOCUMENTATION_OPTIONS = {
1414
URL_ROOT: '',
15-
VERSION: '1.1.1 (unstable)',
15+
VERSION: '1.1.3 (unstable)',
1616
COLLAPSE_INDEX: false,
1717
FILE_SUFFIX: '.html',
1818
HAS_SOURCE: true
@@ -21,7 +21,7 @@
2121
<script type="text/javascript" src="static/jquery.js"></script>
2222
<script type="text/javascript" src="static/underscore.js"></script>
2323
<script type="text/javascript" src="static/doctools.js"></script>
24-
<link rel="top" title="Celery v1.1.1 (unstable) documentation" href="index.html" />
24+
<link rel="top" title="Celery v1.1.3 (unstable) documentation" href="index.html" />
2525
<link rel="next" title="Cookbook" href="cookbook/index.html" />
2626
<link rel="prev" title="Routing Tasks" href="userguide/routing.html" />
2727
</head>
@@ -41,7 +41,7 @@ <h3>Navigation</h3>
4141
<li class="right" >
4242
<a href="userguide/routing.html" title="Routing Tasks"
4343
accesskey="P">previous</a> |</li>
44-
<li><a href="index.html">Celery v1.1.1 (unstable) documentation</a> &raquo;</li>
44+
<li><a href="index.html">Celery v1.1.3 (unstable) documentation</a> &raquo;</li>
4545
</ul>
4646
</div>
4747

@@ -365,7 +365,7 @@ <h3><a class="toc-backref" href="#id18">Example configuration</a><a class="heade
365365
<div class="highlight-python"><div class="highlight"><pre><span class="n">CELERY_RESULT_BACKEND</span> <span class="o">=</span> <span class="s">&quot;redis&quot;</span>
366366
<span class="n">REDIS_HOST</span> <span class="o">=</span> <span class="s">&quot;localhost&quot;</span>
367367
<span class="n">REDIS_PORT</span> <span class="o">=</span> <span class="mi">6379</span>
368-
<span class="n">REDIS_DATABASE</span> <span class="o">=</span> <span class="s">&quot;celery_results&quot;</span>
368+
<span class="n">REDIS_DB</span> <span class="o">=</span> <span class="s">&quot;celery_results&quot;</span>
369369
<span class="n">REDIS_CONNECT_RETRY</span><span class="o">=</span><span class="bp">True</span>
370370
</pre></div>
371371
</div>
@@ -928,7 +928,7 @@ <h3>Navigation</h3>
928928
<li class="right" >
929929
<a href="userguide/routing.html" title="Routing Tasks"
930930
>previous</a> |</li>
931-
<li><a href="index.html">Celery v1.1.1 (unstable) documentation</a> &raquo;</li>
931+
<li><a href="index.html">Celery v1.1.3 (unstable) documentation</a> &raquo;</li>
932932
</ul>
933933
</div>
934934
<div class="footer">

cookbook/daemonizing.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Running celeryd as a daemon &mdash; Celery v1.1.1 (unstable) documentation</title>
9+
<title>Running celeryd as a daemon &mdash; Celery v1.1.3 (unstable) documentation</title>
1010
<link rel="stylesheet" href="../static/classy.css" type="text/css" />
1111
<link rel="stylesheet" href="../static/pygments.css" type="text/css" />
1212
<script type="text/javascript">
1313
var DOCUMENTATION_OPTIONS = {
1414
URL_ROOT: '../',
15-
VERSION: '1.1.1 (unstable)',
15+
VERSION: '1.1.3 (unstable)',
1616
COLLAPSE_INDEX: false,
1717
FILE_SUFFIX: '.html',
1818
HAS_SOURCE: true
@@ -21,7 +21,7 @@
2121
<script type="text/javascript" src="../static/jquery.js"></script>
2222
<script type="text/javascript" src="../static/underscore.js"></script>
2323
<script type="text/javascript" src="../static/doctools.js"></script>
24-
<link rel="top" title="Celery v1.1.1 (unstable) documentation" href="../index.html" />
24+
<link rel="top" title="Celery v1.1.3 (unstable) documentation" href="../index.html" />
2525
<link rel="up" title="Cookbook" href="index.html" />
2626
<link rel="next" title="Tutorials" href="../tutorials/index.html" />
2727
<link rel="prev" title="Creating Tasks" href="tasks.html" />
@@ -42,7 +42,7 @@ <h3>Navigation</h3>
4242
<li class="right" >
4343
<a href="tasks.html" title="Creating Tasks"
4444
accesskey="P">previous</a> |</li>
45-
<li><a href="../index.html">Celery v1.1.1 (unstable) documentation</a> &raquo;</li>
45+
<li><a href="../index.html">Celery v1.1.3 (unstable) documentation</a> &raquo;</li>
4646
<li><a href="index.html" accesskey="U">Cookbook</a> &raquo;</li>
4747
</ul>
4848
</div>
@@ -104,7 +104,7 @@ <h3>Navigation</h3>
104104
<li class="right" >
105105
<a href="tasks.html" title="Creating Tasks"
106106
>previous</a> |</li>
107-
<li><a href="../index.html">Celery v1.1.1 (unstable) documentation</a> &raquo;</li>
107+
<li><a href="../index.html">Celery v1.1.3 (unstable) documentation</a> &raquo;</li>
108108
<li><a href="index.html" >Cookbook</a> &raquo;</li>
109109
</ul>
110110
</div>

cookbook/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Cookbook &mdash; Celery v1.1.1 (unstable) documentation</title>
9+
<title>Cookbook &mdash; Celery v1.1.3 (unstable) documentation</title>
1010
<link rel="stylesheet" href="../static/classy.css" type="text/css" />
1111
<link rel="stylesheet" href="../static/pygments.css" type="text/css" />
1212
<script type="text/javascript">
1313
var DOCUMENTATION_OPTIONS = {
1414
URL_ROOT: '../',
15-
VERSION: '1.1.1 (unstable)',
15+
VERSION: '1.1.3 (unstable)',
1616
COLLAPSE_INDEX: false,
1717
FILE_SUFFIX: '.html',
1818
HAS_SOURCE: true
@@ -21,7 +21,7 @@
2121
<script type="text/javascript" src="../static/jquery.js"></script>
2222
<script type="text/javascript" src="../static/underscore.js"></script>
2323
<script type="text/javascript" src="../static/doctools.js"></script>
24-
<link rel="top" title="Celery v1.1.1 (unstable) documentation" href="../index.html" />
24+
<link rel="top" title="Celery v1.1.3 (unstable) documentation" href="../index.html" />
2525
<link rel="next" title="Creating Tasks" href="tasks.html" />
2626
<link rel="prev" title="Configuration and defaults" href="../configuration.html" />
2727
</head>
@@ -41,7 +41,7 @@ <h3>Navigation</h3>
4141
<li class="right" >
4242
<a href="../configuration.html" title="Configuration and defaults"
4343
accesskey="P">previous</a> |</li>
44-
<li><a href="../index.html">Celery v1.1.1 (unstable) documentation</a> &raquo;</li>
44+
<li><a href="../index.html">Celery v1.1.3 (unstable) documentation</a> &raquo;</li>
4545
</ul>
4646
</div>
4747

@@ -92,7 +92,7 @@ <h3>Navigation</h3>
9292
<li class="right" >
9393
<a href="../configuration.html" title="Configuration and defaults"
9494
>previous</a> |</li>
95-
<li><a href="../index.html">Celery v1.1.1 (unstable) documentation</a> &raquo;</li>
95+
<li><a href="../index.html">Celery v1.1.3 (unstable) documentation</a> &raquo;</li>
9696
</ul>
9797
</div>
9898
<div class="footer">

cookbook/tasks.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Creating Tasks &mdash; Celery v1.1.1 (unstable) documentation</title>
9+
<title>Creating Tasks &mdash; Celery v1.1.3 (unstable) documentation</title>
1010
<link rel="stylesheet" href="../static/classy.css" type="text/css" />
1111
<link rel="stylesheet" href="../static/pygments.css" type="text/css" />
1212
<script type="text/javascript">
1313
var DOCUMENTATION_OPTIONS = {
1414
URL_ROOT: '../',
15-
VERSION: '1.1.1 (unstable)',
15+
VERSION: '1.1.3 (unstable)',
1616
COLLAPSE_INDEX: false,
1717
FILE_SUFFIX: '.html',
1818
HAS_SOURCE: true
@@ -21,7 +21,7 @@
2121
<script type="text/javascript" src="../static/jquery.js"></script>
2222
<script type="text/javascript" src="../static/underscore.js"></script>
2323
<script type="text/javascript" src="../static/doctools.js"></script>
24-
<link rel="top" title="Celery v1.1.1 (unstable) documentation" href="../index.html" />
24+
<link rel="top" title="Celery v1.1.3 (unstable) documentation" href="../index.html" />
2525
<link rel="up" title="Cookbook" href="index.html" />
2626
<link rel="next" title="Running celeryd as a daemon" href="daemonizing.html" />
2727
<link rel="prev" title="Cookbook" href="index.html" />
@@ -42,7 +42,7 @@ <h3>Navigation</h3>
4242
<li class="right" >
4343
<a href="index.html" title="Cookbook"
4444
accesskey="P">previous</a> |</li>
45-
<li><a href="../index.html">Celery v1.1.1 (unstable) documentation</a> &raquo;</li>
45+
<li><a href="../index.html">Celery v1.1.3 (unstable) documentation</a> &raquo;</li>
4646
<li><a href="index.html" accesskey="U">Cookbook</a> &raquo;</li>
4747
</ul>
4848
</div>
@@ -133,7 +133,7 @@ <h3>Navigation</h3>
133133
<li class="right" >
134134
<a href="index.html" title="Cookbook"
135135
>previous</a> |</li>
136-
<li><a href="../index.html">Celery v1.1.1 (unstable) documentation</a> &raquo;</li>
136+
<li><a href="../index.html">Celery v1.1.3 (unstable) documentation</a> &raquo;</li>
137137
<li><a href="index.html" >Cookbook</a> &raquo;</li>
138138
</ul>
139139
</div>

faq.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Frequently Asked Questions &mdash; Celery v1.1.1 (unstable) documentation</title>
9+
<title>Frequently Asked Questions &mdash; Celery v1.1.3 (unstable) documentation</title>
1010
<link rel="stylesheet" href="static/classy.css" type="text/css" />
1111
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
1212
<script type="text/javascript">
1313
var DOCUMENTATION_OPTIONS = {
1414
URL_ROOT: '',
15-
VERSION: '1.1.1 (unstable)',
15+
VERSION: '1.1.3 (unstable)',
1616
COLLAPSE_INDEX: false,
1717
FILE_SUFFIX: '.html',
1818
HAS_SOURCE: true
@@ -21,7 +21,7 @@
2121
<script type="text/javascript" src="static/jquery.js"></script>
2222
<script type="text/javascript" src="static/underscore.js"></script>
2323
<script type="text/javascript" src="static/doctools.js"></script>
24-
<link rel="top" title="Celery v1.1.1 (unstable) documentation" href="index.html" />
24+
<link rel="top" title="Celery v1.1.3 (unstable) documentation" href="index.html" />
2525
<link rel="next" title="API Reference" href="reference/index.html" />
2626
<link rel="prev" title="Tutorial: Creating a click counter using carrot and celery" href="tutorials/clickcounter.html" />
2727
</head>
@@ -41,7 +41,7 @@ <h3>Navigation</h3>
4141
<li class="right" >
4242
<a href="tutorials/clickcounter.html" title="Tutorial: Creating a click counter using carrot and celery"
4343
accesskey="P">previous</a> |</li>
44-
<li><a href="index.html">Celery v1.1.1 (unstable) documentation</a> &raquo;</li>
44+
<li><a href="index.html">Celery v1.1.3 (unstable) documentation</a> &raquo;</li>
4545
</ul>
4646
</div>
4747

@@ -85,7 +85,7 @@ <h1>Frequently Asked Questions<a class="headerlink" href="#frequently-asked-ques
8585
</ul>
8686
</li>
8787
<li><a class="reference external" href="#results" id="id23">Results</a><ul>
88-
<li><a class="reference external" href="#how-dow-i-get-the-result-of-a-task-if-i-have-the-id-that-points-there" id="id24">How dow I get the result of a task if I have the ID that points there?</a></li>
88+
<li><a class="reference external" href="#how-do-i-get-the-result-of-a-task-if-i-have-the-id-that-points-there" id="id24">How do I get the result of a task if I have the ID that points there?</a></li>
8989
</ul>
9090
</li>
9191
<li><a class="reference external" href="#brokers" id="id25">Brokers</a><ul>
@@ -151,7 +151,7 @@ <h3><a class="toc-backref" href="#id4">Is celery dependent on pickle?</a><a clas
151151
<h3><a class="toc-backref" href="#id5">Is celery for Django only?</a><a class="headerlink" href="#is-celery-for-django-only" title="Permalink to this headline"></a></h3>
152152
<p><strong>Answer:</strong> No.</p>
153153
<p>Celery does not depend on Django anymore. To use Celery with Django you have
154-
to use the <a class="reference external" href="http://pypi.python.org/pypi/django-celery">django-celery</a> package:</p>
154+
to use the <a class="reference external" href="http://pypi.python.org/pypi/django-celery">django-celery</a> package.</p>
155155
</div>
156156
<div class="section" id="do-i-have-to-use-amqp-rabbitmq">
157157
<h3><a class="toc-backref" href="#id6">Do I have to use AMQP/RabbitMQ?</a><a class="headerlink" href="#do-i-have-to-use-amqp-rabbitmq" title="Permalink to this headline"></a></h3>
@@ -319,8 +319,8 @@ <h3><a class="toc-backref" href="#id22">Can I execute a task by name?</a><a clas
319319
</div>
320320
<div class="section" id="results">
321321
<h2><a class="toc-backref" href="#id23">Results</a><a class="headerlink" href="#results" title="Permalink to this headline"></a></h2>
322-
<div class="section" id="how-dow-i-get-the-result-of-a-task-if-i-have-the-id-that-points-there">
323-
<h3><a class="toc-backref" href="#id24">How dow I get the result of a task if I have the ID that points there?</a><a class="headerlink" href="#how-dow-i-get-the-result-of-a-task-if-i-have-the-id-that-points-there" title="Permalink to this headline"></a></h3>
322+
<div class="section" id="how-do-i-get-the-result-of-a-task-if-i-have-the-id-that-points-there">
323+
<h3><a class="toc-backref" href="#id24">How do I get the result of a task if I have the ID that points there?</a><a class="headerlink" href="#how-do-i-get-the-result-of-a-task-if-i-have-the-id-that-points-there" title="Permalink to this headline"></a></h3>
324324
<p><strong>Answer</strong>: Use <tt class="docutils literal"><span class="pre">Task.AsyncResult</span></tt>:</p>
325325
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">result</span> <span class="o">=</span> <span class="n">MyTask</span><span class="o">.</span><span class="n">AsyncResult</span><span class="p">(</span><span class="n">task_id</span><span class="p">)</span>
326326
<span class="gp">&gt;&gt;&gt; </span><span class="n">result</span><span class="o">.</span><span class="n">get</span><span class="p">()</span>
@@ -602,7 +602,7 @@ <h3>Navigation</h3>
602602
<li class="right" >
603603
<a href="tutorials/clickcounter.html" title="Tutorial: Creating a click counter using carrot and celery"
604604
>previous</a> |</li>
605-
<li><a href="index.html">Celery v1.1.1 (unstable) documentation</a> &raquo;</li>
605+
<li><a href="index.html">Celery v1.1.3 (unstable) documentation</a> &raquo;</li>
606606
</ul>
607607
</div>
608608
<div class="footer">

0 commit comments

Comments
 (0)