diff options
| author | Ib Lundgren <ib.lundgren@gmail.com> | 2014-10-23 18:47:57 +0100 |
|---|---|---|
| committer | Ib Lundgren <ib.lundgren@gmail.com> | 2014-10-23 18:47:57 +0100 |
| commit | fe546f426edc95add019ca8847198f4d1eca24d6 (patch) | |
| tree | 6f97377ad272f3e77107ca9ba39b0d4923cc08df /docs/index.rst | |
| parent | ff4c9399172d19434c6cdd46932f4195a71742fb (diff) | |
| download | oauthlib-fe546f426edc95add019ca8847198f4d1eca24d6.tar.gz | |
Docs updates recovered from a broken git repo.
Draft release process doc to try force myself into more
structured releases in the future.
A few initial notes on how to report errors.
Added a few common exceptions to the FAQ.
Removed supported versions from feature matrix. They are all
available in setup.py metadata.
Move JWT tokens to grant types where it (confusingly) belongs.
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst index efd97b2..f1d380d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,9 +7,11 @@ 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`_! +hesitate to open a `new issue on GitHub`_! -For news and discussions please check out our `G+ OAuthLib community`_. +Check out :doc:`error_reporting` for details on how to be an awesome bug reporter. + +For news and discussions please head over to our `G+ OAuthLib community`_. .. _`new issue on GitHub`: https://github.com/idan/oauthlib/issues/new .. _`G+ OAuthLib community`: https://plus.google.com/communities/101889017375384052571 @@ -18,9 +20,11 @@ For news and discussions please check out our `G+ OAuthLib community`_. :maxdepth: 1 installation - feature_matrix faq + feature_matrix + error_reporting contributing + release_process oauth_1_versus_oauth_2 .. toctree:: |
