@@ -45,14 +45,14 @@ You'll have to create a development environment to hack on
4545
4646- Clone your fork of ``python-ndb `` from your GitHub account to your local
4747 computer, substituting your account username and specifying the destination
48- as ``hack-on-python-ndb ``. E.g.::
48+ as ``hack-on-google-cloud-python ``. E.g.::
4949
5050 $ cd ${HOME}
51- $ git clone git@github.com:USERNAME/python-ndb .git hack-on-python-ndb
52- $ cd hack-on-python-ndb
51+ $ git clone git@github.com:USERNAME/google-cloud-python .git hack-on-google-cloud-python
52+ $ cd hack-on-google-cloud-python
5353 # Configure remotes such that you can pull changes from the python-ndb
5454 # repository into your local repository.
55- $ git remote add upstream git@github.com:googleapis/python-ndb .git
55+ $ git remote add upstream git@github.com:googleapis/google-cloud-python .git
5656 # fetch and merge changes from upstream into main
5757 $ git fetch upstream
5858 $ git merge upstream/main
@@ -63,7 +63,7 @@ repo, from which you can submit a pull request.
6363To work on the codebase and run the tests, we recommend using ``nox ``,
6464but you can also use a ``virtualenv `` of your own creation.
6565
66- .. _repo : https://github.com/googleapis/python-ndb
66+ .. _repo : https://github.com/googleapis/google-cloud- python/tree/main/packages/google-cloud -ndb
6767
6868Using ``nox ``
6969=============
@@ -219,13 +219,13 @@ using to develop ``python-ndb``):
219219#. After following the steps above in "Using a Development Checkout", install
220220 Sphinx and all development requirements in your virtualenv::
221221
222- $ cd ${HOME}/hack-on-python-ndb
222+ $ cd ${HOME}/hack-on-google-cloud-python
223223 $ ${VENV}/bin/pip install Sphinx
224224
225225#. Change into the ``docs `` directory within your ``python-ndb `` checkout and
226226 execute the ``make `` command with some flags::
227227
228- $ cd ${HOME}/hack-on-python-ndb /docs
228+ $ cd ${HOME}/hack-on-google-cloud-python /docs
229229 $ make clean html SPHINXBUILD=${VENV}/bin/sphinx-build
230230
231231 The ``SPHINXBUILD=... `` argument tells Sphinx to use the virtualenv Python,
@@ -248,7 +248,7 @@ The `description on PyPI`_ for the project comes directly from the
248248``README ``. Due to the reStructuredText (``rst ``) parser used by
249249PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst ``
250250instead of
251- ``https://github.com/googleapis/python-ndb /blob/main/CONTRIBUTING.rst ``)
251+ ``https://github.com/googleapis/google-cloud-python /blob/main/packages/google-cloud-ndb /CONTRIBUTING.rst ``)
252252may cause problems creating links or rendering the description.
253253
254254.. _description on PyPI : https://pypi.org/project/google-cloud/
@@ -281,7 +281,7 @@ We support:
281281
282282Supported versions can be found in our ``noxfile.py `` `config `_.
283283
284- .. _config : https://github.com/googleapis/python-ndb /blob/main/noxfile.py
284+ .. _config : https://github.com/googleapis/google-cloud-python /blob/main/packages/google-cloud-ndb /noxfile.py
285285
286286
287287**********
0 commit comments