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
28
28
29
29
The official Python package for using the SparkPost API.
30
30
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
31
39
32
40
Installation
33
41
------------
@@ -127,17 +135,6 @@ Then create or update your ``appengine_config.py`` file to include the following
127
135
128
136
Then deploy your app and you should be able to send using python-sparkpost on Google Cloud.
129
137
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
-
141
138
Contribute
142
139
----------
143
140
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ def send(self, **kwargs):
182
182
transmission, used in WebHooks
183
183
:param dict substitution_data: Corresponds to substitutions in
184
184
html/text content. See `substitutions reference
185
- <https://www .sparkpost.com/docs /substitutions-reference>`_.
185
+ <https://developers .sparkpost.com/api /substitutions-reference.html >`_.
186
186
:param attachments: List of dicts. For example:
187
187
188
188
.. code-block:: python
You can’t perform that action at this time.
0 commit comments