Ask Solem 13 gadi atpakaļ
vecāks
revīzija
9accf7f4bf
2 mainītis faili ar 14 papildinājumiem un 5 dzēšanām
  1. 1 1
      docs/conf.py
  2. 13 4
      docs/whatsnew-2.5.rst

+ 1 - 1
docs/conf.py

@@ -103,7 +103,7 @@ html_sidebars = {
 
 ### Issuetracker
 
-if not os.environ.get("SKIP_ISSUES"):
+if False:
     issuetracker = "github"
     issuetracker_project = "ask/celery"
     issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'

+ 13 - 4
docs/whatsnew-2.5.rst

@@ -4,18 +4,27 @@
  What's new in Celery 2.5
 ==========================
 
-After the hard work of countless contributors, four months in the making
-we are proud to present the 2.5 version of Celery.
+Celery aims to be a flexible and reliable, best-of-breed solution
+to process vast amounts of messages in a distributed fashion, while
+providing operations with the tools to maintain such a system.
+
+Celery has a large and diverse community of users and contributors,
+you should come join us :ref:`on IRC <irc-channel>`
+or :ref:`our mailing-list <mailing-list>`.
+
+To read more about Celery you should visit our `website`_.
 
 While this version is backward compatible with previous versions
 it is important that you read the following section.
 
+If you use Celery in combination with Django you must also
+read the `django-celery changelog`_ and upgrade to `django-celery 2.5`_.
+
 This version is officially supported on CPython 2.5, 2.6, 2.7, 3.2 and 3.3,
 as well as PyPy and Jython.
 
-If you use Celery in combination with Django you must also
-read the `django-celery changelog`_ and upgrade to `django-celery 2.5`_.
 
+.. _`website`: http://celeryproject.org/
 .. _`django-celery changelog`: http://bit.ly/djcelery-25-changelog
 .. _`django-celery 2.5`: http://pypi.python.org/pypi/django-celery/