From 1c080259f0701d3e781a2d1175732f7452c1fd9b Mon Sep 17 00:00:00 2001 From: sarthakforwet Date: Thu, 2 Jul 2020 04:30:15 +0530 Subject: [PATCH] Temporarily removed out of PR scope stuff --- content/docs/command-reference/repro.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/docs/command-reference/repro.md b/content/docs/command-reference/repro.md index fc78250d05..0064970ba6 100644 --- a/content/docs/command-reference/repro.md +++ b/content/docs/command-reference/repro.md @@ -24,8 +24,6 @@ the dependency graph (a by the [stage files](/doc/command-reference/run) (DVC-files with dependencies) that are found in the project. The commands defined in these stages can then be executed in the correct order, reproducing pipeline results. -`dvc repro` relies on the DAG definition that it reads from `dvc.yaml`, and uses -`dvc.lock` to determine what exactly needs to be run. > Pipeline stages are typically defined using the `dvc run` command, while > initial data dependencies can be registered by the `dvc add` command.