mirror of https://github.com/scrapy/scrapy.git
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:
parent
d706182e97
commit
a0f2ce0b53
|
|
@ -11,6 +11,5 @@ Contents:
|
|||
:maxdepth: 2
|
||||
|
||||
intro/index
|
||||
tutorial/index
|
||||
topics/index
|
||||
ref/index
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ Introduction
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
overview/overview
|
||||
overview/spiders
|
||||
overview/selectors
|
||||
overview
|
||||
install
|
||||
tutorial/index
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.. _install:
|
||||
|
||||
=====================
|
||||
How to install Scrapy
|
||||
=====================
|
||||
============
|
||||
Installation
|
||||
============
|
||||
|
||||
Requirements
|
||||
============
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
|
|
@ -3,4 +3,6 @@ Topics
|
|||
|
||||
.. toctree::
|
||||
|
||||
selectors
|
||||
settings
|
||||
spiders
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue