Adrián Chaves
1fc2b140c1
Merge branch 'master' into documentation-coverage
2019-12-05 14:43:36 +01:00
Wang Qin
af624ef414
Update overview.rst | Fix an inconsistency
...
There exists an inconsistency between the code (line 37 - 38) and the output 'quotes.json' (line 56 - 68).
Note that even though according to line 53 - 54 'quotes.json' is "reformatted here for better readability", it cannot explain why the "author" field precedes the "text" field.
Intended output for the code BEFORE change:
[{
"text": "\u201cThe person, be it gentleman or lady, who has not pleasure in a good novel, must be intolerably stupid.\u201d",
"author": "Jane Austen"
},
{
"text": "\u201cOutside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.\u201d",
"author": "Groucho Marx"
},
{
"text": "\u201cA day without sunshine is like, you know, night.\u201d",
"author": "Steve Martin"
},
...]
Intended output for the code After change (the inconsistency is fixed):
[{
"author": "Jane Austen",
"text": "\u201cThe person, be it gentleman or lady, who has not pleasure in a good novel, must be intolerably stupid.\u201d"
},
{
"author": "Groucho Marx",
"text": "\u201cOutside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.\u201d"
},
{
"author": "Steve Martin",
"text": "\u201cA day without sunshine is like, you know, night.\u201d"
},
...]
2019-12-05 09:29:12 +08:00
Mikhail Korobov
9b7452211a
Merge pull request #4099 from BurnzZ/itemloader-docs
...
update docs of scrapy.loader.ItemLoader.item
2019-12-03 13:14:45 +05:00
Adrián Chaves
b73fc99b60
Use InterSphinx for coverage links
2019-11-26 10:31:55 +01:00
Eugenio Lacuesta
40b5cfc0a4
Item loaders: allow single-argument processors (unbound methods)
2019-11-22 20:47:22 -03:00
Mikhail Korobov
0d416c6191
Merge pull request #4185 from Gallaecio/intersphinx
...
Use InterSphinx for links to the pytest and tox documentation
2019-11-21 23:27:57 +05:00
Mikhail Korobov
82c01c261f
Merge pull request #4184 from Gallaecio/doctest
...
Make debug doctests pass
2019-11-21 20:53:56 +05:00
Adrián Chaves
fcfcabf1bd
Use InterSphinx for links to the pytest and tox documentation
2019-11-21 12:15:13 +01:00
Adrián Chaves
f251dda268
Make debug doctests pass
2019-11-21 11:59:10 +01:00
Adrián Chaves
4f80eff1e1
Enable sphinx-hoverxref for all references
2019-11-21 10:30:21 +01:00
Mikhail Korobov
f1fd7ec318
Merge pull request #4171 from Gallaecio/doctest
...
Make command doctests pass
2019-11-20 19:47:22 +05:00
Mikhail Korobov
d69e788fec
Merge pull request #4172 from Gallaecio/intersphinx
...
Use InterSphinx to link to the Twisted documentation
2019-11-20 19:38:50 +05:00
Mikhail Korobov
1f61b6b941
Merge pull request #4173 from Gallaecio/sphinx-extensions-2
...
Add tooltips to documentation cross-references
2019-11-20 19:38:05 +05:00
Adrián Chaves
fed93515de
Add tooltips to documentation cross-references
2019-11-18 16:11:03 +01:00
Adrián Chaves
e84cb18ca0
Use InterSphinx to link to the Twisted documentation
2019-11-18 15:50:45 +01:00
Adrián Chaves
74589df02f
Make command doctests pass
2019-11-18 14:51:44 +01:00
Adrián Chaves
393a2a1972
Include /requirements-py3.txt from /docs/requirements.txt
2019-11-18 09:15:48 +01:00
Mikhail Korobov
a541c329a9
Merge pull request #4152 from Gallaecio/sphinx-extensions
...
Install the sphinx-notfound-page Sphinx extension
2019-11-15 00:36:56 +05:00
Mikhail Korobov
7b4637d083
Merge pull request #4146 from Gallaecio/doctest
...
Make tutorial doctests pass
2019-11-15 00:19:20 +05:00
Mikhail Korobov
49b5251e06
Merge pull request #4147 from Gallaecio/intersphinx
...
Use intersphinx for links to the Sphinx documentation
2019-11-15 00:16:39 +05:00
Mikhail Korobov
cc0026f733
Merge pull request #4148 from Gallaecio/doc-view-code
...
Allow opening the source code from the API documentation
2019-11-14 23:43:44 +05:00
Andrey Rakhmatullin
dd367438fa
Improve the dbm module ref.
...
Co-Authored-By: Adrián Chaves <adrian@chaves.io>
2019-11-14 13:45:39 +05:00
Andrey Rakhmatullin
a9c891399d
Fix a duplicate ref name in docs.
2019-11-14 13:45:39 +05:00
Andrey Rakhmatullin
1d7c8cb0b1
Remove six.PY2 and six.PY3 conditionals.
2019-11-14 13:45:37 +05:00
Adrián Chaves
76c31094df
Install the sphinx-notfound-page Sphinx extension
2019-11-13 09:28:48 +01:00
Adrián Chaves
b642a1fca2
Fix doctest skipping based on the running Python version
2019-11-13 09:14:20 +01:00
Adrián Chaves
414e6e2fd5
Skip a doctest in Python 3.5- because of dictionary changes
2019-11-13 08:40:31 +01:00
Andrey Rahmatullin
c911e80209
Merge pull request #4088 from ammarnajjar/4086-constructor-initializer-docs
...
docs: use __init__ method instead of constructor
2019-11-12 21:48:16 +05:00
Andrey Rahmatullin
d8098350f0
Merge pull request #3960 from thernstig/issue_2149
...
Update documentation for logging manually
2019-11-12 16:17:49 +05:00
Adrián Chaves
8a6a063778
Allow opening the source code from the API documentation
2019-11-12 10:23:19 +01:00
Adrián Chaves
7b7bb028f4
Use intersphinx for links to the Sphinx documentation
2019-11-12 08:49:06 +01:00
Adrián Chaves
79d2f99995
Make tutorial doctests pass
2019-11-12 08:08:50 +01:00
Andrey Rahmatullin
d267e183b4
Merge pull request #4139 from Gallaecio/jobdir-pickle-documentation
...
Improve the details about request serialization requirements for JOBDIR
2019-11-08 22:49:33 +05:00
Adrián Chaves
1df5755699
Set the bases for testing code examples from the documentation
2019-11-08 16:00:10 +01:00
Adrián Chaves
aef98188fa
Improve the details about request serialization requirements for JOBDIR
2019-11-07 18:06:55 +01:00
Andrey Rahmatullin
229e722a03
Initial Python 2 removal ( #4091 )
2019-10-31 10:46:02 +01:00
Adrián Chaves
94f060fcc8
Cover Scrapy 1.8.0 in the release notes ( #3952 )
2019-10-29 12:53:46 +01:00
Andrey Rahmatullin
18b808b2e9
Merge pull request #4092 from further-reading/master
...
Add Python 3.8 official support
2019-10-29 16:30:58 +05:00
Adrián Chaves
3d0df419c4
Mark the LevelDB storage backend as deprecated
2019-10-28 11:24:47 +01:00
elacuesta
7731814cc2
ItemLoader: improve handling of initial item ( #4036 )
2019-10-28 10:53:53 +01:00
Adrián Chaves
bb91f9c78c
Cover Scrapy 1.7.4 in the release notes
2019-10-28 09:58:13 +01:00
Kevin Lloyd Bernal
84fe4011b0
update docs of scrapy.loader.ItemLoader.item
2019-10-23 20:39:53 +08:00
Ammar Najjar
d21e1034f0
docs: correct point,comma and plural replacements
...
Issue #4086
2019-10-22 13:29:38 +02:00
WinterComes
5d75ed4cba
Remove an old note about contracts ( #4093 )
2019-10-22 12:19:07 +02:00
illgitthat
07822935ec
Updating link for miniconda ( #4089 )
2019-10-22 12:05:34 +02:00
Ammar Najjar
da8cd9448d
docs: always surround __init__ with `` in docs
...
Issue #4086
2019-10-21 19:56:58 +02:00
Ammar Najjar
68a7d05ed8
docs: use __init__ method instead of constructor
...
Issue #4086
2019-10-21 15:42:24 +02:00
Adrián Chaves
0fbd1ff4a9
constructor → __init__ method
2019-10-21 14:06:45 +02:00
Mikhail Korobov
8cb53441b0
Merge pull request #4056 from Gallaecio/documentation-build
...
Fix internal links in the tutorial and release notes
2019-10-19 00:00:02 +02:00
Bulat
84be6a941e
Refactor sentence.
2019-10-16 14:04:07 +03:00