From 54ad49f7650331035ed788e2e6f3b84f2c48875c Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sun, 12 Apr 2009 09:05:00 +0000 Subject: [PATCH] doc: fixed a couple of broken links --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401054 --- scrapy/trunk/docs/intro/overview.rst | 4 ++-- scrapy/trunk/docs/proposed/spiders.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scrapy/trunk/docs/intro/overview.rst b/scrapy/trunk/docs/intro/overview.rst index ab72588ce..f24a84647 100644 --- a/scrapy/trunk/docs/intro/overview.rst +++ b/scrapy/trunk/docs/intro/overview.rst @@ -19,7 +19,7 @@ The purpose of this document is to introduce you to the concepts behind Scrapy so you can get an idea of how it works and decide if Scrapy is what you need. When you're ready to start a project, you can :ref:`start with the tutorial -`. For more detailed information you can take a look at the +`. For more detailed information you can take a look at the :ref:`documentation contents `. Pick a website @@ -187,7 +187,7 @@ What's next? ============ The next obvious steps are for you to `download Scrapy`_, read :ref:`the -tutorial ` and join `the community`_. Thanks for your +tutorial ` and join `the community`_. Thanks for your interest! .. _download Scrapy: http://scrapy.org/download/ diff --git a/scrapy/trunk/docs/proposed/spiders.rst b/scrapy/trunk/docs/proposed/spiders.rst index d4217724e..e2e1945d6 100644 --- a/scrapy/trunk/docs/proposed/spiders.rst +++ b/scrapy/trunk/docs/proposed/spiders.rst @@ -6,7 +6,7 @@ Spiders Spiders are user written classes which define how a certain site (or domain) will be scraped; including how to crawl the site and how to scrape :ref:`Items -` from their pages. +` from their pages. All Spiders must be descendant of :class:`~scrapy.spider.BaseSpider` or any subclass of it, below you can see a list of available Spiders in Scrapy.