Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/docs/command-reference/repro.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ results.
> (either manually or by using `dvc run`) while initial data dependencies can be
> registered with `dvc add`.

To get hands-on experience with data science and machine learning pipelines, see
[Get Started: Data Pipelines](/doc/start/data-pipelines).

This command is similar to [Make](https://www.gnu.org/software/make/) in
software build automation, but DVC captures build requirements
([dependencies and outputs](/doc/command-reference/run#dependencies-and-outputs))
Expand Down Expand Up @@ -180,6 +177,9 @@ up-to-date and only execute the final stage.

## Examples

> To get hands-on experience with data science and machine learning pipelines,
> see [Get Started: Data Pipelines](/doc/start/data-pipelines).

Let's build and reproduce a simple pipeline. It takes this `text.txt` file:

```
Expand Down