Skip to content

Commit

Permalink
Restyled by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Nov 10, 2020
1 parent f273885 commit 53dde67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions content/docs/command-reference/repro.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ up-to-date and only execute the final stage.
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:
Let's build and reproduce a simple pipeline. It takes this `text.txt` file:

```
dvc
Expand Down
4 changes: 2 additions & 2 deletions content/docs/command-reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ positional arguments:
the current working directory).

_Stages_ represent individual data processes, including their input and
resulting outputs. They can be combined to capture simple data workflows, organize
data science projects, or build detailed machine learning pipelines.
resulting outputs. They can be combined to capture simple data workflows,
organize data science projects, or build detailed machine learning pipelines.

A stage name is required and can be provided using the `-n` (`--name`) option.
The other available [options](#options) are mostly meant to describe different
Expand Down

0 comments on commit 53dde67

Please sign in to comment.