Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restyle docs: add "machine learning pipeline" references, expand context in cmd ref, user guide [SEO] #1919

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
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