From e3df11e5bb57a08677e53d014c656d53534ae89b Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Mon, 7 Sep 2009 12:03:24 -0300 Subject: [PATCH] added module directive to spidermw documentation --- docs/topics/spider-middleware.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/spider-middleware.rst b/docs/topics/spider-middleware.rst index 682f9d696..9f5881b62 100644 --- a/docs/topics/spider-middleware.rst +++ b/docs/topics/spider-middleware.rst @@ -55,6 +55,8 @@ Writing your own spider middleware Writing your own spider middleware is easy. Each middleware component is a single Python class that defines one or more of the following methods: +.. module:: scrapy.contrib.spidermiddleware + .. class:: SpiderMiddleware .. method:: process_spider_input(response, spider)