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: