mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
GitHub doesn't like Sphinx directives in rst
This commit is contained in:
16
README.rst
16
README.rst
@@ -1,6 +1,11 @@
|
|||||||
Anymail: Multi-ESP transactional email for Django
|
Anymail: Multi-ESP transactional email for Django
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
|
**EARLY DEVELOPMENT**
|
||||||
|
|
||||||
|
This project is undergoing rapid development to get to a 1.0 release.
|
||||||
|
You should expect frequent, possibly-breaking changes until 1.0 alpha.
|
||||||
|
|
||||||
.. This README is reused in multiple places:
|
.. This README is reused in multiple places:
|
||||||
* Github: project page, exactly as it appears here
|
* Github: project page, exactly as it appears here
|
||||||
* Docs: shared-intro section gets included in docs/index.rst
|
* Docs: shared-intro section gets included in docs/index.rst
|
||||||
@@ -9,6 +14,8 @@ Anymail: Multi-ESP transactional email for Django
|
|||||||
with several edits to freeze it to the specific PyPI release
|
with several edits to freeze it to the specific PyPI release
|
||||||
(see long_description_from_readme in setup.py)
|
(see long_description_from_readme in setup.py)
|
||||||
You can use docutils 1.0 markup, but *not* any Sphinx additions.
|
You can use docutils 1.0 markup, but *not* any Sphinx additions.
|
||||||
|
GitHub rst supports code-block, but *no other* block directives.
|
||||||
|
|
||||||
|
|
||||||
.. default-role:: literal
|
.. default-role:: literal
|
||||||
|
|
||||||
@@ -22,15 +29,6 @@ using a consistent API that makes it (relatively) easy to switch between ESPs.
|
|||||||
|
|
||||||
It currently supports Mailgun and Mandrill. Postmark and SendGrid are coming soon.
|
It currently supports Mailgun and Mandrill. Postmark and SendGrid are coming soon.
|
||||||
|
|
||||||
.. attention:: **EARLY DEVELOPMENT**
|
|
||||||
|
|
||||||
This project is undergoing rapid development to get to a 1.0 release.
|
|
||||||
You should expect frequent, possibly-breaking changes until 1.0 alpha.
|
|
||||||
|
|
||||||
If you are migrating to Anymail from `Djrill <https://github.com/brack3t/Djrill>`_,
|
|
||||||
there are `notes on porting <https://anymail.readthedocs.org/en/latest/esps/mandrill/#migrating-from-djrill>`_
|
|
||||||
|
|
||||||
|
|
||||||
Anymail normalizes ESP functionality so it "just works" with Django's
|
Anymail normalizes ESP functionality so it "just works" with Django's
|
||||||
built-in `django.core.mail` package. It includes:
|
built-in `django.core.mail` package. It includes:
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,17 @@ Anymail: Multi-ESP transactional email for Django
|
|||||||
|
|
||||||
Version |release|
|
Version |release|
|
||||||
|
|
||||||
|
.. attention:: **EARLY DEVELOPMENT**
|
||||||
|
|
||||||
|
This project is undergoing rapid development to get to a 1.0 release.
|
||||||
|
You should expect frequent, possibly-breaking changes until 1.0 alpha.
|
||||||
|
|
||||||
|
If you are switching to Anymail from `Djrill`_,
|
||||||
|
see the notes on :ref:`migrating-from-djrill`
|
||||||
|
|
||||||
|
.. _Djrill: https://github.com/brack3t/Djrill
|
||||||
|
|
||||||
|
|
||||||
.. Incorporate the shared-intro section from the root README:
|
.. Incorporate the shared-intro section from the root README:
|
||||||
|
|
||||||
.. include:: ../README.rst
|
.. include:: ../README.rst
|
||||||
|
|||||||
Reference in New Issue
Block a user