Skip to content

Commit

Permalink
Fixed link to "How does DVC track experiments" (#4013)
Browse files Browse the repository at this point in the history
  • Loading branch information
tapadipti authored Oct 3, 2022
1 parent 8a8fb8d commit f293231
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions content/docs/command-reference/exp/gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ usage: dvc exp gc [-h] [-q | -v] [-w]
This command can delete (garbage collect) experiments that exist in the project
but are no longer needed.

> See **How does DVC track experiments?** in `dvc exp run` to learn more about
> DVC experiment storage.
> See
> [**How does DVC track experiments?**](/doc/user-guide/experiment-management/experiments-overview#how-does-dvc-track-experiments)
> in **DVC Experiments Overview** to learn more about DVC experiment storage.
To avoid accidentally deleting work, `dvc exp gc` doesn't do anything unless one
or a combination of scope options are provided (`--workspace`, `--all-branches`,
Expand Down
5 changes: 3 additions & 2 deletions content/docs/command-reference/exp/pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ experiments] across <abbr>repository</abbr> copies via Git and DVC remotes.
[sharing experiments]: /doc/user-guide/experiment-management/sharing-experiments

> Plain `git push` and `git fetch` don't work with experiments because these are
> saved under custom Git references. See **How does DVC track experiments?** in
> `dvc exp run` to learn more about DVC experiment storage.
> saved under custom Git references. See
> [**How does DVC track experiments?**](/doc/user-guide/experiment-management/experiments-overview#how-does-dvc-track-experiments)
> in **DVC Experiments Overview** to learn more about DVC experiment storage.
A working `git_remote` name (e.g. `origin`) or Git URL is required, as well as
one or more `experiment` names or hashes (see `dvc exp run`) to pull.
Expand Down
5 changes: 3 additions & 2 deletions content/docs/command-reference/exp/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ experiments] across <abbr>repository</abbr> copies via Git and DVC remotes.
[sharing experiments]: /doc/user-guide/experiment-management/sharing-experiments

> Plain `git push` and `git fetch` don't work with experiments because these are
> saved under custom Git references. See **How does DVC track experiments?** in
> `dvc exp run` to learn more about DVC experiment storage.
> saved under custom Git references. See
> [**How does DVC track experiments?**](/doc/user-guide/experiment-management/experiments-overview#how-does-dvc-track-experiments)
> in **DVC Experiments Overview** to learn more about DVC experiment storage.
A working `git_remote` name (e.g. `origin`) or Git URL is required, as well as
one or more `experiment` names or hashes (see `dvc exp run`) to push.
Expand Down

0 comments on commit f293231

Please sign in to comment.