@@ -52,8 +52,8 @@ non-exhaustive list follows:
5252
5353Git and GitHub can be challenging at first. Fortunately good materials exist
5454on the internet. Rather than repeat these materials here, we refer you to
55- Pandas ' documentation and links on this subject at
56- https://pandas.pydata.org/pandas- docs/stable /contributing.html
55+ pandas ' documentation and links on this subject at
56+ https://pandas.pydata.org/docs/dev/development /contributing.html
5757
5858
5959Issues
@@ -65,7 +65,7 @@ you should raise it there to start public discussion.
6565
6666If you are looking for an introductory issue to get started with development,
6767then check out the `"good first issue" label `_, which contains issues that are good
68- for starting developers. Generally, familiarity with Python, NumPy, Pandas , and
68+ for starting developers. Generally, familiarity with Python, NumPy, pandas , and
6969some parallel computing are assumed.
7070
7171.. _`"good first issue" label` : https://github.com/dask/dask/labels/good%20first%20issue
@@ -176,8 +176,8 @@ If you want the tests to run faster, you can run them in parallel using
176176
177177 py.test dask -n auto
178178
179- Tests run automatically on the Travis.ci and Appveyor continuous testing
180- frameworks on every push to every pull request on GitHub.
179+ Tests run automatically on GitHub Actions on every push to every pull
180+ request on GitHub.
181181
182182Tests are organized within the various modules' subdirectories::
183183
@@ -188,7 +188,7 @@ Tests are organized within the various modules' subdirectories::
188188 dask/diagnostics/tests/test_*.py
189189
190190For the Dask collections like Dask Array and Dask DataFrame, behavior is
191- typically tested directly against the NumPy or Pandas libraries using the
191+ typically tested directly against the NumPy or pandas libraries using the
192192``assert_eq `` functions:
193193
194194.. code-block :: python
@@ -355,7 +355,7 @@ docker image. When making commits to the
355355The docker image building process can be monitored
356356`here <https://gpuci.gpuopenanalytics.com/job/dask/job/dask-build-environment/job/branch/job/dask-build-env-main/ >`_.
357357Note, the ``dask-build-environment `` has two separate Dockerfiles for Dask
358- and Distributed similiarlly , gpuCI will run for both `Dask
358+ and Distributed similarly , gpuCI will run for both `Dask
359359<https://gpuci.gpuopenanalytics.com/job/dask/job/dask/job/prb/job/dask-prb/> `_
360360and `Distributed
361361<https://gpuci.gpuopenanalytics.com/job/dask/job/distributed/job/prb/job/distributed-prb/> `_
0 commit comments