index.rst 1017 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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: 2
  18. getting-started/index
  19. userguide/index
  20. .. toctree::
  21. :maxdepth: 1
  22. configuration
  23. django/index
  24. contributing
  25. community
  26. tutorials/index
  27. faq
  28. whatsnew-2.6
  29. whatsnew-2.5
  30. changelog
  31. reference/index
  32. internals/index
  33. Indices and tables
  34. ==================
  35. * :ref:`genindex`
  36. * :ref:`modindex`
  37. * :ref:`search`