mirror of https://github.com/scrapy/scrapy.git
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:
parent
5c15def3a5
commit
9e93070382
|
|
@ -14,3 +14,4 @@ This section documents the API of Scrapy |version|. For more information see :re
|
|||
extensions
|
||||
settings
|
||||
signals
|
||||
email
|
||||
|
|
|
|||
|
|
@ -20,5 +20,4 @@ This section introduces all key concepts of Scrapy.
|
|||
extensions
|
||||
stats
|
||||
webconsole
|
||||
email
|
||||
robotstxt
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
Mail sending helpers
|
||||
|
||||
See documentation in docs/topics/email.rst
|
||||
See documentation in docs/ref/email.rst
|
||||
"""
|
||||
import smtplib
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue