docs(sqlalchemy-spanner): Added docs support to sqlalchemy-spanner#16195
Open
gkevinzheng wants to merge 2 commits intomainfrom
Open
docs(sqlalchemy-spanner): Added docs support to sqlalchemy-spanner#16195gkevinzheng wants to merge 2 commits intomainfrom
gkevinzheng wants to merge 2 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request enables documentation generation for the sqlalchemy-spanner package by adding a comprehensive README.rst, Sphinx configuration (conf.py), custom CSS, and HTML templates. It also updates the noxfile.py to install necessary dependencies and execute the sphinx-build process. The review feedback identifies a broken link to the samples directory, several typos in the documentation text, and a copy-paste error in the configuration file header.
Comment on lines
+64
to
+65
| The `samples directory <https://github.com/googleapis/google-cloud-python/blob/-/samples/README.md>`__ | ||
| contains multiple examples for how to configure and use common Spanner features. |
Contributor
There was a problem hiding this comment.
| # for SQLAlchemy 1.4 and 2.0: | ||
| spanner+spanner:///projects/project-id/instances/instance-id/databases/database-id | ||
|
|
||
| To pass your custom client object directly to be be used, create engine as following: |
Contributor
| | Cloud Spanner dialect includes two dialect-specific arguments for | ||
| ``Table`` constructor, which help to define interleave relations: | ||
| ``spanner_interleave_in`` - a parent table name | ||
| ``spanner_inverleave_on_delete_cascade`` - a flag specifying if |
Contributor
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
| ## | ||
| # google-cloud-dataproc documentation build configuration file |
Contributor
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds docs support so that our docs pipeline does not fail.