Skip to content

Commit

Permalink
Restyled by prettier (#3109)
Browse files Browse the repository at this point in the history
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
restyled-io[bot] and restyled-commits authored Dec 17, 2021
1 parent aecaf8b commit 143a8df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/docs/command-reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ be overidden explicitly through CLI arguments or through responses in prompts
[custom HTML template](/doc/command-reference/plots#html-templates) for
`dvc plots`. Accepts a path relative to the `.dvc/` folder.

- `plots.auto_open` - if `true`, DVC will automatically open the HTML
generated by `dvc plots` commands in a browser. `false` by default
- `plots.auto_open` - if `true`, DVC will automatically open the HTML generated
by `dvc plots` commands in a browser. `false` by default

## Example: Add an S3 remote, and set it as default

Expand Down
4 changes: 2 additions & 2 deletions content/docs/command-reference/plots/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ all the current plots, without comparisons.
- `--show-vega` - produce a [Vega-Lite](https://vega.github.io/vega-lite/) spec
file instead of HTML. See `dvc plots` for more info.

- `--open` - open the HTML generated in a browser automatically. You can
enable `dvc config plots.auto_open` to make this the default behavior.
- `--open` - open the HTML generated in a browser automatically. You can enable
`dvc config plots.auto_open` to make this the default behavior.

- `--no-header` - lets DVC know that CSV or TSV `--targets` do not have a
header. A 0-based numeric index can be used to identify each column instead of
Expand Down
4 changes: 2 additions & 2 deletions content/docs/command-reference/plots/show.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ please see `dvc plots`.
- `--show-vega` - produce a [Vega-Lite](https://vega.github.io/vega-lite/) spec
file instead of HTML. See `dvc plots` for more info.

- `--open` - open the HTML generated in a browser automatically. You can
enable `dvc config plots.auto_open` to make this the default behavior.
- `--open` - open the HTML generated in a browser automatically. You can enable
`dvc config plots.auto_open` to make this the default behavior.

- `--no-header` - lets DVC know that CSV or TSV `targets` do not have a header.
A 0-based numeric index can be used to identify each column instead of names.
Expand Down

0 comments on commit 143a8df

Please sign in to comment.