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:
parent
1c5294bee1
commit
2fb5e62c39
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user