Skip to content

Commit 2b46e90

Browse files
authored
* Fix README rst links * Update all READMEs
1 parent fb68a54 commit 2b46e90

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

samples/samples/README.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,16 @@ To run this sample:
129129
particular timestamp.
130130
add_index Adds a simple index to the example database.
131131
query_data_with_index
132-
Inserts sample data into the given database. The
133-
database and table must already exist and can be
134-
created using `create_database`.
132+
Queries sample data from the database using SQL and an
133+
index. The index must exist before running this
134+
sample. You can add the index by running the
135+
`add_index` sample or by running this DDL statement
136+
against your database: CREATE INDEX AlbumsByAlbumTitle
137+
ON Albums(AlbumTitle) This sample also uses the
138+
`MarketingBudget` column. You can add the column by
139+
running the `add_column` sample or by running this DDL
140+
statement against your database: ALTER TABLE Albums
141+
ADD COLUMN MarketingBudget INT64
135142
read_data_with_index
136143
Inserts sample data into the given database. The
137144
database and table must already exist and can be
@@ -157,11 +164,11 @@ This sample uses the `Google Cloud Client Library for Python`_.
157164
You can read the documentation for more details on API usage and use GitHub
158165
to `browse the source`_ and `report issues`_.
159166

160-
.. Google Cloud Client Library for Python:
167+
.. _Google Cloud Client Library for Python:
161168
https://googlecloudplatform.github.io/google-cloud-python/
162-
.. browse the source:
169+
.. _browse the source:
163170
https://github.com/GoogleCloudPlatform/google-cloud-python
164-
.. report issues:
171+
.. _report issues:
165172
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
166173

167174

0 commit comments

Comments
 (0)