summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-11-15 17:56:19 -0800
committerKenneth Reitz <me@kennethreitz.com>2012-11-15 17:56:19 -0800
commitfa1553381e23ff518c9c14029b31a04a040e7f49 (patch)
treec624a175d8c9495fd896784e9df638dabc5fa948
parent45a57f79579c5310d28b3d1905c54414b9cd8e73 (diff)
parent466600ce8fe53a433883ee6fd2f29026cb0c48a4 (diff)
downloadoauthlib-fa1553381e23ff518c9c14029b31a04a040e7f49.tar.gz
Merge pull request #70 from tomchristie/master
Add link to readthedocs documentation.
-rw-r--r--AUTHORS1
-rw-r--r--README.rst7
2 files changed, 8 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 70da449..e913cad 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,3 +10,4 @@ Donald Stufft
Michael Vogt
Barry Warsaw
Silas Snider
+Tom Christie
diff --git a/README.rst b/README.rst
index c9d7101..3c492c9 100644
--- a/README.rst
+++ b/README.rst
@@ -20,6 +20,13 @@ assuming a specific HTTP request object. Use it to graft OAuth support onto your
favorite HTTP library. If you're a maintainer of such a library, write a thin
veneer on top of OAuthLib and get OAuth support for very little effort.
+Documentation
+-------------
+
+Full documentation is available on `readthedocs`_.
+
+.. _`readthedocs`: https://oauthlib.readthedocs.org/en/latest/index.html
+
Interested in making OAuth requests?
------------------------------------