rearranged doc according to what we agreed on a meeting with elpolilla and ismael

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40603
This commit is contained in:
Pablo Hoffman 2009-01-02 16:25:28 +00:00
parent d706182e97
commit a0f2ce0b53
16 changed files with 10 additions and 10 deletions

View File

@ -11,6 +11,5 @@ Contents:
:maxdepth: 2
intro/index
tutorial/index
topics/index
ref/index

View File

@ -4,7 +4,6 @@ Introduction
.. toctree::
:maxdepth: 1
overview/overview
overview/spiders
overview/selectors
overview
install
tutorial/index

View File

@ -1,8 +1,8 @@
.. _install:
=====================
How to install Scrapy
=====================
============
Installation
============
Requirements
============

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View File

@ -3,4 +3,6 @@ Topics
.. toctree::
selectors
settings
spiders

View File

@ -1,6 +1,6 @@
===============
Scrapy settings
===============
========
Settings
========
The Scrapy settings allows you to customize the behaviour of all Scrapy
components, including the core, extensions, pipelines and spiders themselves.