diff --git a/content/docs/command-reference/config.md b/content/docs/command-reference/config.md index 83e2e3fe07..da328da136 100644 --- a/content/docs/command-reference/config.md +++ b/content/docs/command-reference/config.md @@ -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 diff --git a/content/docs/command-reference/plots/diff.md b/content/docs/command-reference/plots/diff.md index 5c1f7ee848..f2a96f027c 100644 --- a/content/docs/command-reference/plots/diff.md +++ b/content/docs/command-reference/plots/diff.md @@ -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 diff --git a/content/docs/command-reference/plots/show.md b/content/docs/command-reference/plots/show.md index 362736bff2..2e4eec7231 100644 --- a/content/docs/command-reference/plots/show.md +++ b/content/docs/command-reference/plots/show.md @@ -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.