images.rst -> media-pipeline.rst

This commit is contained in:
Elias Dorneles 2015-04-15 14:26:08 -03:00
parent fd1c688ad6
commit a1f3b3c7f0
4 changed files with 6 additions and 4 deletions

View File

@ -148,7 +148,7 @@ Solving specific problems
topics/firefox
topics/firebug
topics/leaks
topics/images
topics/media-pipeline
topics/ubuntu
topics/scrapyd
topics/autothrottle
@ -180,7 +180,7 @@ Solving specific problems
:doc:`topics/leaks`
Learn how to find and get rid of memory leaks in your crawler.
:doc:`topics/images`
:doc:`topics/media-pipeline`
Download files and/or images associated with your scraped items.
:doc:`topics/ubuntu`

View File

@ -1,4 +1,4 @@
.. _topics-images:
.. _topics-media-pipeline:
===========================================
Downloading and processing files and images

View File

@ -1,5 +1,7 @@
"""
Files Pipeline
See documentation in topics/media-pipeline.rst
"""
import hashlib

View File

@ -1,7 +1,7 @@
"""
Images Pipeline
See documentation in topics/images.rst
See documentation in topics/media-pipeline.rst
"""
import hashlib