blob: c44333a9ee61b6874c0546ab2f4757fa89ae6dcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
.. OAuthLib documentation master file, created by
sphinx-quickstart on Mon Mar 12 09:37:24 2012.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to OAuthLib's documentation!
====================================
If you can't find what you need or have suggestions for improvement, don't
hesitate to open a `new issue on GitHub`_!
For news and discussions please check out our `G+ OAuthLib community`_.
.. _`new issue on GitHub`: https://github.com/idan/oauthlib/issues/new
.. _`G+ OAuthLib community`: https://plus.google.com/communities/101889017375384052571
.. toctree::
:maxdepth: 1
feature_matrix
faq
contributing
oauth_1_versus_oauth_2
.. toctree::
:maxdepth: 3
oauth1/oauth1
oauth2/oauth2
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|