From 53795e0d9082c7ea9fa2badcf98309b2f68739c9 Mon Sep 17 00:00:00 2001 From: jeremydesroches <18587991+jeremydesroches@users.noreply.github.com> Date: Thu, 12 Nov 2020 16:50:31 -0700 Subject: [PATCH] Move getting started link to top of examples section, make md blockquote --- content/docs/command-reference/repro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/command-reference/repro.md b/content/docs/command-reference/repro.md index 8050ca9606..5a6379739a 100644 --- a/content/docs/command-reference/repro.md +++ b/content/docs/command-reference/repro.md @@ -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)) @@ -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: ```