forked from scrapy/scrapy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ad5a89
commit 865d58f
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,8 +34,8 @@ 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. | ||
|
||
For more information including a list of features check the Scrapy homepage at: | ||
https://scrapy.org | ||
Check the Scrapy homepage at https://scrapy.org for more information, | ||
including a list of features. | ||
|
||
Requirements | ||
============ | ||
|
@@ -50,8 +50,8 @@ The quick way:: | |
|
||
pip install scrapy | ||
|
||
For more details see the install section in the documentation: | ||
https://docs.scrapy.org/en/latest/intro/install.html | ||
See the install section in the documentation at | ||
https://docs.scrapy.org/en/latest/intro/install.html for more details. | ||
|
||
Documentation | ||
============= | ||
|
@@ -62,17 +62,17 @@ directory. | |
Releases | ||
======== | ||
|
||
You can find release notes at https://docs.scrapy.org/en/latest/news.html | ||
You can check https://docs.scrapy.org/en/latest/news.html for release notes. | ||
|
||
Community (blog, twitter, mail list, IRC) | ||
========================================= | ||
|
||
See https://scrapy.org/community/ | ||
See https://scrapy.org/community/ for details. | ||
|
||
Contributing | ||
============ | ||
|
||
See https://docs.scrapy.org/en/master/contributing.html | ||
See https://docs.scrapy.org/en/master/contributing.html for details. | ||
|
||
Code of Conduct | ||
--------------- | ||
|
@@ -86,9 +86,9 @@ Please report unacceptable behavior to [email protected]. | |
Companies using Scrapy | ||
====================== | ||
|
||
See https://scrapy.org/companies/ | ||
See https://scrapy.org/companies/ for a list. | ||
|
||
Commercial Support | ||
================== | ||
|
||
See https://scrapy.org/support/ | ||
See https://scrapy.org/support/ for details. |