index.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. =================================
  2. Celery - Distributed Task Queue
  3. =================================
  4. Celery is a simple, flexible, and reliable distributed system to
  5. process vast amounts of messages, while providing operations with
  6. the tools required to maintain such a system.
  7. It's a task queue with focus on real-time processing, while also
  8. supporting task scheduling.
  9. Celery has a large and diverse community of users and contributors,
  10. you should come join us :ref:`on IRC <irc-channel>`
  11. or :ref:`our mailing-list <mailing-list>`.
  12. Celery is Open Source and licensed under the `BSD License`_.
  13. Getting Started
  14. ===============
  15. - If you're new to Celery you can get started by following
  16. the :ref:`first-steps` tutorial.
  17. - You can also check out the :ref:`FAQ <faq>`.
  18. .. _`BSD License`: http://www.opensource.org/licenses/BSD-3-Clause
  19. Contents
  20. ========
  21. .. toctree::
  22. :maxdepth: 1
  23. copyright
  24. .. toctree::
  25. :maxdepth: 2
  26. getting-started/index
  27. userguide/index
  28. .. toctree::
  29. :maxdepth: 1
  30. django/index
  31. contributing
  32. community
  33. tutorials/index
  34. faq
  35. changelog
  36. whatsnew-4.2
  37. reference/index
  38. internals/index
  39. history/index
  40. glossary
  41. Indices and tables
  42. ==================
  43. * :ref:`genindex`
  44. * :ref:`modindex`
  45. * :ref:`search`