diff --git a/docs/experimental/index.rst b/docs/experimental/index.rst index fd841767c07..47f4ee4acad 100644 --- a/docs/experimental/index.rst +++ b/docs/experimental/index.rst @@ -19,6 +19,5 @@ it's properly merged) . Use at your own risk. .. toctree:: :maxdepth: 1 - images djangoitems scheduler-middleware diff --git a/docs/index.rst b/docs/index.rst index 628438480a3..6d4c5b90880 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -115,6 +115,7 @@ Solving specific problems topics/firefox topics/firebug topics/leaks + topics/images :doc:`faq` Get answers to most frequently asked questions. @@ -128,6 +129,8 @@ Solving specific problems :doc:`topics/leaks` Learn how to find and get rid of memory leaks in your crawler. +:doc:`topics/images` + Download static images associated with your scraped items. Extending Scrapy ================ diff --git a/docs/experimental/images.rst b/docs/topics/images.rst similarity index 100% rename from docs/experimental/images.rst rename to docs/topics/images.rst