Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -763,12 +763,18 @@ Libraries
- `API Issues <https://issuetracker.google.com/issues?q=componentid:190851>`_
- `File an API Issue <https://issuetracker.google.com/issues/new?component=190851>`_
- `Client Library Issues <https://github.com/googleapis/python-spanner-django/issues>`_
* - `Spanner dialect for SQLAlchemy <https://github.com/googleapis/python-spanner-sqlalchemy>`_
* - `Spanner Django <https://github.com/googleapis/google-cloud-python/tree/main/packages/django-google-spanner>`_
- stable
- |PyPI-django-google-spanner|
- `API Issues <https://issuetracker.google.com/issues?q=componentid:190851>`_
- `File an API Issue <https://issuetracker.google.com/issues/new?component=190851>`_
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
* - `Spanner dialect for SQLAlchemy <https://github.com/googleapis/google-cloud-python/tree/main/packages/sqlalchemy-spanner>`_
- stable
- |PyPI-sqlalchemy-spanner|
- `API Issues <https://issuetracker.google.com/issues?q=componentid:190851>`_
- `File an API Issue <https://issuetracker.google.com/issues/new?component=190851>`_
- `Client Library Issues <https://github.com/googleapis/python-spanner-sqlalchemy/issues>`_
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
* - `Speech <https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-speech>`_
- stable
- |PyPI-google-cloud-speech|
Expand Down Expand Up @@ -1099,12 +1105,12 @@ Libraries
- `API Issues <https://issuetracker.google.com/savedsearches/559654>`_
- `File an API Issue <https://issuetracker.google.com/issues/new?component=187149>`_
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
* - `BigQuery connector for pandas <https://github.com/googleapis/python-bigquery-pandas>`_
* - `BigQuery connector for pandas <https://github.com/googleapis/google-cloud-python/tree/main/packages/pandas-gbq>`_
- preview
- |PyPI-pandas-gbq|
-
-
- `Client Library Issues <https://github.com/googleapis/python-bigquery-pandas/issues>`_
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
* - `CSS API <https://github.com/googleapis/google-cloud-python/tree/main/packages/google-shopping-css>`_
- preview
- |PyPI-google-shopping-css|
Expand Down Expand Up @@ -1573,12 +1579,12 @@ Libraries
- `API Issues <https://issuetracker.google.com/savedsearches/559663>`_
- `File an API Issue <https://issuetracker.google.com/issues/new?component=187078>`_
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
* - `SQLAlchemy dialect for BigQuery <https://github.com/googleapis/python-bigquery-sqlalchemy>`_
* - `SQLAlchemy dialect for BigQuery <https://github.com/googleapis/google-cloud-python/tree/main/packages/sqlalchemy-bigquery>`_
- preview
- |PyPI-sqlalchemy-bigquery|
-
-
- `Client Library Issues <https://github.com/googleapis/python-bigquery-sqlalchemy/issues>`_
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
* - `SaaS Runtime API <https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-saasplatform-saasservicemgmt>`_
- preview
- |PyPI-google-cloud-saasplatform-saasservicemgmt|
Expand Down Expand Up @@ -1918,6 +1924,8 @@ Libraries
:target: https://pypi.org/project/google-cloud-spanner
.. |PyPI-django-google-spanner| image:: https://img.shields.io/pypi/v/django-google-spanner.svg
:target: https://pypi.org/project/django-google-spanner
.. |PyPI-django-google-spanner| image:: https://img.shields.io/pypi/v/django-google-spanner.svg
:target: https://pypi.org/project/django-google-spanner
Comment on lines +1927 to +1928
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This block is a duplicate definition for the |PyPI-django-google-spanner| substitution. The same definition already exists on lines 1925-1926. Please remove these duplicate lines to avoid potential rendering issues in the documentation.

.. |PyPI-sqlalchemy-spanner| image:: https://img.shields.io/pypi/v/sqlalchemy-spanner.svg
:target: https://pypi.org/project/sqlalchemy-spanner
.. |PyPI-google-cloud-speech| image:: https://img.shields.io/pypi/v/google-cloud-speech.svg
Expand Down
Loading