Skip to content

Commit

Permalink
term: don't use "stage" for .dvc files (in it's guide)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Jul 8, 2020
1 parent 30c2d57 commit 3e8b882
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions content/docs/user-guide/dvc-files-and-directories.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ meta:

- `outs` (always present): List of <abbr>output</abbr> entries (details below)
that represent the files or directories tracked with DVC. Typically there is
only one per `.dvc` file (but several can be added or combined manually).
- `deps`: List of <abbr>dependency</abbr> entries (details below) for this
stage, only present when `dvc import` and `dvc import-url` are used. Typically
there is only one (but several can be added manually).
- `wdir` (optional): Working directory for the stage command to run in (relative
to the file's location). If this field is not present explicitly, it defaults
to `.` (the file's location).
only one (but several can be added or combined manually).
- `deps`: List of <abbr>external dependency</abbr> entries (details below). Only
present when `dvc import` and `dvc import-url` are used to generate this
`.dvc` file. Typically there is only one (but several can be added manually).
- `wdir` (optional): Working directory for the `outs` and `deps` paths (relative
to the `.dvc` file's location). If this field is not present explicitly, it
defaults to `.` (the `.dvc` file's location).
- `meta` (optional): Arbitrary metadata can be added manually with this field.
Any YAML contents is supported. `meta` contents are ignored by DVC, but they
can be meaningful for user processes that read `.dvc` files.
Expand Down

0 comments on commit 3e8b882

Please sign in to comment.