Skip to content

Commit

Permalink
doc: bring more intro info from WID?
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Sep 29, 2022
1 parent 2c224fa commit 61116c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
9 changes: 5 additions & 4 deletions content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

**Data Version Control** is a [data versioning], ML [workflow automation], and
[experiment management] tool that takes advantage of the existing software
engineering toolset that you're already familiar with (Git, your IDE, CI/CD,
etc).
engineering toolset you're already familiar with (Git, your IDE, CI/CD, etc.).
**DVC** helps data science and machine learning teams manage large datasets,
make projects reproducible, and better collaborate.

**DVC** is available for [Visual Studio Code], on any [system terminal], and as
a [Python library].
**DVC** is available for [Visual Studio Code], any [system terminal], and as a
[Python library].

[data versioning]: /doc/start/data-management/data-versioning
[workflow automation]: /doc/user-guide/pipelines
Expand Down
5 changes: 0 additions & 5 deletions content/docs/user-guide/what-is-dvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

![](/img/reproducibility.png) _DVC codifies data and ML experiments_

Data science experiment sharing and collaboration can be done through a regular
Git flow (commits, branching, pull requests, etc.), the same way it works for
software engineers. Using Git and DVC, data science and machine learning teams
can version experiments, manage large datasets, and make projects reproducible.

## Core Features

- DVC is a [free], open-source [VS Code Extension] and [command line] tool.
Expand Down

0 comments on commit 61116c8

Please sign in to comment.