index.rst 659 B

123456789101112131415161718192021222324
  1. =============
  2. Documentation
  3. =============
  4. This documentation claims to describe the behavior of :program:`feedparser` |version|.
  5. It does not claim to describe the behavior of any other version.
  6. This documentation lives at `https://pythonhosted.org/feedparser/
  7. <https://pythonhosted.org/feedparser/>`_. If you're reading it somewhere else, you may
  8. not have the latest version.
  9. This documentation is provided by the author "as is" without any express or
  10. implied warranties. See :ref:`the documentation license <license>` for more details.
  11. .. toctree::
  12. :maxdepth: 2
  13. basic
  14. advanced
  15. http
  16. annotated-examples
  17. history
  18. reference
  19. license