summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorStéphane Raimbault <stephane.raimbault@gmail.com>2013-05-23 15:28:45 +0200
committerStéphane Raimbault <stephane.raimbault@gmail.com>2013-05-23 16:41:00 +0200
commit2361afa930088ada30197d1817e0d14a8b8d05fc (patch)
tree4bfb988d2e66287fb1ef51e4a03b53b7e3f6fe9e /README.rst
parentfc2cd9a64580d00d49d309296f8691ed0c817ace (diff)
downloadoauthlib-2361afa930088ada30197d1817e0d14a8b8d05fc.tar.gz
Wrap and trailing whitespaces in README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst22
1 files changed, 16 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index ebd96d9..7decdfa 100644
--- a/README.rst
+++ b/README.rst
@@ -24,7 +24,10 @@ veneer on top of OAuthLib and get OAuth support for very little effort.
Documentation
--------------
-Full documentation is available on `Read the Docs`_. All contributions are very welcome! The documentation is still quite sparse, please open an issue for what you'd like to know, or discuss it in our `G+ community`_, or even better, send a pull request!
+Full documentation is available on `Read the Docs`_. All contributions are very
+welcome! The documentation is still quite sparse, please open an issue for what
+you'd like to know, or discuss it in our `G+ community`_, or even better, send a
+pull request!
.. _`G+ community`: https://plus.google.com/communities/101889017375384052571
.. _`Read the Docs`: https://oauthlib.readthedocs.org/en/latest/index.html
@@ -32,7 +35,7 @@ Full documentation is available on `Read the Docs`_. All contributions are very
Interested in making OAuth requests?
------------------------------------
-Then you might be more interested in using `requests`_ which has OAuthLib
+Then you might be more interested in using `requests`_ which has OAuthLib
powered OAuth support provided by the `requests-oauthlib`_ library.
.. _`requests`: https://github.com/kennethreitz/requests
@@ -40,11 +43,18 @@ powered OAuth support provided by the `requests-oauthlib`_ library.
Using OAuthLib? Please get in touch!
------------------------------------
-Patching OAuth support onto an http request framework? Creating an OAuth provider extension for a web framework? Simply using OAuthLib to Get Things Done or to learn?
+Patching OAuth support onto an http request framework? Creating an OAuth
+provider extension for a web framework? Simply using OAuthLib to Get Things Done
+or to learn?
-No matter which we'd love to hear from you in our `G+ community`_ or if you have anything in particular you would like to have, change or comment on don't hesitate for a second to send a pull request or open an issue. We might be quite busy and therefore slow to reply but we love feedback!
+No matter which we'd love to hear from you in our `G+ community`_ or if you have
+anything in particular you would like to have, change or comment on don't
+hesitate for a second to send a pull request or open an issue. We might be quite
+busy and therefore slow to reply but we love feedback!
-Chances are you have run into something annoying that you wish there was documentation for, if you wish to gain eternal fame and glory, and a drink if we have the pleasure to run into eachother, please send a docs pull request =)
+Chances are you have run into something annoying that you wish there was
+documentation for, if you wish to gain eternal fame and glory, and a drink if we
+have the pleasure to run into eachother, please send a docs pull request =)
.. _`G+ community`: https://plus.google.com/communities/101889017375384052571
@@ -88,7 +98,7 @@ already in the works.*
0.2.0: OAuth provider support
-0.1.4: soft dependency on PyCrypto
+0.1.4: soft dependency on PyCrypto
0.1.3: use python-rsa instead of pycrypto.