1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-26 07:24:06 +00:00

added topics section to docs, changed reference to ref

--HG--
rename : scrapy/trunk/docs/reference/index.rst => scrapy/trunk/docs/ref/index.rst
rename : scrapy/trunk/docs/reference/settings.rst => scrapy/trunk/docs/ref/settings.rst
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40601
This commit is contained in:
Pablo Hoffman 2009-01-02 16:08:18 +00:00
parent c1edf0e381
commit 808923f5fd
5 changed files with 10 additions and 3 deletions

View File

@ -12,4 +12,5 @@ Contents:
intro/index
tutorial/index
reference/index
topics/index
ref/index

View File

@ -0,0 +1,6 @@
Topics
======
.. toctree::
settings

View File

@ -61,7 +61,7 @@ It's where most of your custom settings will be populated.
------------------
The global defaults are located in scrapy.conf.default_settings and documented
in the :reference:`settings` page.
in the :ref:`settings` page.
How to access settings
@ -76,7 +76,7 @@ To access settings from Python code::
Available settings
==================
See :reference:`settings`.
See :ref:`settings`.
Rationale for setting names
===========================