Skip to content

Commit

Permalink
Improve linkage between container docs pages. (#6852)
Browse files Browse the repository at this point in the history
Also, use new 'Google Kubernetes Engine' branding for the back-end API.

Closes #5777
  • Loading branch information
tseaver authored Dec 13, 2018
1 parent 37a3549 commit e85af7f
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions packages/google-cloud-container/README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Python Client for Google Container Engine API
=============================================
Python Client for Google Kubernetes Engine API
==============================================

|alpha| |pypi| |versions|

`Google Container Engine API`_: The Google Kubernetes Engine API is used for building and managing container
based applications, powered by the open source Kubernetes technology.
`Google Kubernetes Engine API`_: The Google Kubernetes Engine API is used for
building and managing container based applications, powered by the open source
Kubernetes technology.

- `Client Library Documentation`_
- `Product Documentation`_
Expand All @@ -15,9 +16,9 @@ based applications, powered by the open source Kubernetes technology.
:target: https://pypi.org/project/google-cloud-container/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-container.svg
:target: https://pypi.org/project/google-cloud-container/
.. _Google Container Engine API: https://cloud.google.com/container
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/container/index.html
.. _Product Documentation: https://cloud.google.com/container
.. _Google Kubernetes Engine API: https://cloud.google.com/kubernetes-engine
.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/container/index.html
.. _Product Documentation: https://cloud.google.com/kubernetes-engine

Quick Start
-----------
Expand All @@ -30,7 +31,7 @@ In order to use this library, you first need to go through the following steps:

.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
.. _Enable the Google Container Engine API.: https://cloud.google.com/container
.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html
.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html

Installation
~~~~~~~~~~~~
Expand Down Expand Up @@ -84,7 +85,8 @@ Example Usage
Next Steps
~~~~~~~~~~

- Read the `Client Library Documentation`_ for Google Container Engine API
API to see other available methods on the client.
- Read the `Client API Documentation`_ to see other available methods on the client.
- Read the `Product documentation`_ to learn more about the product and see
How-to Guides.

.. _Client API Documentation: https://googleapis.github.io/google-cloud-python/latest/container/gapic/v1/api.html

0 comments on commit e85af7f

Please sign in to comment.