Skip to content

Commit

Permalink
Removed pipelines etc. sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Feb 22, 2021
1 parent 42559e2 commit 6cc0f6c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions content/docs/user-guide/basic-concepts/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ interrelationships.
Files and directories in the workspace can be added to DVC (`dvc add`) or they
can be downloaded from external sources (`dvc get`, `dvc import`,
`dvc import-url`). Changes to the data, notebooks, models, and any related
machine learning artifact can be tracked (`dvc commit`) and versioned in Git
(`dvc checkout`). They can be removed (`dvc remove`) from the workspace.
<abbr>Pipelines</abbr> and <abbr>dependencies</abbr> between them can be
defined. Data and model files can be moved to the cloud and retrieved when
necessary (`dvc push`, `dvc pull`). DVC supports all typical operations of files
and directories of a file system through its commands.
machine learning artifact can be tracked (`dvc commit`) and their content can be
synchronized (`dvc checkout`). Tracked data can be removed (`dvc remove`) from
the workspace. DVC supports all typical operations of files and directories of a
file system through its commands.

Behind the scene these operations of a <abbr>DVC project</abbr> uses
<abbr>metafiles</abbr> like the `.dvc/` directory, `dvc.yaml` or files with
Expand Down

0 comments on commit 6cc0f6c

Please sign in to comment.