From 9fecae2a3661df44f900b43cc53a55ec8825035e Mon Sep 17 00:00:00 2001 From: "restyled-io[bot]" <32688539+restyled-io[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 23:30:39 -0500 Subject: [PATCH] Restyled by prettier (#2858) Co-authored-by: Restyled.io --- .../experiment-management/running-experiments.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/user-guide/experiment-management/running-experiments.md b/content/docs/user-guide/experiment-management/running-experiments.md index 1b16e31818..8d53ae251c 100644 --- a/content/docs/user-guide/experiment-management/running-experiments.md +++ b/content/docs/user-guide/experiment-management/running-experiments.md @@ -82,8 +82,8 @@ $ dvc exp run --all-pipelines ### Running pipelines recursively DVC supports pipelines defined in more than one `dvc.yaml` file. These can -reside in subfolders inside the workspace, and you may want to run all of them at once. -Example project: +reside in subfolders inside the workspace, and you may want to run all of them +at once. Example project: ```dvc . @@ -97,8 +97,8 @@ Example project: ``` To run the pipelines defined in `dir/dvc.yaml` as well as the ones in -`dir/deeper-dir/dvc.yaml` with a single command, you can target -the `dir/` directory with the `--recursive` (`-R`) option: +`dir/deeper-dir/dvc.yaml` with a single command, you can target the `dir/` +directory with the `--recursive` (`-R`) option: ```dvc $ dvc exp run --recursive dir/