summaryrefslogtreecommitdiff
path: root/docs/oauth2
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-09-19 15:30:19 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-09-19 15:30:19 +0100
commit1ebfebaaa68a45e878049d57a0cdc1db4c6c7c13 (patch)
treef4a0290040fa90d45b84a3dc929e3e62aceb1e98 /docs/oauth2
parent4757b62140a0e0aa6f96b6269ade5802442d066a (diff)
downloadoauthlib-1ebfebaaa68a45e878049d57a0cdc1db4c6c7c13.tar.gz
Add installation instructions for pypi, github and a few OSs. Fix #77.
Diffstat (limited to 'docs/oauth2')
-rw-r--r--docs/oauth2/preconfigured_servers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth2/preconfigured_servers.rst b/docs/oauth2/preconfigured_servers.rst
index 6513e8d..116f8d4 100644
--- a/docs/oauth2/preconfigured_servers.rst
+++ b/docs/oauth2/preconfigured_servers.rst
@@ -3,7 +3,7 @@ Preconfigured all-in-one servers
A pre configured server is an all-in-one endpoint serving a specific class of
application clients. As the individual endpoints, they depend on the use of a
-:doc:`validator`. See also :doc:`endpoints`.
+:doc:`validator`.
Construction is simple, only import your validator and you are good to go::