diff --git a/docs/topics/spiders.rst b/docs/topics/spiders.rst index 036c4e744..2985a7a89 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -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