diff docs/usage/email.rst @ 5433:fbbe80e3322b

docs: consistent spacing around headings Start out with 2 empty lines before/after for top level, decrease for deeper levels.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 26 Aug 2015 17:28:58 +0200
parents 66f1b9745905
children c935bcaf7086
line wrap: on
line diff
--- a/docs/usage/email.rst	Wed Aug 26 17:28:58 2015 +0200
+++ b/docs/usage/email.rst	Wed Aug 26 17:28:58 2015 +0200
@@ -15,6 +15,7 @@
 port (``smtp_port``), encryption settings (``smtp_use_tls`` or ``smtp_use_ssl``)
 and/or specific authentication parameters (``smtp_auth``).
 
+
 Application emails
 ------------------
 
@@ -42,6 +43,7 @@
 optionally be prefixed with the value of ``email_prefix`` in the configuration
 file.
 
+
 Error emails
 ------------
 
@@ -61,10 +63,12 @@
 standard SMTP port (25). If you have a remote SMTP server with a different port,
 you could set up a local forwarding SMTP server on port 25.
 
+
 References
 ----------
 
 - `Error Middleware (Pylons documentation) <http://pylons-webframework.readthedocs.org/en/latest/debugging.html#error-middleware>`_
 - `ErrorHandler (Pylons modules documentation) <http://pylons-webframework.readthedocs.org/en/latest/modules/middleware.html#pylons.middleware.ErrorHandler>`_
 
+
 .. _WebError: https://pypi.python.org/pypi/WebError