illgitthat
07822935ec
Updating link for miniconda ( #4089 )
2019-10-22 12:05:34 +02:00
Adrián Chaves
a4aa5b8926
Fix internal links in the tutorial and release notes
2019-10-02 14:51:06 +02:00
elacuesta
5dbeece8da
[MRG+1] Drop py34 support - Update CI envs ( #3892 )
...
* Drop py34 support
* Travis experiments
* More Travis experiments
* Bump Twisted version for py35+ (stretch)
* Remove Debian build
* Remove pinned lxml for Py34
* Fix merge error
* Remove unused tox env
* Add environment with pinned versions for py36
* Bump minimum Twisted version in py27; Envs with pinned versions for py27 and py35
* Add botocore as extra dep for py27 tests
* Update requirements-py2.txt
* Add botocore and Pillow as extra dependencies
2019-08-07 12:36:52 +05:00
Artem Kuchumov
c81e15ed6e
Tutorial: scrapy shell example should say "text" not "title" ( #3807 )
...
Tutorial: scrapy shell example should say "text" not "title"
2019-06-05 13:15:23 +05:00
float13
a101d5fe5c
text edit - delete 2 extra words
2019-04-05 01:12:20 -04:00
float13
77e3695686
grammar fix - add apostrophe-s to browser
2019-04-05 01:04:59 -04:00
float13
d711ecfc18
grammar fix - delete extra word "shell"
2019-04-05 00:56:51 -04:00
float13
6336e1d1f3
grammar fix - delete unneeded apostrophe in "lets"
2019-04-05 00:54:46 -04:00
hsiao yi
cd9d8e28cd
unify the quote style
2018-12-11 19:21:07 +08:00
Adrián Chaves
274b65dff4
Add a troubleshooting section to the installation instructions
...
Its initial content covers the workaround for #2473 .
2018-12-03 16:36:05 +01:00
Immanuella Lim
6c98010f11
Remove 'Dive into Python3' reference
2018-11-04 16:04:45 +08:00
Immanuella Lim
c9b5bd6ad7
Remove ad link Dive Into Python3 from tutorial docs
2018-10-18 02:22:32 +08:00
Mikhail Korobov
2c3b2158c9
DOC address @stummjr's review comments
...
* fixed several small issues
* re-written "Creating Selectors" section
* fixed remaining .extract usage in tests
2018-09-18 05:02:17 +05:00
Mikhail Korobov
bdcc045f62
DOC switch from .extract to get/getall API in docs
...
Also, response.urljoin is added in a few places, for robustness.
2018-09-12 17:57:27 +05:00
Mikhail Korobov
afce9716fa
DOC mention .attrib in the tutorial
2018-09-12 17:57:27 +05:00
Mikhail Korobov
2c48d156db
DOC cleanup references in tutorials:
...
* remove unused link
* fix ReST syntax
* fix a link to regular expression docs
2018-09-12 17:57:27 +05:00
Mikhail Korobov
09fd6c2a81
DOC unlink Firefox & Firebug sections from the tutorial for now.
...
See https://github.com/scrapy/scrapy/issues/3373 and https://github.com/scrapy/scrapy/issues/3372 for motivation.
2018-09-12 17:57:27 +05:00
Mikhail Korobov
ca27010d4f
DOC .extract_first() -> .get()
2018-09-12 17:57:27 +05:00
Raphael Wuillemier
af555cab23
Added general guide for developer tools instead of Firefox and Firebug-sections
2018-08-22 14:15:53 +02:00
Raphael Wuillemier
d3aa1e8666
Updated tutorial.rst to include more and up-to-date beginner resources
2018-08-06 17:40:31 +02:00
Konstantin Lopuhin
bb1f311891
Add PyPy3 support to faq and install doc
2017-12-25 15:46:05 +03:00
Konstantin Lopuhin
ea41114cf0
Mention PyPy support, add PyPy to install docs
2017-12-25 12:35:04 +03:00
Hugo
cbcf80b98f
Fix typo
...
[CI skip]
2017-12-20 17:34:13 +02:00
Hugo
44623687ab
Drop support for EOL Python 3.3
2017-12-19 17:59:05 +02:00
Aditya
9d9d83a8c3
Use https links wherever possible
2017-10-28 16:24:40 +05:30
Aditya
9dd680d5c9
Use https for external links wherever possible in docs
2017-10-26 23:33:45 +05:30
Weldon Malbrough
169dc2860e
Update tutorial.rst startproject files
...
Added middlewares.py to accurately reflect the file structure created by "scrapy startproject tutorial"
2017-10-16 22:46:32 -04:00
Renze Yu
088b80d41a
minor fix typo
2017-09-13 23:29:22 +08:00
Pablo Hoffman
a429d78019
update scrapinghub.com urls to use https
2017-08-24 16:03:36 -03:00
Paul Tremberth
fad6b70d92
Use https:// for readthedocs links
2017-06-01 16:41:52 +02:00
Paul Tremberth
163618c9b7
FAQ Rewrite note on Python 3 support on Windows
2017-03-29 12:02:44 +02:00
Paul Tremberth
36160f1b0a
Merge pull request #2477 from scrapy/recommend-anaconda-for-win
...
[MRG+2] docs: installation instructions, mention conda in the beginning (closes #2475 )
2017-03-09 12:56:50 +01:00
Mikhail Korobov
5b79c6a679
DOC document response.follow methods; expand the tutorial
2017-02-16 00:06:52 +05:00
Mikhail Korobov
877057fac0
initial response.follow implementation
2017-02-15 01:22:53 +05:00
Paul Tremberth
29e60213db
Use consistent selectors for author field in tutorial
2017-02-09 10:41:21 +01:00
Elias Dorneles
b6ab1ae9c3
docs: installation instructions, mention conda in the beginning ( closes #2475 )
2017-01-03 15:14:59 -02:00
Mikhail Korobov
0fc73a9d55
DOC update examples with long longger names
2016-12-16 21:47:58 +05:00
Rolando Espinoza
76459e1969
Update conda channel to conda-forge and show conda version badge.
2016-11-08 21:30:27 -03:00
Elias Dorneles
a9c74dbe42
Merge pull request #2339 from visued/master
...
[MRG+1] Update documentation to explain the use of double quotes on Windows (fixes #2325 )
2016-10-25 09:53:24 -02:00
Randy Pen
c7d245b90b
update
...
Thx for your advice.
2016-10-21 10:52:50 +02:00
Randy Pen
eacc5937e4
fix example code
...
In the AuthorSpider, original css selector failed to get links of author pages
2016-10-21 10:52:50 +02:00
Victor Sued
f74051e69e
update documentation to explain the use of double quotes on Windows.
2016-10-18 16:36:43 -02:00
Paul Tremberth
fed53c1e28
Merge pull request #2267 from scrapy/deprecate-ubuntu-packages
...
[MRG+1] Deprecate official Ubuntu packages and update installation instructions
2016-09-30 17:35:29 +02:00
Paul Tremberth
33d04684e5
Fix typo
2016-09-29 10:25:21 +02:00
Valdir Stumm Junior
5680c61063
Doc: update examples section with quotes.toscrape.com spiders
2016-09-28 15:45:01 -03:00
Paul Tremberth
23abf2d31b
Fix title underline
2016-09-28 18:31:27 +02:00
Paul Tremberth
8d130b295a
Update installation guide
2016-09-28 17:09:17 +02:00
Elias Dorneles
f4a2208916
addressing review comments and other minor editing
2016-09-22 11:04:45 -03:00
Elias Dorneles
d636e5baa8
better description for start_requests expected return value
2016-09-21 18:54:12 -03:00
Elias Dorneles
32017a76f8
recommend learn python the hard way for beginners
2016-09-21 11:06:36 -03:00