index.rst 666 B

123456789101112131415161718192021222324252627282930313233
  1. .. scrapy-kafka documentation master file, created by
  2. sphinx-quickstart on Mon Aug 11 13:03:54 2014.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to scrapy-kafka
  6. =========================
  7. Kafka-based components for Scrapy, to allow Spiders to read their next URL
  8. from a Kafka topic and an `ItemPipeline` to store the JSON-ified `Item` back
  9. into a Kafka topic.
  10. Contents:
  11. .. toctree::
  12. :maxdepth: 2
  13. API reference
  14. --------------
  15. .. toctree::
  16. :maxdepth: 2
  17. api
  18. settings
  19. Indices and tables
  20. ==================
  21. * :ref:`genindex`
  22. * :ref:`modindex`
  23. * :ref:`search`