Skip to content

Commit bbaa214

Browse files
committed
Better titles
1 parent 0806937 commit bbaa214

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_episodes/11-dask-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keypoints:
2222

2323
---
2424

25-
## The Dask configuration file
25+
## Introduction
2626

2727
When processing larger amounts of data, and especially when the tool crashes
2828
when running a recipe because there is not enough memory available, it is
@@ -41,7 +41,7 @@ en/stable/userguide/real_and_lazy_data.html)
4141
available. Lazy data is the term the Iris library uses for Dask Arrays.
4242

4343

44-
### Workers
44+
### Dask Workers
4545
The most important concept to understand when using Dask Arrays is the concept
4646
of a Dask *worker*. With Dask, computations are run in parallel by little
4747
Python programs that are called *workers*. These could be on running on the
@@ -56,7 +56,7 @@ Note that only array computations are run using Dask, so total runtime may not
5656
decrease as much as you might expect when you increase the number of Dask
5757
workers.
5858

59-
### Scheduler
59+
### Dask Scheduler
6060

6161
In order to distribute the computations over the workers, Dask makes use of a
6262
*scheduler*. There are two different schedulers available. The default

0 commit comments

Comments
 (0)