moved email doc to reference (instead of topics)

--HG--
rename : scrapy/trunk/docs/topics/email.rst => scrapy/trunk/docs/ref/email.rst
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40703
This commit is contained in:
Pablo Hoffman 2009-01-11 19:14:49 +00:00
parent 5c15def3a5
commit 9e93070382
4 changed files with 2 additions and 2 deletions

View File

@ -14,3 +14,4 @@ This section documents the API of Scrapy |version|. For more information see :re
extensions
settings
signals
email

View File

@ -20,5 +20,4 @@ This section introduces all key concepts of Scrapy.
extensions
stats
webconsole
email
robotstxt

View File

@ -1,7 +1,7 @@
"""
Mail sending helpers
See documentation in docs/topics/email.rst
See documentation in docs/ref/email.rst
"""
import smtplib