Adding empty oauth2client.contrib
This commit is contained in:
10
docs/source/oauth2client.contrib.rst
Normal file
10
docs/source/oauth2client.contrib.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
oauth2client.contrib package
|
||||
============================
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: oauth2client.contrib
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -1,6 +1,13 @@
|
||||
oauth2client package
|
||||
====================
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
oauth2client.contrib
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
|
||||
6
oauth2client/contrib/__init__.py
Normal file
6
oauth2client/contrib/__init__.py
Normal 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.
|
||||
"""
|
||||
Reference in New Issue
Block a user