1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 08:24:21 +00:00

doc: update overview page to point to the genspider command. refs #107

This commit is contained in:
Pablo Hoffman 2012-04-19 02:37:22 -03:00
parent 1c5294bee1
commit 2fb5e62c39
2 changed files with 11 additions and 2 deletions

View File

@ -186,6 +186,8 @@ directly) are actually lists. This is because the :ref:`selectors
perform some additional parsing/cleansing to the values. That's what
:ref:`Item Loaders <topics-loaders>` are for.
.. _topics-whatelse:
What else?
==========
@ -226,6 +228,10 @@ scraping easy and efficient, such as:
* Robust encoding support and auto-detection, for dealing with foreign,
non-standard and broken encoding declarations.
* Support for creating spiders based on pre-defined templates, to speed up
spider creation and make their code more consistent on large projects. See
:command:`genspider` command for more details.
* Extensible :ref:`stats collection <topics-stats>` for multiple spider
metrics, useful for monitoring the performance of your spiders and detecting
when they get broken

View File

@ -436,8 +436,11 @@ Next steps
==========
This tutorial covers only the basics of Scrapy, but there's a lot of other
features not mentioned here. We recommend you continue by playing with an
example project (see :ref:`intro-examples`), and then continue with the section
features not mentioned here. Check the :ref:`topics-whatelse` section in
:ref:`intro-overview` chapter for a quick overview of the most important ones.
Then, we recommend you continue by playing with an example project (see
:ref:`intro-examples`), and then continue with the section
:ref:`section-basics`.
.. _JSON: http://en.wikipedia.org/wiki/JSON