From 8d006e9ea16f78ddc001c2ab4e80567ecd49d47f Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Mon, 31 Aug 2009 20:47:12 -0300 Subject: [PATCH] moved item exporters doc to stable doc --HG-- rename : docs/experimental/exporters.rst => docs/topics/exporters.rst --- docs/experimental/index.rst | 1 - docs/index.rst | 4 ++++ docs/{experimental => topics}/exporters.rst | 0 docs/topics/item-pipeline.rst | 8 ++++---- 4 files changed, 8 insertions(+), 5 deletions(-) rename docs/{experimental => topics}/exporters.rst (100%) diff --git a/docs/experimental/index.rst b/docs/experimental/index.rst index 838759ac4..a6546ba36 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 - exporters images djangoitems diff --git a/docs/index.rst b/docs/index.rst index 425090df2..906ba38ab 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -169,6 +169,7 @@ Reference topics/settings topics/signals topics/exceptions + topics/exporters :doc:`topics/scrapy-ctl` Understand the command used to control your Scrapy project. @@ -185,6 +186,9 @@ Reference :doc:`topics/exceptions` See all available exceptions and their meaning. +:doc:`topics/exporters` + Quickly export your scraped items to a file (XML, CSV, etc). + All the rest ============ diff --git a/docs/experimental/exporters.rst b/docs/topics/exporters.rst similarity index 100% rename from docs/experimental/exporters.rst rename to docs/topics/exporters.rst diff --git a/docs/topics/item-pipeline.rst b/docs/topics/item-pipeline.rst index cd0ce085f..566a32652 100644 --- a/docs/topics/item-pipeline.rst +++ b/docs/topics/item-pipeline.rst @@ -106,10 +106,10 @@ File Export Pipeline This pipeline exports all scraped items into a file, using different formats. -It is simple but convenient wrapper to use :doc:`Item Exporters -` as :ref:`Item Pipelines `. If -you need more custom/advanced functionality you can write your own pipeline or -subclass the :doc:`Item Exporters ` . +It is simple but convenient wrapper to use :doc:`Item Exporters ` as +:ref:`Item Pipelines `. If you need more custom/advanced +functionality you can write your own pipeline or subclass the :doc:`Item +Exporters ` . It supports the following settings: