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