Skip to content

Commit 4028cd3

Browse files
committed
Update gcloud references.
1 parent dbafbe6 commit 4028cd3

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/json/home.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<section class="hero-banner">
22
<div class="container clearfix">
33
<div class="quote-box">
4-
<h1>gcloud</h1>
4+
<h1>gcloud-python</h1>
55
<p>Google Cloud Client Library for Python
66
- an idiomatic, intuitive, and natural way for Python developers to
77
integrate with Google Cloud Platform services, like Cloud Datastore
@@ -60,7 +60,7 @@ <h4 class="latest-release subtle" ng-if="home.latestRelease">
6060
<div class="quote-box">
6161
<h3 class="block-title">What is it?</h3>
6262

63-
<p><code>gcloud</code> is a client library for accessing Google
63+
<p><code>gcloud-python</code> is a client library for accessing Google
6464
Cloud Platform services that significantly reduces the boilerplate
6565
code you have to write. The library provides high-level API
6666
abstractions so they're easier to understand. It embraces
@@ -69,7 +69,7 @@ <h3 class="block-title">What is it?</h3>
6969
All this means you spend more time creating code that matters
7070
to you.</p>
7171

72-
<p><code>gcloud</code> is configured to access Google Cloud Platform
72+
<p><code>gcloud-python</code> is configured to access Google Cloud Platform
7373
services and authorize (OAuth 2.0) automatically on your behalf.
7474
With a one-line install and a private key, you are up and ready
7575
to go. Better yet, if you are running on a Google Compute Engine
@@ -107,22 +107,22 @@ <h3 class="block-title">Examples</h3>
107107
<div class="container clearfix">
108108
<h3 class="block-title">FAQ</h3>
109109

110-
<h4>What is the relationship between the <code>gcloud</code> package
110+
<h4>What is the relationship between the <code>gcloud-python</code> package
111111
and the <code>gcloud</code> command-line tool?</h4>
112112
<p>Both the <code>gcloud</code> command-line tool and
113-
<code>gcloud</code> package are a part of the Google Cloud SDK: a collection
113+
<code>gcloud-python</code> package are a part of the Google Cloud SDK: a collection
114114
of tools and libraries that enable you to easily create and manage
115115
resources on the Google Cloud Platform. The <code>gcloud</code> command-line
116116
tool can be used to manage both your development workflow and your
117-
Google Cloud Platform resources while the <code>gcloud</code> package is the
117+
Google Cloud Platform resources while the <code>gcloud-python</code> package is the
118118
Google Cloud Client Library for Python.</p>
119119

120-
<h4>What is the relationship between <code>gcloud</code>
120+
<h4>What is the relationship between <code>gcloud-python</code>
121121
and the Google APIs Python Client?</h4>
122122
<p>The <a href="https://github.com/google/google-api-python-client">
123123
Google APIs Python Client</a> is a client library for
124124
using the broad set of Google APIs.
125-
<code>gcloud</code> is built specifically for the Google Cloud Platform
125+
<code>gcloud-python</code> is built specifically for the Google Cloud Platform
126126
and is the recommended way to integrate Google Cloud APIs into your
127127
Python applications. If your application requires both Google Cloud Platform and
128128
other Google APIs, the 2 libraries may be used by your application.</p>

docs/json/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html><html><head><meta charset="utf-8"><title>gcloud</title><meta name="description" content="Google Cloud Platform's client library documentation"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="shortcut icon" href="https://cloud.google.com/images/gcp-favicon.ico"><link rel="stylesheet" href="src/vendor-d362a4bbd8.css"><link rel="stylesheet" href="src/app-a103c713b2.css"></head><body><!--[if lt IE 10]>
1+
<!doctype html><html><head><meta charset="utf-8"><title>gcloud-python</title><meta name="description" content="Google Cloud Platform's client library documentation"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="shortcut icon" href="https://cloud.google.com/images/gcp-favicon.ico"><link rel="stylesheet" href="src/vendor-d362a4bbd8.css"><link rel="stylesheet" href="src/app-a103c713b2.css"></head><body><!--[if lt IE 10]>
22
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
33
<![endif]--><main ui-view="" autoscroll="true"></main><script src="src/vendor-7173ada14e.js"></script><script src="src/app-4918b7fab6.js"></script><script>
44
(function() {
@@ -17,4 +17,4 @@
1717
});
1818
});
1919
}());
20-
</script></body></html>
20+
</script></body></html>

0 commit comments

Comments
 (0)