Merge pull request #192 from vkrest/master

Fix broken doc links.
This commit is contained in:
Pablo Hoffman 2012-11-12 13:37:52 -08:00
commit cba3967667
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Define here the models for your scraped items
#
# See documentation in:
# http://doc.scrapy.org/topics/items.html
# http://doc.scrapy.org/en/latest/topics/items.html
from scrapy.item import Item, Field

View File

@ -1,7 +1,7 @@
# Define your item pipelines here
#
# Don't forget to add your pipeline to the ITEM_PIPELINES setting
# See: http://doc.scrapy.org/topics/item-pipeline.html
# See: http://doc.scrapy.org/en/latest/topics/item-pipeline.html
class ${ProjectName}Pipeline(object):
def process_item(self, item, spider):

View File

@ -3,7 +3,7 @@
# For simplicity, this file contains only the most important settings by
# default. All the other settings are documented here:
#
# http://doc.scrapy.org/topics/settings.html
# http://doc.scrapy.org/en/latest/topics/settings.html
#
BOT_NAME = '$project_name'

View File

@ -1,7 +1,7 @@
# Automatically created by: scrapy startproject
#
# For more information about the [deploy] section see:
# http://doc.scrapy.org/topics/scrapyd.html
# http://doc.scrapy.org/en/latest/topics/scrapyd.html
[settings]
default = ${project_name}.settings