Skip to content

Commit

Permalink
dvc.yaml: review examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Jan 3, 2021
1 parent 365b768 commit a969d02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions content/docs/command-reference/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ but it also creates an import stage (`.dvc` file) with a link to the data source

```yaml
md5: 7de90e7de7b432ad972095bc1f2ec0f8
frozen: true
wdir: .
deps:
- path: data/data.xml
Expand Down
7 changes: 4 additions & 3 deletions content/docs/command-reference/plots/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ Note, a new field _y_ was added to `dvc.yaml` file for the plot. Please do not
forget to commit the change in Git if the modification needs to be preserved.

```yaml
- logs.csv:
cache: false
y: accuracy
plots:
- logs.csv:
cache: false
y: accuracy
```
Changing the plot `title` and `x-label`:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/start/data-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ stages:
prepare:
cmd: python src/prepare.py data/data.xml
deps:
- data/data.xml
- src/prepare.py
- data/data.xml
params:
- prepare.seed
- prepare.split
Expand Down

0 comments on commit a969d02

Please sign in to comment.