File: index.rst

package info (click to toggle)
django-anymail 13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,480 kB
  • sloc: python: 27,832; makefile: 132; javascript: 33; sh: 9
file content (37 lines) | stat: -rw-r--r-- 676 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Anymail: Django email integration for transactional ESPs
========================================================

Version |release|

.. Incorporate the shared-intro section from the root README:

.. include:: ../README.rst
   :start-after: _shared-intro:
   :end-before:  END shared-intro


.. _main-toc:

Documentation
-------------

.. toctree::
   :maxdepth: 2
   :caption: Using Anymail

   quickstart
   installation
   sending/index
   inbound
   esps/index
   tips/index
   help

.. toctree::
   :maxdepth: 2
   :caption: About Anymail

   contributing
   changelog
   Docs privacy <docs_privacy>
   Source code (on GitHub) <https://github.com/anymail/django-anymail>