Paul Tremberth
e5d30eb4e1
Set release date for 1.0.7
2017-03-03 19:18:09 +01:00
Paul Tremberth
299ea830d6
Update release notes for 1.0.7
2017-03-03 19:13:19 +01:00
Paul Tremberth
a591b8ed12
Add release notes for 1.0.6
2016-05-04 16:10:24 +02:00
Paul Tremberth
38b09085eb
Add support for Sphinx 1.4
...
See http://www.sphinx-doc.org/en/stable/changes.html#release-1-4-released-mar-28-2016
sphinx_rtd_theme has become optional, needs to be added to reqs
https://github.com/sphinx-doc/sphinx/pull/2320 changes node entries tuples
to 5 values instead of 4
`sh` syntax highlighting added very locally in selectors.rst
because of this warning/error with Sphinx 1.4:
```
Warning, treated as error:
/home/paul/src/scrapy/docs/topics/selectors.rst:743:
WARNING: Could not lex literal_block as "python". Highlighting skipped.
```
2016-03-30 17:55:20 +02:00
Lele
6d193e4dab
Changed sel. to response. for clarity
...
Changed sel. to response. to comply with the rest of the examples in the same section, to avoid confusion.
2016-03-18 03:30:31 +01:00
Paul Tremberth
fd0a0ce054
Add 1.0.5 release notes
2016-02-03 16:08:46 +01:00
Nabil Kadimi
808a9ea9fb
Update tutorial.rst
2016-01-14 07:59:06 +00:00
Mikhail Korobov
a4b103f0d2
Merge pull request #1643 from orangain/doc-downloader-middleware-base-1.0
...
DOC: Add AjaxCrawlMiddleware to DOWNLOADER_MIDDLEWARES_BASE
2016-01-13 12:57:02 +05:00
Daniel Graña
bf5628199d
Add 1.0.4 release notes
2015-12-30 15:48:49 -03:00
orangain
aa239ade8a
DOC: Add captions to toctrees which appear in sidebar
2015-12-30 14:35:26 -03:00
Rolando Espinoza
10eb400e25
DOC Removed pywin32 from install instructions as it's already declared as dependency.
2015-12-30 14:35:16 -03:00
Rolando Espinoza
1c3600abd7
Added installation notes about using Conda for Windows and other OSes.
2015-12-30 14:34:59 -03:00
David Chen
7f4ddd5d8d
Fixed minor grammar issues.
2015-12-30 14:34:47 -03:00
Valdir Stumm Jr
b71f6775c1
fixed a typo in the documentation.
2015-12-30 14:34:15 -03:00
Christian Pedersen
5456c0e610
Version 1 now exists
2015-12-30 14:34:06 -03:00
hoatle
0a1366ed8d
fix another invalid xpath error
2015-12-30 14:33:19 -03:00
Hoat Le
ca8d60f267
fix ValueError: Invalid XPath: //div/[id="not-exists"]/text() on selectors.rst
...
>>> response.xpath('//div/[id="not-exists"]/text()').extract_first() is None
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/home/vagrant/.virtualenvs/scrapy/lib/python2.7/site-packages/scrapy/http/response/text.py", line 109, in xpath
return self.selector.xpath(query)
File "/home/vagrant/.virtualenvs/scrapy/lib/python2.7/site-packages/scrapy/selector/unified.py", line 100, in xpath
raise ValueError(msg if six.PY3 else msg.encode("unicode_escape"))
ValueError: Invalid XPath: //div/[id="not-exists"]/text()
2015-12-30 14:33:13 -03:00
smirecki
7067117a7b
Typos corrections
...
I've made a few small corrections, some spelling changes and typo fixes.
I've tried to respect regional spelling differences and avoided proposing hyphenating compound words.
Please enter the commit message for your changes. Lines starting
2015-12-30 14:32:54 -03:00
hy
32f115c4c6
fix typos in downloader-middleware.rst and exceptions.rst, middlware -> middleware
2015-12-30 14:30:59 -03:00
Julia Medina
23fda69f3a
Add note to ubuntu install section about debian compatibility
2015-12-30 14:30:36 -03:00
Julia Medina
98b63eeba4
Replace alternative OSX install workaround with virtualenv
2015-12-30 14:30:28 -03:00
Julia Medina
1925db1345
Reference Homebrew's homepage for installation instructions
2015-12-30 14:30:21 -03:00
Julia Medina
5d10d6dcc1
Add oldest supported tox version to contributing docs
...
Better fix for #1337
2015-12-30 14:30:15 -03:00
Julia Medina
85c980e2fa
Note in install docs about pip being already included in python>=2.7.9
2015-12-30 14:29:55 -03:00
Julia Medina
fbd010d603
Add non-python dependencies to Ubuntu install section in the docs
...
Closes #1314 and closes #1198 .
2015-12-30 14:29:40 -03:00
Julia Medina
d8f4cbae10
Add OS X installation section to docs
...
Closes #1342 and (possibly) #1126
2015-12-30 14:29:24 -03:00
Yaroslav Halchenko
de73b1a2c5
DOC(ENH): specify path to rtd theme explicitly
2015-12-30 14:28:24 -03:00
David Tagatac
1ddcc7b96a
minor: scrapy.Spider docs grammar
2015-12-30 14:28:09 -03:00
Aivars Kalvāns
1b85bcf336
Make common practices sample code match the comments
2015-12-30 14:27:42 -03:00
orangain
aa941219f2
DOC: Add AjaxCrawlMiddleware to DOWNLOADER_MIDDLEWARES_BASE
2015-12-18 13:25:24 +09:00
Mikhail Korobov
8876111d5c
Merge pull request #1512 from mgedmin/patch-1
...
Fix list formatting
2015-09-29 03:32:21 +05:00
Marius Gedminas
f8d0682925
Typo
2015-09-28 12:36:34 +03:00
Marius Gedminas
5f83a93541
Fix list formatting
2015-09-28 12:29:12 +03:00
Robert Weindl
fbc1f25f65
Update tutorial.rst
...
Add missing "scrapy." prefix.
2015-09-02 17:26:14 +02:00
Rick
87522942e2
Small grammatical change
2015-08-23 15:58:53 +02:00
Daniel Graña
83a06edb92
Add 1.0.3 release notes
2015-08-11 13:49:19 -03:00
Daniel Graña
8124af9c59
Add 1.0.2 release notes
2015-08-06 18:28:18 -03:00
Mikhail Lyundin
6f85c7f6d6
Minor method name fix
2015-08-06 17:57:05 -03:00
David Tagatac
9c9d2e059b
minor: scrapy.Spider grammar and clarity
2015-08-06 17:56:37 -03:00
Andrew Murray
a9ae7b0973
Fixed typos
2015-08-06 17:53:52 -03:00
Nikola Pavlović
7c8a4fed0b
Fix reference.
2015-08-06 17:52:48 -03:00
Daniel Graña
5b8c9e5651
Add 1.0.1 release notes
2015-07-01 01:49:05 -03:00
Marco DallaG
392233f7e4
DOC Bring Ubuntu and Archlinux outside of Windows subsection
...
In the installation guide, in the "Platform specific installation notes" section, Ubuntu and ArchLinux are currently subsections of Windows, which does not make sense imho.
This commit changes the section tree from:
Platform specific installation notes
- Windows
-- Archlinux
-- Ubuntu
To:
Platform specific installation notes
- Windows
- Ubuntu
- Archlinux
2015-07-01 01:38:46 -03:00
Pablo Hoffman
5303c66a58
remove version suffix from ubuntu package
2015-06-22 10:58:00 -03:00
Julia Medina
c89fa29c41
Update release date for 1.0
2015-06-19 18:49:13 -03:00
Julia Medina
f83b18e427
Update release notes for 1.0.0rc3
2015-06-12 16:39:02 -03:00
Julia Medina
e1a92eb45c
DOC indent additional docs for configure_logging
...
(cherry picked from commit 36bc912cdd )
2015-06-12 16:09:54 -03:00
Mikhail Korobov
0f733e89e6
DOC remove FailureFormatter mentions, stop copy-pasting configure_logging docstring
...
(cherry picked from commit a611f8dd2d )
2015-06-12 16:09:46 -03:00
Mikhail Korobov
f001641543
(backwards-incompatible) allow to pass settings=None to configure_logging
...
* use explicit argument for disabling root handler;
* handle LOG_STDOUT even if install_root_handler is False
(cherry picked from commit 9a787893e3 )
2015-06-12 16:09:39 -03:00
Bryan Crowe
0e8f51beb1
Fix a couple typos
...
(cherry picked from commit 6a4c475e87 )
2015-06-12 16:08:25 -03:00