From 961855ba312c2de97ce1e5f4f72777d109a4cded Mon Sep 17 00:00:00 2001 From: michaelawyu Date: Thu, 7 Dec 2017 10:34:29 -0800 Subject: [PATCH] Added "Open in Cloud Shell" buttons to README files [(#1254)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/1254) --- samples/quickstart/README.rst | 8 ++++++++ samples/quickstart/README.rst.in | 2 ++ 2 files changed, 10 insertions(+) diff --git a/samples/quickstart/README.rst b/samples/quickstart/README.rst index 44c5c720..6c095e25 100644 --- a/samples/quickstart/README.rst +++ b/samples/quickstart/README.rst @@ -3,6 +3,10 @@ Google Cloud Video Intelligence API Python Samples =============================================================================== +.. image:: https://gstatic.com/cloudssh/images/open-btn.png + :target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=video/cloud-client/quickstart/README.rst + + This directory contains samples for Google Cloud Video Intelligence API. `Google Cloud Video Intelligence API`_ allows developers to easily integrate feature detection in video. @@ -54,6 +58,10 @@ Samples quickstart +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +.. image:: https://gstatic.com/cloudssh/images/open-btn.png + :target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=video/cloud-client/quickstart/quickstart.py;video/cloud-client/quickstart/README.rst + + To run this sample: diff --git a/samples/quickstart/README.rst.in b/samples/quickstart/README.rst.in index 59014b4d..9763ec63 100644 --- a/samples/quickstart/README.rst.in +++ b/samples/quickstart/README.rst.in @@ -17,3 +17,5 @@ samples: file: quickstart.py cloud_client_library: true + +folder: video/cloud-client/quickstart \ No newline at end of file