Skip to content

Commit fa1f0f8

Browse files
committed
Update docs.
1 parent fe6233a commit fa1f0f8

File tree

105 files changed

+5359
-5150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+5359
-5150
lines changed

docs/epy/api-objects.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ oauth2client.GOOGLE_REVOKE_URI oauth2client-module.html#GOOGLE_REVOKE_URI
33
oauth2client.GOOGLE_TOKEN_URI oauth2client-module.html#GOOGLE_TOKEN_URI
44
oauth2client.GOOGLE_DEVICE_URI oauth2client-module.html#GOOGLE_DEVICE_URI
55
oauth2client.GOOGLE_AUTH_URI oauth2client-module.html#GOOGLE_AUTH_URI
6-
oauth2client.anyjson oauth2client.anyjson-module.html
76
oauth2client.appengine oauth2client.appengine-module.html
87
oauth2client.appengine._safe_html oauth2client.appengine-module.html#_safe_html
98
oauth2client.appengine._build_state_value oauth2client.appengine-module.html#_build_state_value
@@ -24,8 +23,9 @@ oauth2client.client.AUTHORIZED_USER oauth2client.client-module.html#AUTHORIZED_U
2423
oauth2client.client._get_application_default_credential_GCE oauth2client.client-module.html#_get_application_default_credential_GCE
2524
oauth2client.client._get_application_default_credential_from_file oauth2client.client-module.html#_get_application_default_credential_from_file
2625
oauth2client.client._get_application_default_credential_GAE oauth2client.client-module.html#_get_application_default_credential_GAE
27-
oauth2client.client.ID_TOKEN_VERIFICATON_CERTS oauth2client.client-module.html#ID_TOKEN_VERIFICATON_CERTS
2826
oauth2client.client.credentials_from_code oauth2client.client-module.html#credentials_from_code
27+
oauth2client.client.ID_TOKEN_VERIFICATON_CERTS oauth2client.client-module.html#ID_TOKEN_VERIFICATON_CERTS
28+
oauth2client.client.credentials_from_clientsecrets_and_code oauth2client.client-module.html#credentials_from_clientsecrets_and_code
2929
oauth2client.client._raise_exception_for_missing_fields oauth2client.client-module.html#_raise_exception_for_missing_fields
3030
oauth2client.client._update_query_params oauth2client.client-module.html#_update_query_params
3131
oauth2client.client.EXPIRY_FORMAT oauth2client.client-module.html#EXPIRY_FORMAT
@@ -38,8 +38,8 @@ oauth2client.client._get_environment_variable_file oauth2client.client-module.ht
3838
oauth2client.client.OOB_CALLBACK_URN oauth2client.client-module.html#OOB_CALLBACK_URN
3939
oauth2client.client._raise_exception_for_reading_json oauth2client.client-module.html#_raise_exception_for_reading_json
4040
oauth2client.client._parse_exchange_token_response oauth2client.client-module.html#_parse_exchange_token_response
41-
oauth2client.client.credentials_from_clientsecrets_and_code oauth2client.client-module.html#credentials_from_clientsecrets_and_code
4241
oauth2client.client.HAS_OPENSSL oauth2client.client-module.html#HAS_OPENSSL
42+
oauth2client.client.ID_TOKEN_VERIFICATION_CERTS oauth2client.client-module.html#ID_TOKEN_VERIFICATION_CERTS
4343
oauth2client.client.GOOGLE_APPLICATION_CREDENTIALS oauth2client.client-module.html#GOOGLE_APPLICATION_CREDENTIALS
4444
oauth2client.client._cached_http oauth2client.client-module.html#_cached_http
4545
oauth2client.client.verify_id_token oauth2client.client-module.html#verify_id_token
@@ -86,14 +86,14 @@ oauth2client.locked_file._Win32Opener oauth2client.locked_file-module.html#_Win3
8686
oauth2client.locked_file.validate_file oauth2client.locked_file-module.html#validate_file
8787
oauth2client.locked_file.logger oauth2client.locked_file-module.html#logger
8888
oauth2client.multistore_file oauth2client.multistore_file-module.html
89-
oauth2client.multistore_file.get_all_credential_keys oauth2client.multistore_file-module.html#get_all_credential_keys
90-
oauth2client.multistore_file.get_credential_storage_custom_string_key oauth2client.multistore_file-module.html#get_credential_storage_custom_string_key
91-
oauth2client.multistore_file._get_multistore oauth2client.multistore_file-module.html#_get_multistore
9289
oauth2client.multistore_file.get_credential_storage oauth2client.multistore_file-module.html#get_credential_storage
93-
oauth2client.multistore_file.logger oauth2client.multistore_file-module.html#logger
94-
oauth2client.multistore_file._multistores oauth2client.multistore_file-module.html#_multistores
90+
oauth2client.multistore_file._get_multistore oauth2client.multistore_file-module.html#_get_multistore
91+
oauth2client.multistore_file.get_all_credential_keys oauth2client.multistore_file-module.html#get_all_credential_keys
9592
oauth2client.multistore_file._multistores_lock oauth2client.multistore_file-module.html#_multistores_lock
9693
oauth2client.multistore_file.get_credential_storage_custom_key oauth2client.multistore_file-module.html#get_credential_storage_custom_key
94+
oauth2client.multistore_file._multistores oauth2client.multistore_file-module.html#_multistores
95+
oauth2client.multistore_file.get_credential_storage_custom_string_key oauth2client.multistore_file-module.html#get_credential_storage_custom_string_key
96+
oauth2client.multistore_file.logger oauth2client.multistore_file-module.html#logger
9797
oauth2client.old_run oauth2client.old_run-module.html
9898
oauth2client.old_run.run oauth2client.old_run-module.html#run
9999
oauth2client.old_run.FLAGS oauth2client.old_run-module.html#FLAGS
@@ -102,9 +102,9 @@ oauth2client.service_account._urlsafe_b64encode oauth2client.service_account-mod
102102
oauth2client.service_account._get_private_key oauth2client.service_account-module.html#_get_private_key
103103
oauth2client.tools oauth2client.tools-module.html
104104
oauth2client.tools.argparser oauth2client.tools-module.html#argparser
105-
oauth2client.tools.run oauth2client.tools-module.html#run
106105
oauth2client.tools._CLIENT_SECRETS_MESSAGE oauth2client.tools-module.html#_CLIENT_SECRETS_MESSAGE
107106
oauth2client.tools.message_if_missing oauth2client.tools-module.html#message_if_missing
107+
oauth2client.tools.run oauth2client.tools-module.html#run
108108
oauth2client.tools.run_flow oauth2client.tools-module.html#run_flow
109109
oauth2client.util oauth2client.util-module.html
110110
oauth2client.util.POSITIONAL_EXCEPTION oauth2client.util-module.html#POSITIONAL_EXCEPTION
@@ -297,6 +297,8 @@ oauth2client.client.Credentials.new_from_json oauth2client.client.Credentials-cl
297297
oauth2client.client.Credentials._to_json oauth2client.client.Credentials-class.html#_to_json
298298
oauth2client.client.Credentials.NON_SERIALIZED_MEMBERS oauth2client.client.Credentials-class.html#NON_SERIALIZED_MEMBERS
299299
oauth2client.client.Credentials.refresh oauth2client.client.Credentials-class.html#refresh
300+
oauth2client.client.DeviceFlowInfo oauth2client.client.DeviceFlowInfo-class.html
301+
oauth2client.client.DeviceFlowInfo.FromResponse oauth2client.client.DeviceFlowInfo-class.html#FromResponse
300302
oauth2client.client.Error oauth2client.client.Error-class.html
301303
oauth2client.client.Flow oauth2client.client.Flow-class.html
302304
oauth2client.client.FlowExchangeError oauth2client.client.FlowExchangeError-class.html
@@ -361,7 +363,6 @@ oauth2client.client.OAuth2Credentials.get_access_token oauth2client.client.OAuth
361363
oauth2client.client.OAuth2Credentials.access_token_expired oauth2client.client.OAuth2Credentials-class.html#access_token_expired
362364
oauth2client.client.OAuth2DeviceCodeError oauth2client.client.OAuth2DeviceCodeError-class.html
363365
oauth2client.client.OAuth2WebServerFlow oauth2client.client.OAuth2WebServerFlow-class.html
364-
oauth2client.client.OAuth2WebServerFlow._extract_codes oauth2client.client.OAuth2WebServerFlow-class.html#_extract_codes
365366
oauth2client.client.OAuth2WebServerFlow.step1_get_device_and_user_codes oauth2client.client.OAuth2WebServerFlow-class.html#step1_get_device_and_user_codes
366367
oauth2client.client.OAuth2WebServerFlow.step2_exchange oauth2client.client.OAuth2WebServerFlow-class.html#step2_exchange
367368
oauth2client.client.OAuth2WebServerFlow.step1_get_authorize_url oauth2client.client.OAuth2WebServerFlow-class.html#step1_get_authorize_url

