Skip to content

Commit a7db62f

Browse files
authored
Fix some outdated information/typos in development guide (#9893)
1 parent 553d8b8 commit a7db62f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/source/develop.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ non-exhaustive list follows:
5252

5353
Git and GitHub can be challenging at first. Fortunately good materials exist
5454
on 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

5959
Issues
@@ -65,7 +65,7 @@ you should raise it there to start public discussion.
6565

6666
If you are looking for an introductory issue to get started with development,
6767
then 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
6969
some 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

182182
Tests 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

190190
For 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
355355
The 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/>`_.
357357
Note, 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/>`_
360360
and `Distributed
361361
<https://gpuci.gpuopenanalytics.com/job/dask/job/distributed/job/prb/job/distributed-prb/>`_

docs/source/maintainers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pull request should be merged if there are CI failures, as broken CI in ``main``
4141
can easily mask problems with other PRs, and a consistently broken CI can be
4242
demoralizing for maintainers.
4343

44-
However, in pracatice, there are occasionally flaky tests, broken upstream
44+
However, in practice, there are occasionally flaky tests, broken upstream
4545
dependencies, and failures that are otherwise obviously not related to the PR
4646
at hand. If that is the case, a maintainer may merge a PR with failing tests,
4747
but they should be prepared to follow up with any failures that result from

0 commit comments

Comments
 (0)