Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added "Open in Cloud Shell" buttons to README files #1254

Merged
merged 9 commits into from
Dec 7, 2017
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Google Cloud Platform Python Samples

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=./README.md

This repository holds the samples used in the python documentation on [cloud.google.com](https://cloud.google.com).

[![Build Status](https://travis-ci.org/GoogleCloudPlatform/python-docs-samples.svg)](https://travis-ci.org/GoogleCloudPlatform/python-docs-samples)
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Google App Engine Flexible Environment Python Samples

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/README.md

These are samples for using Python on Google App Engine Flexible Environment. These samples are typically referenced from the [docs](https://cloud.google.com/appengine/docs).

See our other [Google Cloud Platform github repos](https://github.com/GoogleCloudPlatform) for sample applications and
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/analytics/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Google Analytics Measurement Protocol sample for Google App Engine Flexible

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/analytics/README.md

This sample demonstrates how to use the [Google Analytics Measurement Protocol](https://developers.google.com/analytics/devguides/collection/protocol/v1/) (or any other SQL server) on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

## Setup
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/cloudsql/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Python Google Cloud SQL sample for Google App Engine Flexible

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/cloudsql/README.md

This sample demonstrates how to use [Google Cloud SQL](https://cloud.google.com/sql/) (or any other SQL server) on [Google App Engine Flexible](https://cloud.google.com/appengine).

## Setup
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/datastore/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Python Google Cloud Datastore sample for Google App Engine Flexible Environment

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/datastore/README.md

This sample demonstrates how to use [Google Cloud Datastore](https://cloud.google.com/datastore/) on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

## Setup
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/django_cloudsql/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Getting started with Django on Google Cloud Platform on App Engine Flexible

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/django_cloudsql/README.md

This repository is an example of how to run a [Django](https://www.djangoproject.com/)
app on Google App Engine Flexible Environment. It uses the
[Writing your first Django app](https://docs.djangoproject.com/en/1.9/intro/tutorial01/) as the
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/hello_world_django/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Django sample for Google App Engine Flexible Environment

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/hello_world_django/README.md

This is a basic hello world [Django](https://www.djangoproject.com/) example
for [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/mailgun/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Python Mailgun email sample for Google App Engine Flexible Environment

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/mailgun/README.md

This sample demonstrates how to use [Mailgun](https://www.mailgun.com) on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

For more information about Mail, see their [documentation](https://documentation.mailgun.com/).
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/mailjet/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Python Mailjet email sample for Google App Engine Flexible

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/mailjet/README.md

This sample demonstrates how to use [Mailjet](https://www.mailjet.com) on [Google App Engine Flexible](https://cloud.google.com/appengine/docs/flexible/).

## Setup
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/memcache/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Note

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/memcache/README.md

This sample demonstrates connecting to existing Memcache servers, or the
built-in Memcache server.

Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/multiple_services/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Python Google Cloud Microservices Example - API Gateway

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/multiple_services/README.md

This example demonstrates how to deploy multiple python services to [App Engine flexible environment](https://cloud.google.com/appengine/docs/flexible/)

## To Run Locally
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/pubsub/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Python Google Cloud Pub/Sub sample for Google App Engine Flexible Environment

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/pubsub/README.md

This demonstrates how to send and receive messages using [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

## Setup
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/scipy/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# SciPy on App Engine Flexible

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/scipy/README.md

This sample demonstrates how to use SciPy to resize an image on App Engine Flexible.

5 changes: 5 additions & 0 deletions appengine/flexible/sendgrid/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Python SendGrid email sample for Google App Engine Flexible

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/sendgrid/README.md

This sample demonstrates how to use [SendGrid](https://www.sendgrid.com) on [Google App Engine Flexible](https://cloud.google.com/appengine).

For more information about SendGrid, see their [documentation](https://sendgrid.com/docs/User_Guide/index.html).
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/static_files/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Python / Flask static files sample for Google App Engine Flexible Environment

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/static_files/README.md

This demonstrates how to use [Flask](http://flask.pocoo.org/) to serve static files in your application.

Flask automatically makes anything in the ``static`` directory available via the ``/static`` URL. If you plan on using a different framework, it may have different conventions for serving static files.
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/storage/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Python Google Cloud Storage sample for Google App Engine Flexible Environment

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/storage/README.md

This sample demonstrates how to use [Google Cloud Storage](https://cloud.google.com/storage/) on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

## Setup
Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/tasks/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Google Cloud Tasks App Engine Queue Samples

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/tasks/README.md

Sample command-line program for interacting with the Cloud Tasks API
using App Engine queues.

Expand Down
5 changes: 5 additions & 0 deletions appengine/flexible/twilio/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Python Twilio voice and SMS sample for Google App Engine Flexible Environment

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/twilio/README.md

This sample demonstrates how to use [Twilio](https://www.twilio.com) on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

For more information about Twilio, see their [Python quickstart tutorials](https://www.twilio.com/docs/quickstart/python).
Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Google App Engine Samples

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/README.md

This section contains samples for [Google App Engine](https://cloud.google.com/appengine). Most of these samples have associated documentation that is linked
within the docstring of the sample itself.

Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/angular/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## App Engine & Angular JS

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/angular/README.md

A simple [AngularJS](http://angularjs.org/) CRUD application for [Google App Engine](https://appengine.google.com/).

Refer to the [App Engine Samples README](../README.md) for information on how to run and deploy this sample.
5 changes: 5 additions & 0 deletions appengine/standard/background/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Using Background Threads from Google App Engine

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/background/README.md

This example shows how to use manual or basic scaling to start App Engine background threads.

See the [documentation on modules](https://cloud.google.com/appengine/docs/python/modules/) for
Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/bigquery/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Google App Engine accessing BigQuery using OAuth2

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/bigquery/README.md

This sample demonstrates [authenticating to BigQuery in App Engine using OAuth2](https://cloud.google.com/bigquery/authentication).

<!-- auto-doc-link -->
Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/blobstore/api/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# App Engine Blobstore Sample

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/blobstore/api/README.md

<!-- auto-doc-link -->
These samples are used on the following documentation pages:

Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/channel/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
To deploy, run the following command, or see [here](https://cloud.google.com/appengine/docs/python/gettingstartedpython27/uploading) for more details about uploading your application.

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/channel/README.md

`appcfg.py -A <YOUR_PROJECT_ID> update .`

5 changes: 5 additions & 0 deletions appengine/standard/cloudsql/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Using Cloud SQL from Google App Engine

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/cloudsql/README.md

This is an example program showing how to use the native MySQL connections from Google App Engine to [Google Cloud SQL](https://cloud.google.com/sql).

Refer to the [App Engine Samples README](../README.md) for information on how to run and deploy this sample.
Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/django/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Getting started with Django on Google Cloud Platform on App Engine Standard

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/django/README.md

This repository is an example of how to run a [Django](https://www.djangoproject.com/)
app on Google App Engine Standard Environment. It uses the
[Writing your first Django app](https://docs.djangoproject.com/en/1.9/intro/tutorial01/) as the
Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/endpoints-frameworks-v2/echo/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Endpoints Frameworks v2 Python Sample

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/endpoints-frameworks-v2/echo/README.md

This demonstrates how to use Google Cloud Endpoints Frameworks v2 on Google App Engine Standard Environment using Python.

## Setup
Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/firebase/firenotes/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Firenotes: Firebase Authentication on Google App Engine

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/firebase/firenotes/README.md

A simple note-taking application that stores users' notes in their own personal
notebooks separated by a unique user ID generated by Firebase. Uses Firebase
Authentication, Google App Engine, and Google Cloud Datastore.
Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/firebase/firetactoe/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Tic Tac Toe, using Firebase, on App Engine Standard

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/firebase/firetactoe/README.md

This sample shows how to use the [Firebase](https://firebase.google.com/)
realtime database to implement a simple Tic Tac Toe game on [Google App Engine
Standard](https://cloud.google.com/appengine).
Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/flask/hello_world/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# App Engine Standard Flask Hello World

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/flask/hello_world/README.md

This sample shows how to use [Flask](http://flask.pocoo.org/) with Google App
Engine Standard.

Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/flask/tutorial/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# App Engine Standard Flask Tutorial App

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/flask/tutorial/README.md

This sample shows how to use [Flask](http://flask.pocoo.org/) to handle
requests, forms, templates, and static files on Google App Engine Standard.

Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/i18n/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# App Engine Internationalization Sample

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/i18n/README.md

A simple example app showing how to build an internationalized app
with App Engine.

Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/iap/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Identity-Aware Proxy Refresh Session Sample

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/iap/README.md

This sample is used on the following documentation page:

* https://cloud.google.com/iap/docs/sessions-howto
Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/images/api/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Images Guestbook Sample

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/images/api/README.md

This is a sample app for Google App Engine that demonstrates the [Images Python
API](https://cloud.google.com/appengine/docs/python/images/usingimages).

Expand Down
5 changes: 5 additions & 0 deletions appengine/standard/images/guestbook/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Images Guestbook Sample

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/images/guestbook/README.md

This is a sample app for Google App Engine that demonstrates the [Images Python
API](https://cloud.google.com/appengine/docs/python/images/usingimages).

Expand Down
Loading