summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Greenfeld <pydanny@gmail.com>2012-03-13 23:17:56 -0700
committerDaniel Greenfeld <pydanny@gmail.com>2012-03-13 23:17:56 -0700
commitc86f971d33ce8e9de6ab0026e775f1df74a8c13e (patch)
tree9354d73c4ffc536ab8911f2908d475b6761927d2 /docs
parent05061d81d6348d9066c530ad8174925cef142a83 (diff)
downloadoauthlib-c86f971d33ce8e9de6ab0026e775f1df74a8c13e.tar.gz
tiny doc tweaks
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
-rw-r--r--docs/server.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index bf43016..f8bd50e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -12,6 +12,7 @@ Contents:
:maxdepth: 2
contributing
+ server
Indices and tables
==================
diff --git a/docs/server.rst b/docs/server.rst
index e382317..e3c3098 100644
--- a/docs/server.rst
+++ b/docs/server.rst
@@ -5,4 +5,4 @@ Server
Using OAuthLib to verify signed requests is very similar to its usage for
signing client requests.
-You must subclass OAuthServer to supply a few basic methods: \ No newline at end of file
+You must subclass OAuth1aServer to supply a few basic methods: \ No newline at end of file