File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,14 @@ SparkPost Python API client
2828
2929The official Python package for using the SparkPost API.
3030
31+ Documentation
32+ -------------
33+
34+ * Documentation for `python-sparkpost `_
35+ * `SparkPost API Reference `_
36+
37+ .. _python-sparkpost : https://python-sparkpost.readthedocs.io/
38+ .. _SparkPost API Reference : https://www.sparkpost.com/api
3139
3240Installation
3341------------
@@ -127,17 +135,6 @@ Then create or update your ``appengine_config.py`` file to include the following
127135
128136 Then deploy your app and you should be able to send using python-sparkpost on Google Cloud.
129137
130-
131- Documentation
132- -------------
133-
134- * Documentation for `python-sparkpost `_
135- * `SparkPost API Reference `_
136-
137- .. _python-sparkpost : https://python-sparkpost.readthedocs.io/
138- .. _SparkPost API Reference : https://www.sparkpost.com/api
139-
140-
141138Contribute
142139----------
143140
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ def send(self, **kwargs):
182182 transmission, used in WebHooks
183183 :param dict substitution_data: Corresponds to substitutions in
184184 html/text content. See `substitutions reference
185- <https://www .sparkpost.com/docs /substitutions-reference>`_.
185+ <https://developers .sparkpost.com/api /substitutions-reference.html >`_.
186186 :param attachments: List of dicts. For example:
187187
188188 .. code-block:: python
You can’t perform that action at this time.
0 commit comments