From 03950bc3607dce65d4a03ce11460487453ff10b2 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Thu, 28 May 2020 01:45:21 +0000 Subject: [PATCH] chore: update templates --- kms/snippets/README.rst | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/kms/snippets/README.rst b/kms/snippets/README.rst index 3acb00f5d913..7a52a0817bf3 100644 --- a/kms/snippets/README.rst +++ b/kms/snippets/README.rst @@ -1,3 +1,4 @@ + .. This file is automatically generated. Do not edit this file directly. Google Cloud KMS API Python Samples @@ -14,10 +15,12 @@ This directory contains samples for Google Cloud KMS API. The `Google Cloud KMS .. _Google Cloud KMS API: https://cloud.google.com/kms/docs/ + Setup ------------------------------------------------------------------------------- + Authentication ++++++++++++++ @@ -28,6 +31,9 @@ credentials for applications. .. _Authentication Getting Started Guide: https://cloud.google.com/docs/authentication/getting-started + + + Install Dependencies ++++++++++++++++++++ @@ -42,7 +48,7 @@ Install Dependencies .. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup -#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+. +#. Create a virtualenv. Samples are compatible with Python 3.6+. .. code-block:: bash @@ -58,9 +64,15 @@ Install Dependencies .. _pip: https://pip.pypa.io/ .. _virtualenv: https://virtualenv.pypa.io/ + + + + + Samples ------------------------------------------------------------------------------- + Quickstart +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ @@ -79,4 +91,8 @@ To run this sample: -.. _Google Cloud SDK: https://cloud.google.com/sdk/ \ No newline at end of file + + + + +.. _Google Cloud SDK: https://cloud.google.com/sdk/