[Python-modules-commits] [flask-mail] 09/14: Strip auto-generation and Sphinx macros from docs.

Dominik George natureshadow-guest at moszumanska.debian.org
Sat Apr 29 15:47:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository flask-mail.

commit 2f7cf1c6339719e3a9c0c138d879ad957bb1e626
Author: Dominik George <nik at naturalnet.de>
Date:   Sat Apr 29 17:32:44 2017 +0200

    Strip auto-generation and Sphinx macros from docs.
---
 docs/index.rst | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index bae1758..a1af54f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,8 +1,6 @@
 flask-mail
 ======================================
 
-.. module:: flask-mail
-
 One of the most basic functions in a web application is the ability to send
 emails to your users.
 
@@ -14,7 +12,6 @@ Links
 
 * `documentation <http://packages.python.org/Flask-Mail/>`_
 * `source <http://github.com/mattupstate/flask-mail>`_
-* :doc:`changelog </changelog>`
 
 Installing Flask-Mail
 ---------------------
@@ -219,8 +216,6 @@ a message with newlines in the subject, sender or recipient addresses will resul
 Signalling support
 ------------------
 
-.. versionadded:: 0.4
-
 **Flask-Mail** now provides signalling support through a ``email_dispatched`` signal. This is sent whenever an email is
 dispatched (even if the email is not actually sent, i.e. in a testing environment).
 
@@ -236,18 +231,7 @@ app instance as an optional argument::
 API
 ---
 
-.. module:: flask_mail
-
-.. autoclass:: Mail
-   :members: send, connect, send_message
-
-.. autoclass:: Attachment
-
-.. autoclass:: Connection
-   :members: send, send_message
-
-.. autoclass:: Message
-   :members: attach, add_recipient
+The API documentation can be read using ``pydoc flask_mail``.
 
 .. _Flask: http://flask.pocoo.org
 .. _GitHub: http://github.com/mattupstate/flask-mail

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-mail.git



More information about the Python-modules-commits mailing list