DOC move .. module: declaration to a proper place

This commit is contained in:
Mikhail Korobov 2015-03-19 21:41:36 +05:00
parent f16a33f34e
commit 8ac397670f
1 changed files with 3 additions and 4 deletions

View File

@ -42,6 +42,9 @@ Even though this cycle applies (more or less) to any kind of spider, there are
different kinds of default spiders bundled into Scrapy for different purposes.
We will talk about those types here.
.. module:: scrapy.spider
:synopsis: Spiders base class, spider manager and spider middleware
.. _topics-spiders-ref:
scrapy.Spider
@ -310,10 +313,6 @@ with a ``TestItem`` declared in a ``myproject.items`` module::
description = scrapy.Field()
.. module:: scrapy.spider
:synopsis: Spiders base class, spider manager and spider middleware
.. module:: scrapy.contrib.spiders
:synopsis: Collection of generic spiders