From bd481751d8892c72ee6f6a4724e0bffc1c5ebf25 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Wed, 7 Oct 2009 22:57:25 -0200 Subject: [PATCH] moved images pipeline documentation to stable doc --HG-- rename : docs/experimental/images.rst => docs/topics/images.rst --- docs/experimental/index.rst | 1 - docs/index.rst | 3 +++ docs/{experimental => topics}/images.rst | 0 3 files changed, 3 insertions(+), 1 deletion(-) rename docs/{experimental => topics}/images.rst (100%) 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