Skip to content

Commit

Permalink
Fix broken and missing links in Getting Started
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpetrov authored Jul 1, 2020
1 parent fc9bf0b commit b5bbf36
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions content/docs/start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,20 @@ $ git commit -m "Initialize DVC"
DVC functionality can be split into layers and we'll explore them one by one in
the next few sections:

- [**Data management**](/doc/tutorials/get-started/data-pipelines) is the core
- [**Data versioning**](/doc/start/data-versioning) is the core
part of DVC for large files, datasets, ML models versioning and efficient
sharing. We'll show how to use a regular Git workflow, without storing large
files with Git. Think "Git for data".

- [**Data pipelines**](/doc/tutorials/get-started/data-pipelines) describe how
- [**Data access**](/doc/start/data-access) shows how to use data artifacts
from outside of the project and how to import data artifacts from another DVC
projects. This can help to download a specific version of an ML model to a
deployment server or import a model to another project.

- [**Data pipelines**](/doc//start/data-pipelines) describe how
models and other data artifacts are built, and provide an efficient way to
reproduce them. Think "Makefiles for data and ML projects" done right.

- [**Experiments**](/doc/tutorials/get-started/experiments) attach parameters,
- [**Experiments**](/doc/start/experiments) attach parameters,
metrics, plots. You can capture and navigate experiments not leaving Git.
Think "Git for ML".

0 comments on commit b5bbf36

Please sign in to comment.