Use the description from README.rst on index.rst

This commit is contained in:
Adrián Chaves 2019-03-08 17:22:49 +01:00
parent c72ab1d4ba
commit b1063d9b2c
1 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,13 @@
Scrapy |version| documentation
==============================
This documentation contains everything you need to know about Scrapy.
Scrapy is a fast high-level `web crawling`_ and `web scraping`_ framework, used
to crawl websites and extract structured data from their pages. It can be used
for a wide range of purposes, from data mining to monitoring and automated
testing.
.. _web crawling: https://en.wikipedia.org/wiki/Web_crawler
.. _web scraping: https://en.wikipedia.org/wiki/Web_scraping
Getting help
============