@@ -9,7 +9,7 @@ <h1>google-cloud-python</h1>
99 </ div >
1010
1111 < div class ="quote-box--supplementary ">
12- < pre class ="skip-highlight "> < code class ="subtle--blue "> $</ code > pip install < code class ="subtle--blue "> --upgrade</ code > < strong > gcloud </ strong > </ pre >
12+ < pre class ="skip-highlight "> < code class ="subtle--blue "> $</ code > pip install < code class ="subtle--blue "> --upgrade</ code > < strong > google-cloud </ strong > </ pre >
1313 < h4 class ="latest-release subtle " ng-if ="home.latestRelease ">
1414 Latest Release < a ng-href ="{{home.latestRelease.link}} " class ="latest-release--link white "> {{home.latestRelease.name}}</ a >
1515 {{home.latestRelease.date|date}}
@@ -22,7 +22,7 @@ <h4 class="latest-release subtle" ng-if="home.latestRelease">
2222 < div class ="container ">
2323 < ul class ="featuring-links ">
2424 < li >
25- < a href ="#/docs/{{home.latestRelease.name}}/gcloud " title ="google-cloud-python docs " class ="btn btn-docs ">
25+ < a href ="#/docs/{{home.latestRelease.name}}/google-cloud " title ="google-cloud-python docs " class ="btn btn-docs ">
2626 < img src ="src/images/icon-lang-python-gray.svg " alt ="Python icon " />
2727 Read the Docs
2828 </ a >
@@ -46,7 +46,7 @@ <h4 class="latest-release subtle" ng-if="home.latestRelease">
4646 </ a >
4747 </ li >
4848 < li >
49- < a href ="https://pypi.python.org/pypi/gcloud " title ="google-cloud-python on pypi " class ="ext-link ">
49+ < a href ="https://pypi.python.org/pypi/google-cloud " title ="google-cloud-python on pypi " class ="ext-link ">
5050 < img src ="src/images/icon-link-package-manager.svg " alt ="pypi icon " />
5151 PyPI
5252 </ a >
@@ -105,11 +105,11 @@ <h3 class="block-title">Examples</h3>
105105 < h3 class ="block-title "> FAQ</ h3 >
106106
107107 < h4 > What is the relationship between the < code > google-cloud-python</ code > package
108- and the < code > gcloud </ code > command-line tool?</ h4 >
109- < p > Both the < code > gcloud </ code > command-line tool and
108+ and the < code > google-cloud </ code > command-line tool?</ h4 >
109+ < p > Both the < code > google-cloud </ code > command-line tool and
110110 < code > google-cloud-python</ code > package are a part of the Google Cloud SDK: a collection
111111 of tools and libraries that enable you to easily create and manage
112- resources on the Google Cloud Platform. The < code > gcloud </ code > command-line
112+ resources on the Google Cloud Platform. The < code > google-cloud </ code > command-line
113113 tool can be used to manage both your development workflow and your
114114 Google Cloud Platform resources while the < code > google-cloud-python</ code > package is the
115115 Google Cloud Client Library for Python.</ p >
0 commit comments