moved scrapy docs from website source to scrapy source, since it makes more sense there

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40562
This commit is contained in:
Pablo Hoffman 2008-12-27 21:27:22 +00:00
parent 97d4754200
commit 7e5b85ca9e
19 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View File

@ -9,7 +9,7 @@ all : build tests
build : docs
docs :
sphinx-build -a -b pickle docs/sources docs/pickle
sphinx-build -a -b pickle docs/scrapy-docs docs/pickle
tests :
$(SETTINGS); \