Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix copy paste errors in documentation #125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ In the ``script`` section for each service, the appropriate ``dask-yarn``
:doc:`cli` command should be used:

- ``dask-yarn services worker`` to start the worker
- ``dask-yarn services scheduler`` to start the worker
- ``dask-yarn services scheduler`` to start the scheduler

Beyond that, you have full flexibility for how to define a specification. See
the Skein_ documentation for more information. A few examples are provided
Expand Down Expand Up @@ -137,7 +137,7 @@ service.
# and also run a custom script before starting the service
script: |
some-custom-initialization-script
dask-yarn services worker
dask-yarn services scheduler

dask.worker:
# Don't start any workers initially
Expand Down