@@ -42,14 +42,14 @@ You'll have to create a development environment using a Git checkout:
4242
4343- Clone your fork of ``python-bigquery-dataframes `` from your GitHub account to your local
4444 computer, substituting your account username and specifying the destination
45- as ``hack-on-python-bigquery-dataframes ``. E.g.::
45+ as ``hack-on-google-cloud-python ``. E.g.::
4646
4747 $ cd ${HOME}
48- $ git clone git@github.com:USERNAME/python-bigquery-dataframes .git hack-on-python-bigquery-dataframes
49- $ cd hack-on-python-bigquery-dataframes
50- # Configure remotes such that you can pull changes from the googleapis/python-bigquery-dataframes
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-bigquery-dataframes .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.
6060To work on the codebase and run the tests, we recommend using ``nox ``,
6161but you can also use a ``virtualenv `` of your own creation.
6262
63- .. _repo : https://github.com/googleapis/python-bigquery-dataframes
63+ .. _repo : https://github.com/googleapis/google-cloud-python/tree/main/packages/bigframes
6464
6565Using ``nox ``
6666=============
@@ -246,7 +246,7 @@ The `description on PyPI`_ for the project comes directly from the
246246``README ``. Due to the reStructuredText (``rst ``) parser used by
247247PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst ``
248248instead of
249- ``https://github.com/googleapis/python-bigquery-dataframes /blob/main/CONTRIBUTING.rst ``)
249+ ``https://github.com/googleapis/google-cloud-python /blob/main/packages/bigframes /CONTRIBUTING.rst ``)
250250may cause problems creating links or rendering the description.
251251
252252.. _description on PyPI : https://pypi.org/project/bigframes
@@ -273,7 +273,7 @@ We support:
273273
274274Supported versions can be found in our ``noxfile.py `` `config `_.
275275
276- .. _config : https://github.com/googleapis/python-bigquery-dataframes /blob/main/noxfile.py
276+ .. _config : https://github.com/googleapis/google-cloud-python /blob/main/packages/bigframes /noxfile.py
277277
278278
279279We also explicitly decided to support Python 3 beginning with version 3.10.
0 commit comments