From 5847b1fc4627728b44c01f3890a2fad3d4641af0 Mon Sep 17 00:00:00 2001 From: wesley chun Date: Wed, 19 Jan 2022 01:42:02 -0800 Subject: [PATCH] chore: add samples/cloud-nebulous-serverless/README.md (#312) * connect Python Translate client library to nebulous serverless example * added Samples section to README * fix path * update README * fix README link * move sample info to README * fix RST formatting * chore: update RST for Sphinx lint * chore: update README for RST style * updated serverless sample README Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> Co-authored-by: Anthonios Partheniou --- translation/samples/cloud-nebulous-serverless-python/README.md | 1 - translation/samples/cloud-nebulous-serverless/README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 translation/samples/cloud-nebulous-serverless-python/README.md create mode 100644 translation/samples/cloud-nebulous-serverless/README.md diff --git a/translation/samples/cloud-nebulous-serverless-python/README.md b/translation/samples/cloud-nebulous-serverless-python/README.md deleted file mode 100644 index 9dfab6676254..000000000000 --- a/translation/samples/cloud-nebulous-serverless-python/README.md +++ /dev/null @@ -1 +0,0 @@ -This sample can be found at . diff --git a/translation/samples/cloud-nebulous-serverless/README.md b/translation/samples/cloud-nebulous-serverless/README.md new file mode 100644 index 000000000000..e2c82823a7d1 --- /dev/null +++ b/translation/samples/cloud-nebulous-serverless/README.md @@ -0,0 +1 @@ +This sample, demonstrating how to access the [Cloud Translation API](https://cloud.google.com/translate) from [Google Cloud serverless platforms](https://cloud.google.com/serverless) (App Engine, Cloud Functions, Cloud Run) can be found at . Versions in Python (2.7 and 3.7+) and Node.js (10+) are available along with hands-on tutorials.