docs/epy/class-tree.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ <h1 class="epydoc">Class Hierarchy</h1>
104104
<li> <strong class="uidlink"><a href="oauth2client.multistore_file.Error-class.html">oauth2client.multistore_file.Error</a></strong>:
105105
<em class="summary">Base error for this module.</em>
106106
</li>
107-
<li> <strong class="uidlink"><a href="oauth2client.clientsecrets.Error-class.html">oauth2client.clientsecrets.Error</a></strong>:
107+
<li> <strong class="uidlink"><a href="oauth2client.client.Error-class.html">oauth2client.client.Error</a></strong>:
108108
<em class="summary">Base error for this module.</em>
109109
</li>
110-
<li> <strong class="uidlink"><a href="oauth2client.client.Error-class.html">oauth2client.client.Error</a></strong>:
110+
<li> <strong class="uidlink"><a href="oauth2client.clientsecrets.Error-class.html">oauth2client.clientsecrets.Error</a></strong>:
111111
<em class="summary">Base error for this module.</em>
112112
</li>
113113
<li> <strong class="uidlink"><a href="oauth2client.appengine.InvalidClientSecretsError-class.html">oauth2client.appengine.InvalidClientSecretsError</a></strong>:
@@ -173,7 +173,7 @@ <h1 class="epydoc">Class Hierarchy</h1>
173173
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
174174
<tr>
175175
<td align="left" class="footer">
176-
Generated by Epydoc 3.0.1 on Thu Aug 14 12:00:37 2014
176+
Generated by Epydoc 3.0.1 on Tue Aug 19 11:34:23 2014
177177
</td>
178178
<td align="right" class="footer">
179179
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/epy/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ <h2> The Navigation Bar </h2>
246246
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
247247
<tr>
248248
<td align="left" class="footer">
249-
Generated by Epydoc 3.0.1 on Thu Aug 14 12:00:37 2014
249+
Generated by Epydoc 3.0.1 on Tue Aug 19 11:34:23 2014
250250
</td>
251251
<td align="right" class="footer">
252252
<a target="mainFrame" href="http://epydoc.sourceforge.net"

0 commit comments

Comments
 (0)