mirror of https://github.com/scrapy/scrapy.git
updated some docs paths
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40638
This commit is contained in:
parent
ea439e4b03
commit
8d255f7bac
|
|
@ -2,14 +2,14 @@
|
|||
This module contains the default values for all settings used by Scrapy.
|
||||
|
||||
For more information about these settings you can read the settings
|
||||
documentation in docs/reference/settings.rst
|
||||
documentation in docs/ref/settings.rst
|
||||
|
||||
Scrapy developers, if you add a setting here remember to:
|
||||
|
||||
* add it in alphabetical order
|
||||
* group similar settings without leaving blank lines
|
||||
* add its documentation to the available settings documentation
|
||||
(docs/reference/settings.rst)
|
||||
(docs/ref/settings.rst)
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue