documentation build warning fixes

This commit is contained in:
nyov 2015-04-01 19:46:21 +00:00
parent 27591b55fc
commit 92b574309e
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ in standard locations:
1. ``/etc/scrapy.cfg`` or ``c:\scrapy\scrapy.cfg`` (system-wide),
2. ``~/.config/scrapy.cfg`` (``$XDG_CONFIG_HOME``) and ``~/.scrapy.cfg`` (``$HOME``)
for global (user-wide) settings, and
for global (user-wide) settings, and
3. ``scrapy.cfg`` inside a scrapy project's root (see next section).
Settings from these files are merged in the listed order of preference:

View File

@ -22,7 +22,7 @@ Various Scrapy components use extra information provided by Items:
exporters look at declared fields to figure out columns to export,
serialization can be customized using Item fields metadata, :mod:`trackref`
tracks Item instances to help finding memory leaks
(see :ref:`topics-leaks-trackrefs`_), etc.
(see :ref:`topics-leaks-trackrefs`), etc.
.. _dictionary-like: https://docs.python.org/2/library/stdtypes.html#dict