index.rst 943 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. If you're new to Celery you can get started by following
  9. the :ref:`first-steps` tutorial.
  10. .. _`BSD License`: http://www.opensource.org/licenses/BSD-3-Clause
  11. Contents:
  12. .. toctree::
  13. :maxdepth: 2
  14. getting-started/index
  15. userguide/index
  16. .. toctree::
  17. :maxdepth: 1
  18. configuration
  19. django/index
  20. cookbook/index
  21. contributing
  22. community
  23. tutorials/index
  24. faq
  25. whatsnew-2.6
  26. whatsnew-2.5
  27. changelog
  28. reference/index
  29. internals/index
  30. Indices and tables
  31. ==================
  32. * :ref:`genindex`
  33. * :ref:`modindex`
  34. * :ref:`search`