Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regular updates (Apr 9) #1131

Merged
merged 9 commits into from
Apr 16, 2020
4 changes: 2 additions & 2 deletions content/docs/command-reference/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ data artifact from the source repo.
default branch) is used by default when this option is not specified.

> Note that this adds a `rev` field in the import stage that fixes it to the
> revision. This can impact the behavior of `dvc update`. (See the
> revision. This can impact the behavior of `dvc update` (see the
> [Importing and updating fixed revisions](#example-importing-and-updating-fixed-revisions)
> example below.)
> example below).

- `-h`, `--help` - prints the usage/help message, and exit.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/command-reference/metrics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COMMAND

In order to track metrics associated to machine learning experiments, DVC has
the ability to mark a certain stage <abbr>outputs</abbr> as files containing
metrics to track. (See the `--metrics` option of `dvc run`.) Metrics are
metrics to track (see the `--metrics` option of `dvc run`). Metrics are
project-specific floating-point values e.g. `AUC`, `ROC`, etc.

Supported file formats: JSON. Metrics can be organized in a tree hierarchy in a
Expand Down
4 changes: 2 additions & 2 deletions content/docs/command-reference/metrics/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ positional arguments:

This command finds a corresponding [DVC-file](/doc/user-guide/dvc-file-format)
for the provided metric file (`path` is defined among the <abbr>outputs</abbr>
of the DVC-file), and updates the default formatting of the metric. (See the
[options](#options) below and `dvc metrics show` for more info.)
of the DVC-file), and updates the default formatting of the metric. See the
[options](#options) below and `dvc metrics show` for more info.

If `path` isn't tracked by DVC (described in one of the <abbr>workspace</abbr>
DVC-files), the following error will be raised:
Expand Down
2 changes: 0 additions & 2 deletions content/docs/command-reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ usage: dvc run [-h] [-q | -v] [-d <path>] [-o <path>] [-O <path>]
[-p <params>] [-m <path>] [-M <path>] [-f <filename>]
[-w <path>] [--no-exec] [-y] [--overwrite-dvcfile]
[--ignore-build-cache] [--remove-outs] [--no-commit]
[--outs-persist OUTS_PERSIST]
[--outs-persist-no-cache OUTS_PERSIST_NO_CACHE]
jorgeorpinel marked this conversation as resolved.
Show resolved Hide resolved
[--always-changed]
command

Expand Down
2 changes: 1 addition & 1 deletion content/docs/command-reference/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The detail of `Binary` depends on the way DVC was downloaded and
systems) - source code is stored as Python package

This method of installation involves downloading DVC source code, and
following certain setup instructions (See the
following certain setup instructions (see the
[development](/doc/install/pre-release) guide) to build the application before
being able to it.

Expand Down