Skip to content

Commit 7cc9b92

Browse files
committed
Fixes for celery#3294
1 parent b34863d commit 7cc9b92

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

README.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Get Started
7777
===========
7878

7979
If this is the first time you're trying to use Celery, or you are
80-
new to Celery 3.0 coming from previous versions then you should read our
80+
new to Celery 4.0 coming from previous versions then you should read our
8181
getting started tutorials:
8282

8383
- `First steps with Celery`_
@@ -268,9 +268,6 @@ Concurrency
268268
:``celery[gevent]``:
269269
for using the ``gevent`` pool.
270270

271-
:``celery[threads]``:
272-
for using the thread pool.
273-
274271
Transports and Backends
275272
~~~~~~~~~~~~~~~~~~~~~~~
276273

@@ -304,9 +301,6 @@ Transports and Backends
304301
:``celery[zookeeper]``:
305302
for using Zookeeper as a message transport.
306303

307-
:``celery[zeromq]``:
308-
for using ZeroMQ as a message transport (*experimental*).
309-
310304
:``celery[sqlalchemy]``:
311305
for using SQLAlchemy as a result backend (*supported*).
312306

docs/getting-started/introduction.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ across data centers.
6767
Get Started
6868
===========
6969

70-
If this is the first time you're trying to use Celery, or you are
71-
new to Celery 3.0 coming from previous versions then you should read our
72-
getting started tutorials:
70+
If this is the first time you're trying to use Celery, or if you haven't
71+
kept up with development in the 3.1 version and are coming from previous versions,
72+
then you should read our getting started tutorials:
7373

7474
- :ref:`first-steps`
7575
- :ref:`next-steps`

docs/includes/introduction.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ by `using webhooks`_.
3838
What do I need?
3939
===============
4040

41-
Celery version 3.0 runs on,
41+
Celery version 4.0 runs on,
4242

4343
- Python (2.7, 3.4, 3.5)
4444
- PyPy (5.1, 2.4)
@@ -69,7 +69,7 @@ Get Started
6969
===========
7070

7171
If this is the first time you're trying to use Celery, or you are
72-
new to Celery 3.0 coming from previous versions then you should read our
72+
new to Celery 4.0 coming from previous versions then you should read our
7373
getting started tutorials:
7474

7575
- `First steps with Celery`_

0 commit comments

Comments
 (0)