index.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. =================================
  2. Celery - Distributed Task Queue
  3. =================================
  4. Celery aims to be a fast, reliable and flexible, best-of-breed solution
  5. to process vast amounts of messages in a distributed fashion, while
  6. providing operations with the tools to maintain such a system.
  7. Celery is Open Source and licensed under the `BSD License`_.
  8. Getting Started
  9. ===============
  10. - If you are new to Celery you can get started by following
  11. the :ref:`first-steps` tutorial.
  12. - You can also check out the :ref:`FAQ <faq>`.
  13. .. _`BSD License`: http://www.opensource.org/licenses/BSD-3-Clause
  14. Contents
  15. ========
  16. .. toctree::
  17. :maxdepth: 1
  18. copyright
  19. .. toctree::
  20. :maxdepth: 2
  21. getting-started/index
  22. userguide/index
  23. .. toctree::
  24. :maxdepth: 1
  25. configuration
  26. django/index
  27. contributing
  28. community
  29. tutorials/index
  30. faq
  31. whatsnew-2.6
  32. whatsnew-2.5
  33. changelog
  34. reference/index
  35. internals/index
  36. Indices and tables
  37. ==================
  38. * :ref:`genindex`
  39. * :ref:`modindex`
  40. * :ref:`search`