@@ -34,21 +34,21 @@ Using a Development Checkout
3434You'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.
5959To work on the codebase and run the tests, we recommend using ``nox ``,
6060but 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
6464Using ``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
186186PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst ``
187187instead 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 ``)
189189may 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
215215Supported 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**********
0 commit comments