Skip to content

Commit

Permalink
start: workaround indent yaml block
Browse files Browse the repository at this point in the history
rel #1509
  • Loading branch information
jorgeorpinel committed May 9, 2021
1 parent cefcb67 commit b861023
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/docs/start/data-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ The command options used above mean the following:
but the idea is that the stage can depend on field values from a parameters
file (`params.yaml` by default):

```yaml
prepare:
split: 0.20
seed: 20170428
```
```yaml
prepare:
split: 0.20
seed: 20170428
```
- `-d src/prepare.py` and `-d data/data.xml` mean that the stage depends on
these files to work. Notice that the source code itself is marked as a
Expand Down

0 comments on commit b861023

Please sign in to comment.