Skip to content

Commit d8e1a9a

Browse files
committed
chore: clean up
1 parent 77dcd29 commit d8e1a9a

4 files changed

Lines changed: 16 additions & 15 deletions

File tree

packages/google-api-core/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"release_level": "stable",
66
"language": "python",
77
"library_type": "CORE",
8-
"repo": "googleapis/python-api-core",
8+
"repo": "googleapis/google-cloud-python",
99
"distribution_name": "google-api-core",
1010
"default_version": "",
1111
"codeowner_team": "@googleapis/cloud-sdk-python-team"

packages/google-api-core/CONTRIBUTING.rst

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

3636
- While logged into your GitHub account, navigate to the
37-
``python-api-core`` `repo`_ on GitHub.
37+
``google-cloud-python`` `repo`_ on GitHub.
3838

39-
- Fork and clone the ``python-api-core`` repository to your GitHub account by
39+
- Fork and clone the ``google-cloud-python`` repository to your GitHub account by
4040
clicking the "Fork" button.
4141

42-
- Clone your fork of ``python-api-core`` from your GitHub account to your local
42+
- Clone your fork of ``google-cloud-python`` from your GitHub account to your local
4343
computer, substituting your account username and specifying the destination
44-
as ``hack-on-python-api-core``. E.g.::
44+
as ``hack-on-google-cloud-python``. E.g.::
4545

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

62-
.. _repo: https://github.com/googleapis/python-api-core
62+
.. _repo: https://github.com/googleapis/google-cloud-python
6363

6464
Using ``nox``
6565
=============
@@ -112,7 +112,7 @@ Coding Style
112112
export GOOGLE_CLOUD_TESTING_BRANCH="main"
113113

114114
By doing this, you are specifying the location of the most up-to-date
115-
version of ``python-api-core``. The the suggested remote name ``upstream``
115+
version of ``google-cloud-python``. The the suggested remote name ``upstream``
116116
should point to the official ``googleapis`` checkout and the
117117
the branch should be the main branch on that remote (``main``).
118118

@@ -185,7 +185,7 @@ The `description on PyPI`_ for the project comes directly from the
185185
``README``. Due to the reStructuredText (``rst``) parser used by
186186
PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst``
187187
instead of
188-
``https://github.com/googleapis/python-api-core/blob/main/CONTRIBUTING.rst``)
188+
``https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst``)
189189
may cause problems creating links or rendering the description.
190190

191191
.. _description on PyPI: https://pypi.org/project/google-api-core
@@ -214,7 +214,7 @@ We support:
214214

215215
Supported versions can be found in our ``noxfile.py`` `config`_.
216216

217-
.. _config: https://github.com/googleapis/python-api-core/blob/main/noxfile.py
217+
.. _config: https://github.com/googleapis/google-cloud-python/blob/main/noxfile.py
218218

219219

220220
**********

packages/google-api-core/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-api-core",
158158
"github_user": "googleapis",
159-
"github_repo": "python-api-core",
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-api-core/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ dependencies = [
5454
dynamic = ["version"]
5555

5656
[project.urls]
57+
Homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-api-core"
5758
Documentation = "https://googleapis.dev/python/google-api-core/latest/"
58-
Repository = "https://github.com/googleapis/python-api-core"
59+
Repository = "https://github.com/googleapis/google-cloud-python"
5960

6061
[project.optional-dependencies]
6162
async_rest = ["google-auth[aiohttp] >= 2.35.0, < 3.0.0"]

0 commit comments

Comments
 (0)