mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-22 12:51:06 -05:00
Docs: simplify PyPI links
Use `:pypi:` sphinx-ext-extlink role for links to PyPI, and add some missing package links.
This commit is contained in:
@@ -20,8 +20,7 @@ transactional email service from MailChimp.
|
||||
|
||||
If you are integrating only Mandrill, and not considering one of Anymail's
|
||||
other ESPs, you might prefer using MailChimp's official
|
||||
`mandrill <https://pypi.python.org/pypi/mandrill/>`_ python package
|
||||
instead of Anymail.
|
||||
:pypi:`mandrill` python package instead of Anymail.
|
||||
|
||||
|
||||
Settings
|
||||
|
||||
@@ -4,16 +4,15 @@ SparkPost
|
||||
=========
|
||||
|
||||
Anymail integrates with the `SparkPost`_ email service, using their
|
||||
`python-sparkpost`_ API client.
|
||||
:pypi:`python-sparkpost` API client.
|
||||
|
||||
.. _SparkPost: https://www.sparkpost.com/
|
||||
.. _python-sparkpost: https://pypi.python.org/pypi/sparkpost
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
You must ensure the `sparkpost` package is installed to use Anymail's SparkPost
|
||||
You must ensure the :pypi:`sparkpost` package is installed to use Anymail's SparkPost
|
||||
backend. Either include the "sparkpost" option when you install Anymail:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
Reference in New Issue
Block a user