From a874964ad413ca4c29950f6bb5786ba060b4b758 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Thu, 13 Sep 2012 15:24:44 -0300 Subject: [PATCH] renamed 'XPath Selectors' title to just 'Selectors' --- docs/index.rst | 2 +- docs/topics/selectors.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 8203d85b1..6127760d1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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. diff --git a/docs/topics/selectors.rst b/docs/topics/selectors.rst index 672968126..7361b47c1 100644 --- a/docs/topics/selectors.rst +++ b/docs/topics/selectors.rst @@ -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