Skip to content

Commit

Permalink
guide: update info. around dvc process locking (#3251)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel authored Mar 30, 2022
1 parent 2e7f936 commit b3881ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/docs/command-reference/exp/show.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ sorting only applies to experiment groups (sharing a parent commit).

## Example: Parallel coordinates plot (PCP)

To generate an interactive parallel coordiantes plot based on the experiments
To generate an interactive parallel coordinates plot based on the experiments
and their parameters:

```dvc
Expand Down
5 changes: 2 additions & 3 deletions content/docs/command-reference/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,8 @@ Git. It contains data and model files, and will be managed by DVC.

```dvc
$ cat .dvc/.gitignore
/state
/lock
...
/config.local
/tmp
/cache
```

Expand Down
2 changes: 1 addition & 1 deletion content/docs/use-cases/experiment-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline is [codified with DVC].
Other tools tend to focus on experiment navigation by saving metrics and
artifacts that result from your pipelines, along with fragile links to code
revisions. DVC's approach guarantees reproducibility by working on top of Git
instead, and not as a parallel system.
instead, and not as a separate system.

[experiment management]: /doc/user-guide/experiment-management
[codified with dvc]: /doc/user-guide/project-structure/pipelines-files
Expand Down
5 changes: 4 additions & 1 deletion content/docs/user-guide/project-structure/internal-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ operation.
parallel

- `.dvc/tmp/exps`: This directory will contain workspace copies used for
temporary or parallel <abbr>experiments</abbr> (see `dvc exp run`).
temporary or [queued experiments].

[queued experiments]:
/doc/user-guide/experiment-management/running-experiments#the-experiments-queue

## Structure of the cache directory

Expand Down

0 comments on commit b3881ee

Please sign in to comment.