1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 17:23:44 +00:00

renamed 'XPath Selectors' title to just 'Selectors'

This commit is contained in:
Pablo Hoffman 2012-09-13 15:24:44 -03:00
parent acb8895e1a
commit a874964ad4
2 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ Basic concepts
Write the rules to crawl your websites.
:doc:`topics/selectors`
Extract the data from web pages.
Extract the data from web pages using XPath.
:doc:`topics/shell`
Test your extraction code in an interactive environment.

View File

@ -1,8 +1,8 @@
.. _topics-selectors:
===============
XPath Selectors
===============
=========
Selectors
=========
When you're scraping web pages, the most common task you need to perform is
to extract data from the HTML source. There are several libraries available to