From 7bbd5b1385d3c8cc9fc114644eddac7a293852aa Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Wed, 17 Feb 2021 13:38:44 -0600 Subject: [PATCH] term: review "experiment" links/tooltips --- content/docs/command-reference/exp/index.md | 3 +-- content/docs/command-reference/fetch.md | 7 +++---- content/docs/use-cases/index.md | 2 +- content/docs/user-guide/related-technologies.md | 3 +-- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/content/docs/command-reference/exp/index.md b/content/docs/command-reference/exp/index.md index 3e1fbc505c..40a939d257 100644 --- a/content/docs/command-reference/exp/index.md +++ b/content/docs/command-reference/exp/index.md @@ -2,8 +2,7 @@ ⚠️ This feature is only available in DVC 2.0 ⚠️ -A set of commands to generate and manage -[experiments](/doc/user-guide/experiment-management): +A set of commands to generate and manage experiment: [run](/doc/command-reference/exp/run), [show](/doc/command-reference/exp/show), [diff](/doc/command-reference/exp/diff), [apply](/doc/command-reference/exp/apply), diff --git a/content/docs/command-reference/fetch.md b/content/docs/command-reference/fetch.md index 778b08e2e1..024d775768 100644 --- a/content/docs/command-reference/fetch.md +++ b/content/docs/command-reference/fetch.md @@ -92,10 +92,9 @@ specific one is given with `--remote`. - `-a`, `--all-branches` - fetch cache for all Git branches instead of just the current workspace. This means DVC may download files needed to reproduce - different versions of a `.dvc` file - ([experiments](/doc/tutorials/get-started/experiments)), not just the ones - currently in the workspace. Note that this can be combined with `-T` below, - for example using the `-aT` flag. + different versions of a `.dvc` file, not just the ones currently in the + workspace. Note that this can be combined with `-T` below, for example using + the `-aT` flag. - `-T`, `--all-tags` - same as `-a` above, but applies to Git tags as well as the workspace. Note that both options can be combined, for example using the diff --git a/content/docs/use-cases/index.md b/content/docs/use-cases/index.md index 55933d74d5..5898b94d6b 100644 --- a/content/docs/use-cases/index.md +++ b/content/docs/use-cases/index.md @@ -23,7 +23,7 @@ learning models, and you want to [versions of data and ML models](/doc/use-cases/versioning-data-and-model-files) easily; - understand how datasets and ML artifacts were built in the first place; -- compare model metrics among [experiments](/doc/start/experiments); +- compare model metrics among experiments; - adopt engineering tools and best practices in data science projects; DVC is for you! diff --git a/content/docs/user-guide/related-technologies.md b/content/docs/user-guide/related-technologies.md index 9a913b029e..4e5101dd2d 100644 --- a/content/docs/user-guide/related-technologies.md +++ b/content/docs/user-guide/related-technologies.md @@ -92,8 +92,7 @@ _Luigi_, etc. - DVC doesn't need to run any services. There's no GUI as a result, but we expect some GUI services will be created on top of DVC. -- DVC can generate images with [experiment](/doc/start/experiments) workflow - visualizations. +- DVC can generate images with experiment workflow visualizations. - DVC has transparent design. DVC files have a human-readable format and can be easily reused by external tools.