From 8ac397670f319c541e9bfe25db0de34215f633c7 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Thu, 19 Mar 2015 21:41:36 +0500 Subject: [PATCH] DOC move .. module: declaration to a proper place --- docs/topics/spiders.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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