Paul Tremberth
75dd45d9bb
Merge pull request #2279 from scrapy/release-notes-1.1.3
...
[1.1] Update release notes for upcoming 1.1.3 bugfix release
2016-09-22 22:02:12 +02:00
Paul Tremberth
176b383b7e
Set release date, fix typo and add tutorial improvement issue number
2016-09-22 21:33:05 +02:00
Paul Tremberth
be06a4e397
Remove "scrapy" line from shell help (it's new in 1.2 only)
2016-09-22 19:14:00 +02:00
Paul Tremberth
517acf7d99
[backport][PR#2252] Rewrite tutorial seeking to improve learning path
2016-09-22 19:02:55 +02:00
Paul Tremberth
00ae4024b3
Update release notes for upcoming 1.1.3 bugfix release
2016-09-22 17:21:26 +02:00
Elias Dorneles
b27e41fc26
mentions stackoverflow as help channel ( fixes #2255 )
2016-09-19 11:52:04 +02:00
Wayne Lovely
d638f893e8
Fix a dict key in the tutorial
2016-09-17 14:20:44 +02:00
Elias Dorneles
de052bbd1d
use better condition in example spider
2016-09-16 15:58:17 -03:00
Elias Dorneles
511eb0d657
minor grammar fix
2016-09-16 15:58:17 -03:00
Elias Dorneles
45219ea079
docs: update overview spider code to use toscrape.com and minor changes
...
So, this will replace the spider example code from the overview that
scrapes questions from StackOverflow by a spider scraping quotes (much
like the one in the tutorial), and upates the text around it to be
consistent.
There are also minor wording changes plus a small Sphinx/reST syntax fix
on the features list at the bottom (it was creating a definition list,
causing one line to be bold).
2016-09-16 15:58:17 -03:00
Elias Dorneles
19d57f59af
updated tutorial as per review comments
2016-09-15 18:30:51 +02:00
Valdir Stumm Junior
c1f4070d81
fix indentation issue
2016-09-15 18:29:59 +02:00
Valdir Stumm Junior
812474bb42
changed tutorial examples from dmoz to quotes.toscrape.com
2016-09-15 18:29:41 +02:00
Mikhail Korobov
beb411d5b6
Merge pull request #2218 from mremes/patch-1
...
[MRG+1] Update exceptions.rst
2016-09-08 20:27:37 +06:00
Valdir Stumm Junior
0f7a99e8f4
Add Segment Analytics to Documentation
2016-09-05 08:41:18 -03:00
Matti Remes
e84d37a3fd
Update exceptions.rst
...
Added the missing dot.
2016-09-04 21:50:46 +03:00
Matti Remes
38abd838ca
Update exceptions.rst
...
There are namely no constructors in classes in Python but an ``__init__`` method instead.
2016-09-03 17:36:47 +03:00
Paul Tremberth
05787d09e7
Add release notes for 1.1.2 version
2016-08-18 16:18:27 +02:00
Jesús Losada
2295499957
Add documentation on Amazon S3 ACLs
2016-08-01 15:56:18 +02:00
Jesús Losada
f6def018a1
Document S3 capabilities in FilesPipeline and ImagesPipeline
2016-08-01 15:56:18 +02:00
Paul Tremberth
7e7c832f9f
Update 1.1.1 release date
2016-07-13 17:59:11 +02:00
Paul Tremberth
ed79193f49
Update notes with latest 1.1 commits
2016-07-13 17:49:17 +02:00
Paul Tremberth
51ed24904b
Update release notes for upcoming 1.1.1 release
2016-07-13 17:36:48 +02:00
Kenneth Schnall
758802d41b
Update practices.rst
2016-07-13 17:25:08 +02:00
Pawel Miech
d40de1e013
[image_pipeline] style edits
...
* 80 characters line limit
* shortening some code
* removed dead code
* add doctest for _key_for_pipe function
2016-07-13 17:02:13 +02:00
Pawel Miech
d9a9f76ca0
[files-pipeline] update docs with note about settings
...
for subclasses.
2016-07-13 17:02:13 +02:00
Pawel Miech
c6277c9963
[image-pipeline] image settings with class name
...
allow to have image settings with class name, so that settings for user defined ImagePipeline
subclasses can be defined easily.
2016-07-13 17:02:12 +02:00
Pawel Miech
6bec0f773b
[image_pipeline] tests for class attrs backward compatibility
...
and docs about image pipeline settings.
2016-07-13 17:02:12 +02:00
Valdir Stumm Junior
848bd4c2a2
document new genspider behavior
2016-07-08 18:48:39 +02:00
Νικόλαος-Διγενής Καραγιάννης
8ffb30fbef
Encourage descriptive PR titles
2016-07-08 12:30:54 +02:00
Pawel Miech
dc8db8b35e
docs on Scrapy on Windows + Python 3
2016-07-08 11:17:04 +02:00
Pawel Miech
adb837d7b7
[docs] warnings about windows + python 3 in faq and install
2016-07-08 11:16:52 +02:00
Pawel Miech
d191785194
[docs] add note about windows + python3
2016-07-08 11:16:42 +02:00
Paul Tremberth
7b7e492d28
Do not commit on any HTML parsing speed assumption with BS4+lxml
2016-06-16 22:27:17 +02:00
Paul Tremberth
9db63f588d
Add note on how to choose parser with BeautifulSoup
2016-06-16 22:27:04 +02:00
Paul Tremberth
05ce6afa3f
Add FAQ entry on using BeautifulSoup in spider callbacks
2016-06-16 22:26:54 +02:00
Matt O'Connell
04d4cca545
Typo fixes
2016-06-16 22:21:41 +02:00
Konstantin Lopuhin
e6a0baa8fe
Use "url" variable in the example
...
Instead of hardcoded http://www.example.com : without it url variable is unused and only one request will make it past dupefilter.
2016-06-08 17:37:26 +02:00
Paul Tremberth
1be1b454ef
DOC Add info and example on errbacks
2016-06-08 17:32:56 +02:00
Paul Tremberth
efaabbdb99
DOC Update copyright notice
2016-06-08 17:31:37 +02:00
Paul Tremberth
239254b282
[DOC][Overview] Use idiomatic .extract_first()
2016-06-08 17:27:55 +02:00
Paul Tremberth
4ea2453ae0
DOC Place FEED_TEMPDIR setting at lexicographical position
2016-06-08 17:24:33 +02:00
Paul Tremberth
bcf902bde0
Update release notes and date for 1.1.0
2016-05-11 17:31:50 +02:00
Panayiotis Lipiridis
28efd8dd35
Github >> GitHub
2016-05-11 17:10:12 +02:00
Paul Tremberth
c9fa29cbd9
Merge 1.0.6 release notes
2016-05-11 14:51:15 +02:00
Paul Tremberth
651c6f639e
Add notes on botocore support and JsonItemExporter opening/closing brackets
2016-04-28 17:54:37 +02:00
Paul Tremberth
15ed4bfd8d
Update release notes with recent features and bug fixes.
2016-04-28 15:39:19 +02:00
Paul Tremberth
bd6b3c0608
Reference StackOverflow's "minimal, complete, and verifiable example" guide
2016-04-12 16:13:05 +02:00
Konstantin Lopuhin
db61d54663
Fix FAQ entry about python versions support
2016-04-12 16:12:46 +02:00
djunzu
fd98e3c031
Update docs.
...
modified: docs/topics/media-pipeline.rst
2016-04-11 18:06:03 +02:00