From a026e382ed1ea0ec1690b0e2976d5369ecc9e1cf Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Tue, 16 Dec 2008 15:02:32 +0000 Subject: [PATCH] renamed intro to overview --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40511 --- sites/scrapy.org/docs/sources/intro/overview.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/scrapy.org/docs/sources/intro/overview.rst b/sites/scrapy.org/docs/sources/intro/overview.rst index 5403e0f44..7d03a5b7b 100644 --- a/sites/scrapy.org/docs/sources/intro/overview.rst +++ b/sites/scrapy.org/docs/sources/intro/overview.rst @@ -1,5 +1,5 @@ -Scrapy Intro -============ +Overview +======== Scrapy is a framework designed for retrieving information from websites. The basic idea of scrapy is to be a bot that goes through websites, getting pages, extracting links and items (which can be any kind of information).