Skip to content

Commit

Permalink
doc updates based on review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Leland committed May 24, 2017
1 parent 1f9021f commit 61ba6d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Here at SparkPost, our messages are known as transmissions. Let's use the underl
Custom wrappers
===============

The ``sp.transmissions`` object is a wrapper around the library's `base resource`_. We create wrappers to add some syntactic sugar on top of our API. For example, adding ``cc`` and ``bcc`` to a transmission.
We use custom wrappers to add some syntactic sugar on top of our API. For example the ``sp.transmissions`` wrapper adds a simple way to define ``cc``, ``bcc``, and ``attachments`` for a transmission. These wrappers use the library's `base resource`_.

.. _base resource: https://github.com/SparkPost/python-sparkpost/blob/master/sparkpost/base.py

Expand Down Expand Up @@ -206,7 +206,9 @@ Then create or update your ``appengine_config.py`` file to include the following
requests_toolbelt.adapters.appengine.monkeypatch()
Then deploy your app and you should be able to send using python-sparkpost on Google Cloud.
Then deploy your app and you should be able to send using python-sparkpost on Google Cloud. We've also set up `some sample applications`_ on Github as a reference.

.. _some sample applications: https://github.com/search?q=org%3ASparkPost+google

Documentation
=============
Expand Down
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Here at SparkPost, our messages are known as transmissions. Let's use the underl
Custom wrappers
===============

The ``sp.transmissions`` object is a wrapper around the library's `base resource`_. We create wrappers to add some syntactic sugar on top of our API. For example, adding ``cc`` and ``bcc`` to a transmission.
We use custom wrappers to add some syntactic sugar on top of our API. For example the ``sp.transmissions`` wrapper adds a simple way to define ``cc``, ``bcc``, and ``attachments`` for a transmission. These wrappers use the library's `base resource`_.

.. _base resource: https://github.com/SparkPost/python-sparkpost/blob/master/sparkpost/base.py

Expand Down Expand Up @@ -180,8 +180,9 @@ Then create or update your ``appengine_config.py`` file to include the following
requests_toolbelt.adapters.appengine.monkeypatch()
Then deploy your app and you should be able to send using python-sparkpost on Google Cloud.
Then deploy your app and you should be able to send using python-sparkpost on Google Cloud. We've also set up `some sample applications`_ on Github as a reference.

.. _some sample applications: https://github.com/search?q=org%3ASparkPost+google


Resources
Expand Down

0 comments on commit 61ba6d1

Please sign in to comment.