index.rst 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. Donations
  14. =========
  15. This project relies on your generous donations.
  16. If you are using Celery to create a commercial product, please consider becoming our `backer`_ or our `sponsor`_ to ensure Celery's future.
  17. .. _`backer`: https://opencollective.com/celery#backer
  18. .. _`sponsor`: https://opencollective.com/celery#sponsor
  19. Getting Started
  20. ===============
  21. - If you're new to Celery you can get started by following
  22. the :ref:`first-steps` tutorial.
  23. - You can also check out the :ref:`FAQ <faq>`.
  24. .. _`BSD License`: http://www.opensource.org/licenses/BSD-3-Clause
  25. Contents
  26. ========
  27. .. toctree::
  28. :maxdepth: 1
  29. copyright
  30. .. toctree::
  31. :maxdepth: 2
  32. getting-started/index
  33. userguide/index
  34. .. toctree::
  35. :maxdepth: 1
  36. django/index
  37. contributing
  38. community
  39. tutorials/index
  40. faq
  41. changelog
  42. whatsnew-4.2
  43. reference/index
  44. internals/index
  45. history/index
  46. glossary
  47. Indices and tables
  48. ==================
  49. * :ref:`genindex`
  50. * :ref:`modindex`
  51. * :ref:`search`