Skip to content

Commit

Permalink
Using bSphinx ulleted list in credentials docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jan 14, 2015
1 parent 654d79c commit ee415cf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions gcloud/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ def get_credentials():
which uses this method under the hood.
Checks environment in order of precedence:
- Google App Engine (production and testing)
- Env. var. GOOGLE_APPLICATION_CREDENTIALS pointing to stored credentials.
- Stored "well known" file associated with ``gcloud`` command line tool.
- Google Compute Engine production environment.
* Google App Engine (production and testing)
* Environment variable GOOGLE_APPLICATION_CREDENTIALS pointing to
a file with stored credentials information.
* Stored "well known" file associated with ``gcloud`` command line tool.
* Google Compute Engine production environment.
The file referred to in GOOGLE_APPLICATION_CREDENTIALS is expected to
contain information about credentials that are ready to use. This means
Expand Down

0 comments on commit ee415cf

Please sign in to comment.