Julia Medina
|
d3f576a816
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
Julia Medina
|
d72536688f
|
Move scrapy/linkextractor.py to scrapy/linkextractors/__init__.py
|
2015-05-09 03:28:37 -03:00 |
|
bosnj
|
8ae05478be
|
added docs and test case, fixed handling empty string vs None
|
2015-05-04 21:22:17 +02:00 |
|
Elias Dorneles
|
d1053d2a2f
|
automatic settings list for docs [WIP]
|
2015-05-04 02:17:19 -03:00 |
|
Pablo Hoffman
|
d00e43f39c
|
restore wrongly commented line in sphinx conf.py
|
2015-05-01 05:24:49 -03:00 |
|
Pablo Hoffman
|
b84b3585f2
|
remove empty experimental section from doc
|
2015-05-01 01:53:51 -03:00 |
|
Pablo Hoffman
|
a5a8f82b06
|
move documentation about registering commands via setup.py to commands doc
|
2015-05-01 01:51:56 -03:00 |
|
Pablo Hoffman
|
9ee17fd537
|
add note to doc README about using 'make watch'
|
2015-05-01 01:39:03 -03:00 |
|
Julia Medina
|
c1634e4914
|
Add CrawlerProcess to "Running multiple spiders[...]" doc section
|
2015-04-29 23:09:20 -03:00 |
|
Julia Medina
|
d6a06a769f
|
Add CrawlerProcess to "Run Scrapy from a script" doc section
|
2015-04-29 23:09:20 -03:00 |
|
Julia Medina
|
3a71504d35
|
Extend CrawlerProcess documentation
|
2015-04-29 23:09:20 -03:00 |
|
Julia Medina
|
a2ce78db63
|
Use autoclass for CrawlerRunner in docs/topics/api.rst
|
2015-04-29 23:09:20 -03:00 |
|
Julia Medina
|
353672d292
|
Add autodocs Sphinx extension
|
2015-04-29 23:09:20 -03:00 |
|
Julia Medina
|
b827097c91
|
Rename scrapy/statscol.py to scrapy/statscollectors.py
|
2015-04-29 21:36:40 -03:00 |
|
Julia Medina
|
9a3e3ba505
|
Move scrapy/contrib remaining top-level files to scrapy/extensions
|
2015-04-29 21:27:19 -03:00 |
|
Julia Medina
|
54a4ce069c
|
Rename scrapy/dupefilter.py to scrapy/dupefilters.py
|
2015-04-29 21:27:19 -03:00 |
|
Julia Medina
|
fc346cba4d
|
Move scrapy/contrib/spiders to scrapy/spiders
|
2015-04-29 21:27:19 -03:00 |
|
Julia Medina
|
f5bdf64f9c
|
Rename scrapy/squeue.py to scrapy/squeues.py
|
2015-04-29 21:27:19 -03:00 |
|
Julia Medina
|
645cdcbf9e
|
Rename scrapy/loader/processor.py to scrapy/loader/processors.py
|
2015-04-29 21:27:19 -03:00 |
|
Julia Medina
|
180272c092
|
Move scrapy/contrib/spidermiddleware to scrapy/spidermiddlewares
|
2015-04-29 21:26:35 -03:00 |
|
Julia Medina
|
8021df18d4
|
Move scrapy/contrib/pipeline to scrapy/pipelines
|
2015-04-29 21:26:35 -03:00 |
|
Julia Medina
|
b47228ada8
|
Move scrapy/contrib/loader to scrapy/loader
|
2015-04-29 21:24:30 -03:00 |
|
Julia Medina
|
cf064b1437
|
Move scrapy/contrib/linkextractors to scrapy/linkextractors
|
2015-04-29 21:24:30 -03:00 |
|
Julia Medina
|
7804b3d778
|
Move scrapy/contrib/exporter to scrapy/exporters
|
2015-04-29 21:24:30 -03:00 |
|
Julia Medina
|
d7c444fefb
|
Move scrapy/contrib/downloadermiddleware to scrapy/downloadermiddlewares
|
2015-04-29 21:24:30 -03:00 |
|
Wieland Hoffmann
|
de6501ed1b
|
Remove a duplicate word
|
2015-04-29 22:31:48 +02:00 |
|
Pablo Hoffman
|
3d2b74a6ff
|
Merge pull request #1188 from eliasdorneles/favoring_web_scraping_over_screen_scraping
[MRG+1] Favoring web scraping over screen scraping in the descriptions
|
2015-04-29 16:49:43 -03:00 |
|
Elias Dorneles
|
3d3633f3d2
|
favoring web scraping over screen scraping in the descriptions
|
2015-04-25 11:20:20 -03:00 |
|
Julia Medina
|
7a92dae4c8
|
Change Scrapy log output through docs
|
2015-04-22 17:27:24 -03:00 |
|
Julia Medina
|
69a3d58110
|
Basic example on manually configuring log handlers
|
2015-04-22 17:24:41 -03:00 |
|
Julia Medina
|
bd0b639b21
|
Fix logging usage across docs
|
2015-04-22 17:24:41 -03:00 |
|
Julia Medina
|
4811d16f1d
|
Update logger attr and log method in the Spiders topic on docs
|
2015-04-22 17:24:41 -03:00 |
|
Julia Medina
|
d47a7edc65
|
Update Logging topic on docs
|
2015-04-22 17:24:40 -03:00 |
|
Julia Medina
|
ccdd8bfbcc
|
Parametrize log formatting strings
|
2015-04-22 17:24:40 -03:00 |
|
Pablo Hoffman
|
0a5bbbaed3
|
Merge pull request #1159 from scrapy/feed-export-fields
[MRG+1] FEED_EXPORT_FIELDS option
|
2015-04-21 15:54:24 -03:00 |
|
Pablo Hoffman
|
4c4eb4f77d
|
Merge pull request #1180 from eliasdorneles/tutorial-improvements
Some improvements for Scrapy tutorial
|
2015-04-21 15:49:39 -03:00 |
|
Daniel Graña
|
e034947b54
|
Merge pull request #1166 from scrapy/spider-loader
[MRG+1] rename SpiderManager to SpiderLoader
|
2015-04-21 15:42:17 -03:00 |
|
Pablo Hoffman
|
06e1ca9ef2
|
Merge pull request #1177 from Curita/remove-djangoitem
Remove djangoitem
|
2015-04-21 15:35:47 -03:00 |
|
Pablo Hoffman
|
e4122cdd79
|
Merge pull request #1150 from eliasdorneles/docs-files-pipeline
Documenting Files Pipeline together with Images Pipeline
|
2015-04-21 15:28:47 -03:00 |
|
Elias Dorneles
|
d63567531d
|
change data extraction in crawl example to be consistent with tutorial, removed statement implying mandatory usage of Item
|
2015-04-21 11:30:48 -03:00 |
|
Elias Dorneles
|
f7da69d116
|
fixing example CSS expr
|
2015-04-21 11:19:10 -03:00 |
|
Elias Dorneles
|
ff007afb9d
|
expanded crawling primer with examples, and applied other suggestions from the review
|
2015-04-21 10:57:44 -03:00 |
|
Elias Dorneles
|
595146e158
|
some improvements for Scrapy tutorial
|
2015-04-20 21:10:07 -03:00 |
|
nyov
|
7ae37d61f9
|
remove scrapy deploy command
(closes #1027, #1095, #1102)
|
2015-04-20 20:35:06 -03:00 |
|
Julia Medina
|
6da091f162
|
Remove djangoitem topic from index
|
2015-04-20 20:19:28 -03:00 |
|
Daniel Graña
|
16a1a938c1
|
Add 0.24.6 release notes
|
2015-04-20 01:40:21 -03:00 |
|
Mikhail Korobov
|
1794a893f4
|
Merge pull request #1172 from bagratte/docs
minor corrections in documentation.
|
2015-04-19 21:41:29 +05:00 |
|
Julia Medina
|
ffc60910aa
|
Remove djangoitem since we moved it to scrapy/scrapy-djangoitem
|
2015-04-19 13:09:25 -03:00 |
|
bagratte
|
1312bcd007
|
minor corrections in documentation.
|
2015-04-19 18:58:15 +04:00 |
|
bagratte
|
beea9267a1
|
minor corrections in documentation.
|
2015-04-18 19:48:25 +04:00 |
|