Skip to content

Commit

Permalink
Merge pull request #2026 from daspecster/update-gcloud-references
Browse files Browse the repository at this point in the history
Update gcloud references.
  • Loading branch information
daspecster authored Jul 26, 2016
2 parents dbafbe6 + 4028cd3 commit 565c992
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions docs/json/home.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="hero-banner">
<div class="container clearfix">
<div class="quote-box">
<h1>gcloud</h1>
<h1>gcloud-python</h1>
<p>Google Cloud Client Library for Python
- an idiomatic, intuitive, and natural way for Python developers to
integrate with Google Cloud Platform services, like Cloud Datastore
Expand Down Expand Up @@ -60,7 +60,7 @@ <h4 class="latest-release subtle" ng-if="home.latestRelease">
<div class="quote-box">
<h3 class="block-title">What is it?</h3>

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

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

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

<h4>What is the relationship between <code>gcloud</code>
<h4>What is the relationship between <code>gcloud-python</code>
and the Google APIs Python Client?</h4>
<p>The <a href="https://github.com/google/google-api-python-client">
Google APIs Python Client</a> is a client library for
using the broad set of Google APIs.
<code>gcloud</code> is built specifically for the Google Cloud Platform
<code>gcloud-python</code> is built specifically for the Google Cloud Platform
and is the recommended way to integrate Google Cloud APIs into your
Python applications. If your application requires both Google Cloud Platform and
other Google APIs, the 2 libraries may be used by your application.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/json/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!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]>
<!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]>
<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>
<![endif]--><main ui-view="" autoscroll="true"></main><script src="src/vendor-7173ada14e.js"></script><script src="src/app-4918b7fab6.js"></script><script>
(function() {
Expand All @@ -17,4 +17,4 @@
});
});
}());
</script></body></html>
</script></body></html>

0 comments on commit 565c992

Please sign in to comment.