mirror of https://github.com/scrapy/scrapy.git
DOC move .. module: declaration to a proper place
This commit is contained in:
parent
f16a33f34e
commit
8ac397670f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue