diff options
author | Ib Lundgren <ib.lundgren@gmail.com> | 2013-09-19 15:30:19 +0100 |
---|---|---|
committer | Ib Lundgren <ib.lundgren@gmail.com> | 2013-09-19 15:30:19 +0100 |
commit | 1ebfebaaa68a45e878049d57a0cdc1db4c6c7c13 (patch) | |
tree | f4a0290040fa90d45b84a3dc929e3e62aceb1e98 /docs/oauth2 | |
parent | 4757b62140a0e0aa6f96b6269ade5802442d066a (diff) | |
download | oauthlib-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.rst | 2 |
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:: |