From 4a94246c6e90fa84da2d250471c94035bdcb249c Mon Sep 17 00:00:00 2001 From: Jonathan Wayne Parrott Date: Thu, 24 Sep 2015 20:27:19 -0700 Subject: [PATCH 1/2] Update README.rst to link to Python Getting Started sample and tutorial. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 26afec20a3ee..f75d4e248c6e 100644 --- a/README.rst +++ b/README.rst @@ -58,8 +58,11 @@ For more information, see `Supported Python Versions`_ in Example Applications -------------------- +- `getting-started-python`_ - A sample and `tutorial`_ that demonstrates how to build a complete web application using Cloud Datastore, Cloud Storage, and Cloud Pub/Sub and deploy it to Google App Engine or Google Compute Engine. - `gcloud-python-expenses-demo`_ - A sample expenses demo using Cloud Datastore and Cloud Storage +.. _getting-started-python: https://github.com/GoogleCloudPlatform/getting-started-python +.. _associated tutorial: https://cloud.google.com/python .. _gcloud-python-expenses-demo: https://github.com/GoogleCloudPlatform/gcloud-python-expenses-demo Authentication From fd9199ecd420c7a6a53929db6156af2a45a6f7c5 Mon Sep 17 00:00:00 2001 From: Jonathan Wayne Parrott Date: Thu, 24 Sep 2015 22:22:21 -0700 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f75d4e248c6e..150e0c582ba0 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ Example Applications - `gcloud-python-expenses-demo`_ - A sample expenses demo using Cloud Datastore and Cloud Storage .. _getting-started-python: https://github.com/GoogleCloudPlatform/getting-started-python -.. _associated tutorial: https://cloud.google.com/python +.. _tutorial: https://cloud.google.com/python .. _gcloud-python-expenses-demo: https://github.com/GoogleCloudPlatform/gcloud-python-expenses-demo Authentication