chore: replace symlinks with copies for README.rst#16653
chore: replace symlinks with copies for README.rst#16653jskeet merged 1 commit intogoogleapis:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request replaces symlinked README files with package-specific README.rst documentation across several Google Cloud Python libraries, including bigquery-magics, db-dtypes, and various google-cloud packages. The new documentation provides installation instructions, supported Python versions (>= 3.9), and usage examples. Feedback was provided to correct a SQL syntax error in the BigQuery magics example, fix a method name typo and grammatical error in the Document AI Toolbox documentation, and resolve a formatting typo in the Runtime Configurator documentation.
I am having trouble creating individual review comments. Click here to see my feedback.
packages/bigquery-magics/docs/README.rst (100)
In BigQuery SQL, table identifiers containing hyphens must be enclosed in backticks, not single quotes. Using single quotes will result in a syntax error as it is interpreted as a string literal.
FROM bigquery-public-data.usa_names.usa_1910_current
packages/google-cloud-documentai-toolbox/docs/README.rst (24)
There is a typo in the method name and a grammatical error. The method should be BatchProcessDocuments() (plural) to match the reference in line 6, and buckets should be followed by contain.
But you must enable the Storage API to access GCS buckets that contain the output of BatchProcessDocuments().
packages/google-cloud-runtimeconfig/docs/README.rst (185)
Typo: code-based should be code-based without the extra space.
if the code-based configuration gets applied first.
No description provided.