diff --git a/scrapy/trunk/docs/proposed/index.rst b/scrapy/trunk/docs/proposed/index.rst index f9063bcee..109eb5ab9 100644 --- a/scrapy/trunk/docs/proposed/index.rst +++ b/scrapy/trunk/docs/proposed/index.rst @@ -8,6 +8,11 @@ Proposed documentation This is experimental or "work in progress" documentation, use at your own risk! +.. toctree:: + :maxdepth: 1 + + spiders + .. toctree:: introduction @@ -16,7 +21,3 @@ Proposed documentation :maxdepth: 1 tutorial - -.. toctree:: - - spiders diff --git a/scrapy/trunk/docs/proposed/spiders.rst b/scrapy/trunk/docs/proposed/spiders.rst index 9cc6154ce..d4217724e 100644 --- a/scrapy/trunk/docs/proposed/spiders.rst +++ b/scrapy/trunk/docs/proposed/spiders.rst @@ -1,5 +1,6 @@ .. _spiders: +======= Spiders =======