Ismael Carnales
|
1bbe7991dc
|
added documentation for ImagesPipeline
|
2009-08-18 09:35:32 -03:00 |
Ismael Carnales
|
8c2f62ba9c
|
added Item Exporters documentation
|
2009-08-14 09:16:29 -03:00 |
Pablo Hoffman
|
02b01c3d2b
|
loaders doc: fixed outdated line
|
2009-08-13 23:24:24 -03:00 |
Daniel Grana
|
6a74b51371
|
remove dupes words in loaders doc, and unused import in example
--HG--
extra : rebase_source : ea7886725af7a54bd1031cb28f92efbdfe921d9e
|
2009-08-13 23:23:08 -03:00 |
Ismael Carnales
|
ecca7f6478
|
fixes to Item Loader doc
|
2009-08-13 13:30:50 -03:00 |
Pablo Hoffman
|
991afdf6b3
|
some minor fixes to loaders doc
|
2009-08-12 19:23:04 -03:00 |
Pablo Hoffman
|
e6dd4d0955
|
renamed ApplyConcat processor to MapCompose
|
2009-08-12 18:43:08 -03:00 |
Pablo Hoffman
|
4e74f32401
|
renamed Pipe processor to Compose and documented it
|
2009-08-12 18:09:36 -03:00 |
Pablo Hoffman
|
958c3d9940
|
fixed some links to item loaders doc
|
2009-08-12 17:42:01 -03:00 |
Pablo Hoffman
|
d94b633565
|
renamed ItemLoader method populate_item() to load_item()
|
2009-08-12 17:40:27 -03:00 |
Pablo Hoffman
|
1dc592882b
|
Moved Item Loader to its final location in scrapy.contrib.loader, and updated doc/tests
--HG--
rename : docs/experimental/itemparser.rst => docs/experimental/loaders.rst
rename : scrapy/contrib/itemparser/__init__.py => scrapy/contrib/loader/__init__.py
rename : scrapy/contrib/itemparser/common.py => scrapy/contrib/loader/common.py
rename : scrapy/contrib/itemparser/parsers.py => scrapy/contrib/loader/processor.py
rename : scrapy/tests/test_itemparser.py => scrapy/tests/test_contrib_loader.py
|
2009-08-12 16:49:07 -03:00 |
Pablo Hoffman
|
7cbbc3ffb0
|
Renamed Loader to ItemParser (SEP-8 proposal). Documentation and unittests also updated.
--HG--
rename : docs/experimental/loaders.rst => docs/experimental/itemparser.rst
rename : scrapy/newitem/loader/__init__.py => scrapy/contrib/itemparser/__init__.py
rename : scrapy/newitem/loader/expanders.py => scrapy/contrib/itemparser/parsers.py
rename : scrapy/tests/test_itemloader.py => scrapy/tests/test_itemparser.py
|
2009-08-12 16:49:05 -03:00 |
Pablo Hoffman
|
49bab4777b
|
XPathSelector: added 're' argument to add_xpath method, exposed selector attribute
|
2009-08-10 19:42:20 -03:00 |
Pablo Hoffman
|
50fcc67278
|
improved reducers examples
|
2009-08-10 10:13:30 -03:00 |
Pablo Hoffman
|
5be0cee577
|
added TreeExpander example
|
2009-08-09 20:54:22 -03:00 |
Pablo Hoffman
|
38f82e3993
|
loaders doc: added information about expanders/reducers declaration precendece, and other minor improvements
|
2009-08-09 18:06:12 -03:00 |
Pablo Hoffman
|
91eea82eef
|
added XPathLoader for working with XPath Selectors more conveniently
|
2009-08-08 07:26:20 -03:00 |
Pablo Hoffman
|
db90e26a8b
|
renamed ItemLoader class to Loader
|
2009-08-07 14:39:30 -03:00 |
Pablo Hoffman
|
e585c6cac4
|
relocated experimental newitems/loaders doc, and added example for extending fields metadata
--HG--
rename : docs/experimental/newitem-loader.rst => docs/experimental/loaders.rst
rename : docs/experimental/newitem.rst => docs/experimental/newitems.rst
|
2009-08-07 14:28:58 -03:00 |
Pablo Hoffman
|
d95e99f585
|
Added documentation for Items and Loaders, removed obsolete Item Adaptors documentation
--HG--
rename : docs/experimental/topics/newitem/index.rst => docs/experimental/newitem.rst
|
2009-08-07 03:50:09 -03:00 |
Ismael Carnales
|
32894643a0
|
added ListField documentation, ordered field reference alphabetically
|
2009-08-03 15:00:04 -03:00 |
Pablo Hoffman
|
73172b244d
|
added from_unicode_list() method to Field objects
|
2009-07-30 16:58:24 -03:00 |
Ismael Carnales
|
3c4afb23be
|
moved newitem from scrapy.contrib_exp to scrapy.newitem
|
2009-07-22 15:13:36 -03:00 |
Ismael Carnales
|
202894dd8f
|
fixes to newitem doc
|
2009-07-22 10:25:22 -03:00 |
Ismael Carnales
|
00d9ce6608
|
fixes to newitem doc
|
2009-07-21 12:22:49 -03:00 |
Ismael Carnales
|
894a5d81d3
|
changed the newitem API to a dict-like interface
|
2009-07-21 12:20:49 -03:00 |
Ismael Carnales
|
a9069e8eaa
|
reorganized experimental doc in topics and ref, slitted long documents, introduced minor changes
|
2009-07-16 09:58:44 -03:00 |
Pablo Hoffman
|
7f281cf295
|
some minor updates to doc
|
2009-07-15 01:40:44 -03:00 |
Ismael Carnales
|
0227c53b13
|
reorganize newitem documentation
|
2009-07-14 15:55:52 -03:00 |
Pablo Hoffman
|
f1dc4e4af2
|
corrected TextField examples
|
2009-07-14 08:39:38 -03:00 |
Pablo Hoffman
|
a8aae41a13
|
removed unused files
|
2009-07-13 22:16:43 -03:00 |
Pablo Hoffman
|
5c39d173a5
|
merged proposed and experimental documentation, as it didn't make sense to keep two separate sections
--HG--
rename : docs/proposed/_images/scrapy_architecture.odg => docs/experimental/_images/scrapy_architecture.odg
rename : docs/proposed/_images/scrapy_architecture.png => docs/experimental/_images/scrapy_architecture.png
rename : docs/proposed/index.rst => docs/experimental/index.rst
rename : docs/proposed/newitem-fields.rst => docs/experimental/newitem-fields.rst
rename : docs/proposed/newitem.rst => docs/experimental/newitem.rst
|
2009-07-13 22:15:54 -03:00 |