Skip to content

Commit b9cd3b0

Browse files
author
Jon Wayne Parrott
committed
Adding auto doc links for READMEs.
1 parent 679698f commit b9cd3b0

File tree

16 files changed

+356
-2
lines changed

16 files changed

+356
-2
lines changed

appengine/bigquery/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
<!-- auto-doc-link -->
6+
These samples are used on the following documentation pages:
7+
8+
>
9+
* https://cloud.google.com/bigquery/authentication
10+
* https://cloud.google.com/monitoring/api/authentication
11+
12+
<!-- end-auto-doc-link -->
13+
514
Refer to the [App Engine Samples README](../README.md) for information on how to run and deploy this sample.
615

716
## Setup

appengine/blobstore/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# App Engine Blobstore Sample
2+
3+
<!-- auto-doc-link -->
4+
These samples are used on the following documentation page:
5+
6+
> https://cloud.google.com/appengine/docs/python/blobstore/
7+
8+
<!-- end-auto-doc-link -->
9+
-->

appengine/images/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@
33
This is a sample app for Google App Engine that demonstrates the [Images Python
44
API](https://cloud.google.com/appengine/docs/python/images/usingimages).
55

6+
<!-- auto-doc-link -->
7+
These samples are used on the following documentation page:
8+
9+
> https://cloud.google.com/appengine/docs/python/images/usingimages
10+
11+
<!-- end-auto-doc-link -->
12+
613
Refer to the [App Engine Samples README](../README.md) for information on how to run and deploy this sample.

appengine/localtesting/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# App Engine Local Testing Samples
2+
3+
These samples show how to do automated testing of App Engine applications.
4+
5+
<!-- auto-doc-link -->
6+
These samples are used on the following documentation page:
7+
8+
> https://cloud.google.com/appengine/docs/python/tools/localunittesting
9+
10+
<!-- end-auto-doc-link -->
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Memcache Guestbook Sample
22

3-
This is a sample app for Google App Engine that demonstrates the [Memcache Python API](https://cloud.google.com/appengine/docs/python/memcache/usingmemcache).
3+
This is a sample app for Google App Engine that demonstrates the Memcache Python API.
4+
5+
<!-- auto-doc-link -->
6+
These samples are used on the following documentation page:
7+
8+
> https://cloud.google.com/appengine/docs/python/memcache/usingmemcache
9+
10+
<!-- end-auto-doc-link -->
411

512
Refer to the [App Engine Samples README](../../README.md) for information on how to run and deploy this sample.

appengine/multitenancy/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22

33
This sample demonstrates how to use Google App Engine's [Namespace Manager API](https://cloud.google.com/appengine/docs/python/multitenancy/multitenancy).
44

5+
<!-- auto-doc-link -->
6+
These samples are used on the following documentation page:
7+
8+
> https://cloud.google.com/appengine/docs/python/multitenancy/namespaces
9+
10+
<!-- end-auto-doc-link -->
11+
512
Refer to the [App Engine Samples README](../README.md) for information on how to run and deploy this sample.

appengine/ndb/overview/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22

33
This is a sample app for Google App Engine that demonstrates the [Datastore NDB Python API](https://cloud.google.com/appengine/docs/python/ndb/).
44

5+
<!-- auto-doc-link -->
6+
These samples are used on the following documentation page:
7+
8+
> https://cloud.google.com/appengine/docs/python/ndb/
9+
10+
<!-- end-auto-doc-link -->
11+
512
Refer to the [App Engine Samples README](../../README.md) for information on how to run and deploy this sample.
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
## App Engine Datastore NDB Transactions Sample
22

3-
This is a sample app for Google App Engine that exercises the [NDB Transactions Python API](https://cloud.google.com/appengine/docs/python/ndb/transactions)
3+
This is a sample app for Google App Engine that demonstrates the [NDB Transactions Python API](https://cloud.google.com/appengine/docs/python/ndb/transactions)
44

55
This app presents a list of notes. After you submit a note with a particular title, you may not change that note or submit a new note with the same title. There are multiple note pages available.
66

7+
<!-- auto-doc-link -->
8+
These samples are used on the following documentation page:
9+
10+
> https://cloud.google.com/appengine/docs/python/ndb/transactions
11+
12+
<!-- end-auto-doc-link -->
13+
714
Refer to the [App Engine Samples README](../../README.md) for information on how to run and deploy this sample.

bigquery/api/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# BigQuery API Samples
2+
3+
<!-- auto-doc-link -->
4+
These samples are used on the following documentation pages:
5+
6+
>
7+
* https://cloud.google.com/bigquery/exporting-data-from-bigquery
8+
* https://cloud.google.com/bigquery/authentication
9+
* https://cloud.google.com/bigquery/bigquery-api-quickstart
10+
* https://cloud.google.com/bigquery/docs/managing_jobs_datasets_projects
11+
* https://cloud.google.com/bigquery/streaming-data-into-bigquery
12+
* https://cloud.google.com/bigquery/docs/data
13+
* https://cloud.google.com/bigquery/querying-data
14+
* https://cloud.google.com/bigquery/loading-data-into-bigquery
15+
16+
<!-- end-auto-doc-link -->

compute/api/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Compute Engine API Samples
2+
3+
<!-- auto-doc-link -->
4+
These samples are used on the following documentation page:
5+
6+
> https://cloud.google.com/compute/docs/tutorials/python-guide
7+
8+
<!-- end-auto-doc-link -->
9+
10+
11+
12+
13+

0 commit comments

Comments
 (0)