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:
medmunds
2017-09-08 14:16:09 -07:00
parent 2faa5f96cb
commit 90b9dc6cfa
6 changed files with 15 additions and 14 deletions

View File

@@ -50,6 +50,7 @@ in Django:
.. TODO: flesh this out
* django-templated-mail, django-mail-templated, django-mail-templated-simple
* Premailer, for inlining css
* BeautifulSoup, lxml, or html2text, for auto-generating plaintext from your html
* :pypi:`django-templated-mail`, :pypi:`django-mail-templated`, or :pypi:`django-mail-templated-simple`
for building messages from sets of Django templates.
* :pypi:`premailer` for inlining css before sending
* :pypi:`BeautifulSoup`, :pypi:`lxml`, or :pypi:`html2text` for auto-generating plaintext from your html