Skip to content

Commit f1a9469

Browse files
committed
chore: remove references to python-datastore
1 parent 04be8cf commit f1a9469

7 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,12 @@ Libraries
325325
-
326326
-
327327
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
328-
* - `Datastore <https://github.com/googleapis/python-datastore>`_
328+
* - `Datastore <https://github.com/googleapis/google-cloud-python/tree/main/packages/python-datastore>`_
329329
- stable
330330
- |PyPI-google-cloud-datastore|
331331
- `API Issues <https://issuetracker.google.com/savedsearches/559768>`_
332332
- `File an API Issue <https://issuetracker.google.com/issues/new?component=187197>`_
333-
- `Client Library Issues <https://github.com/googleapis/python-datastore/issues>`_
333+
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
334334
* - `Datastream <https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-datastream>`_
335335
- stable
336336
- |PyPI-google-cloud-datastream|

packages/google-cloud-datastore/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"release_level": "stable",
88
"language": "python",
99
"library_type": "GAPIC_COMBO",
10-
"repo": "googleapis/python-datastore",
10+
"repo": "googleapis/google-cloud-python",
1111
"distribution_name": "google-cloud-datastore",
1212
"api_id": "datastore.googleapis.com",
1313
"default_version": "v1",

packages/google-cloud-datastore/CONTRIBUTING.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ Using a Development Checkout
3535
You'll have to create a development environment using a Git checkout:
3636

3737
- While logged into your GitHub account, navigate to the
38-
``python-datastore`` `repo`_ on GitHub.
38+
``google-cloud-python`` `repo`_ on GitHub.
3939

40-
- Fork and clone the ``python-datastore`` repository to your GitHub account by
40+
- Fork and clone the ``google-cloud-python`` repository to your GitHub account by
4141
clicking the "Fork" button.
4242

43-
- Clone your fork of ``python-datastore`` from your GitHub account to your local
43+
- Clone your fork of ``google-cloud-python`` from your GitHub account to your local
4444
computer, substituting your account username and specifying the destination
45-
as ``hack-on-python-datastore``. E.g.::
45+
as ``hack-on-google-cloud-python``. E.g.::
4646

4747
$ cd ${HOME}
48-
$ git clone git@github.com:USERNAME/python-datastore.git hack-on-python-datastore
49-
$ cd hack-on-python-datastore
50-
# Configure remotes such that you can pull changes from the googleapis/python-datastore
48+
$ git clone git@github.com:USERNAME/google-cloud-python.git hack-on-google-cloud-python
49+
$ cd hack-on-google-cloud-python
50+
# Configure remotes such that you can pull changes from the googleapis/google-cloud-python
5151
# repository into your local repository.
52-
$ git remote add upstream git@github.com:googleapis/python-datastore.git
52+
$ git remote add upstream git@github.com:googleapis/google-cloud-python.git
5353
# fetch and merge changes from upstream into main
5454
$ git fetch upstream
5555
$ git merge upstream/main
@@ -60,7 +60,7 @@ repo, from which you can submit a pull request.
6060
To work on the codebase and run the tests, we recommend using ``nox``,
6161
but you can also use a ``virtualenv`` of your own creation.
6262

63-
.. _repo: https://github.com/googleapis/python-datastore
63+
.. _repo: https://github.com/googleapis/google-cloud-python
6464

6565
Using ``nox``
6666
=============
@@ -113,7 +113,7 @@ Coding Style
113113
export GOOGLE_CLOUD_TESTING_BRANCH="main"
114114

115115
By doing this, you are specifying the location of the most up-to-date
116-
version of ``python-datastore``. The
116+
version of ``google-cloud-python``. The
117117
remote name ``upstream`` should point to the official ``googleapis``
118118
checkout and the branch should be the default branch on that remote (``main``).
119119

@@ -234,7 +234,7 @@ The `description on PyPI`_ for the project comes directly from the
234234
``README``. Due to the reStructuredText (``rst``) parser used by
235235
PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst``
236236
instead of
237-
``https://github.com/googleapis/python-datastore/blob/main/CONTRIBUTING.rst``)
237+
``https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst``)
238238
may cause problems creating links or rendering the description.
239239

240240
.. _description on PyPI: https://pypi.org/project/google-cloud-datastore
@@ -267,7 +267,7 @@ We support:
267267

268268
Supported versions can be found in our ``noxfile.py`` `config`_.
269269

270-
.. _config: https://github.com/googleapis/python-datastore/blob/main/noxfile.py
270+
.. _config: https://github.com/googleapis/google-cloud-python/blob/main/noxfile.py
271271

272272

273273
We also explicitly decided to support Python 3 beginning with version 3.7.

packages/google-cloud-datastore/UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The 2.0 release of the `google-cloud-datastore` client is a significant upgrade based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-python), and includes substantial interface changes. Existing code written for earlier versions of this library may require updates to use this version. This document describes the changes that have been made, and what you need to do to update your usage.
44

5-
If you experience issues or have questions, please file an [issue](https://github.com/googleapis/python-datastore/issues).
5+
If you experience issues or have questions, please file an [issue](https://github.com/googleapis/google-cloud-python/issues).
66

77
## Supported Python Versions
88

packages/google-cloud-datastore/docs/UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The 2.0 release of the `google-cloud-datastore` client is a significant upgrade based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-python), and includes substantial interface changes. Existing code written for earlier versions of this library may require updates to use this version. This document describes the changes that have been made, and what you need to do to update your usage.
44

5-
If you experience issues or have questions, please file an [issue](https://github.com/googleapis/python-datastore/issues).
5+
If you experience issues or have questions, please file an [issue](https://github.com/googleapis/google-cloud-python/issues).
66

77
## Supported Python Versions
88

packages/google-cloud-datastore/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
html_theme_options = {
157157
"description": "Google Cloud Client Libraries for google-cloud-datastore",
158158
"github_user": "googleapis",
159-
"github_repo": "python-datastore",
159+
"github_repo": "google-cloud-python",
160160
"github_banner": True,
161161
"font_family": "'Roboto', Georgia, sans",
162162
"head_font_family": "'Roboto', Georgia, serif",

packages/google-cloud-datastore/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
author="Google LLC",
7878
author_email="googleapis-packages@google.com",
7979
license="Apache 2.0",
80-
url="https://github.com/googleapis/python-datastore",
80+
url="https://github.com/googleapis/google-cloud-python/tree/main/packages/python-datastore",
8181
classifiers=[
8282
release_status,
8383
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)