Merge pull request #346 from jonparrott/contrib

Added empty oauth2client.contrib for contributed modules.
This commit is contained in:
Nathaniel Manista
2015-12-03 16:07:36 -08:00
3 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
oauth2client.contrib package
============================
Module contents
---------------
.. automodule:: oauth2client.contrib
:members:
:undoc-members:
:show-inheritance:

View File

@@ -1,6 +1,13 @@
oauth2client package oauth2client package
==================== ====================
Subpackages
-----------
.. toctree::
oauth2client.contrib
Submodules Submodules
---------- ----------

View File

@@ -0,0 +1,6 @@
"""Contributed modules.
Contrib contains modules that are not considered part of the core oauth2client
library but provide additional functionality. These modules are intended to
make it easier to use oauth2client.
"""