Skip to content

Commit f95bf1f

Browse files
committed
Docs: typos, formatting
[ci skip]
1 parent 7bbd1c7 commit f95bf1f

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

docs/esps/mailgun.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.. _mailgun-backend:
22

33
Mailgun
4-
-------
4+
=======
55

66
Anymail integrates with the `Mailgun <https://mailgun.com>`_
77
transactional email service from Rackspace, using their
88
REST API.
99

1010

1111
Settings
12-
========
12+
--------
1313

1414
.. rubric:: EMAIL_BACKEND
1515

@@ -56,7 +56,7 @@ The default is ``MAILGUN_API_URL = "https://api.mailgun.net/v3"``
5656
.. _mailgun-sender-domain:
5757

5858
Email sender domain
59-
===================
59+
-------------------
6060

6161
Mailgun's API requires a sender domain `in the API url <base-url>`_.
6262
By default, Anymail will use the domain of each email's from address
@@ -86,8 +86,10 @@ to all messages:
8686
.. _base-url: https://documentation.mailgun.com/api-intro.html#base-url
8787

8888

89-
Mailgun esp_extra
90-
=================
89+
.. _mailgun-esp-extra:
90+
91+
exp_extra support
92+
-----------------
9193

9294
Anymail's Mailgun backend will pass all :attr:`~anymail.message.AnymailMessage.esp_extra`
9395
values directly to Mailgun. You can use any of the (non-file) parameters listed in the

docs/esps/mandrill.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.. _mandrill-backend:
22

33
Mandrill
4-
--------
4+
========
55

66
Anymail integrates with the `Mandrill <http://mandrill.com/>`_
77
transactional email service from MailChimp.
88

99

1010
Settings
11-
========
11+
--------
1212

1313
.. rubric:: EMAIL_BACKEND
1414

@@ -50,8 +50,10 @@ which is the secure, production version of Mandrill's 1.0 API.
5050
(It's unlikely you would need to change this.)
5151

5252

53-
Mandrill esp_extra
54-
==================
53+
.. _mandrill-esp-extra:
54+
55+
esp_extra support
56+
-----------------
5557

5658
Anymail's Mandrill backend does not yet implement the
5759
:attr:`~anymail.message.AnymailMessage.esp_extra` feature.
@@ -60,7 +62,7 @@ Anymail's Mandrill backend does not yet implement the
6062
.. _migrating-from-djrill:
6163

6264
Migrating from Djrill
63-
=====================
65+
---------------------
6466

6567
Anymail has its origins as a fork of the `Djrill`_
6668
package, which supported only Mandrill. If you are migrating

docs/esps/sendgrid.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ The default is ``SENDGRID_API_URL = "https://api.sendgrid.com/api/"``
8888
(It's unlikely you would need to change this.)
8989

9090

91+
.. _sendgrid-esp-extra:
92+
9193
esp_extra support
9294
-----------------
9395

@@ -132,7 +134,7 @@ Limitations and quirks
132134

133135
**Message-ID**
134136
SendGrid does not return any sort of unique id from its send API call.
135-
Knowing a sent message's ID can important for later queries about
137+
Knowing a sent message's ID can be important for later queries about
136138
the message's status.
137139

138140
To work around this, Anymail generates a new Message-ID for each

0 commit comments

Comments
 (0)