From cd7bca056c78e554836afc07c3fcb642550169fa Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Sun, 14 Jun 2020 18:47:53 -0500 Subject: [PATCH] user guide: more unnecessary periods removed per https://github.com/iterative/dvc.org/pull/1370#discussion_r439874457 --- content/docs/user-guide/dvc-files-and-directories.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/user-guide/dvc-files-and-directories.md b/content/docs/user-guide/dvc-files-and-directories.md index cc0a8c26a7..ec68b5fd00 100644 --- a/content/docs/user-guide/dvc-files-and-directories.md +++ b/content/docs/user-guide/dvc-files-and-directories.md @@ -76,7 +76,7 @@ A _dependency entry_ consists of a these possible fields: [Git revision](https://git-scm.com/docs/revisions)) used to import the dependency from. - `rev_lock`: Git commit hash of the external DVC repository at - the time of importing or updating (with `dvc update`) the dependency. + the time of importing or updating the dependency (with `dvc update`) Note that comments can be added to `.dvc` files and `dvc.yaml` using the `# comment` syntax. `meta` fields and `#` comments are preserved among @@ -128,7 +128,7 @@ the possible following fields: - `metrics`: List of [metric files](/doc/command-reference/metrics) - `plots`: List of [plot metrics](/doc/command-reference/plots) and optionally, their default configuration (subfields matching the options of - `dvc plots modify`). + `dvc plots modify`) - `frozen`: Whether or not this stage is frozen from reproduction - `always_changed`: Whether or not this stage is considered as changed by commands such as `dvc status` and `dvc repro`. `false` by default