Skip to content

Commit

Permalink
tutorials: comlpete sharing example terminal commands and
Browse files Browse the repository at this point in the history
review "Nothing to reproduce." output samples (after `dvc repro`)
rel: #938
  • Loading branch information
jorgeorpinel committed Jan 24, 2020
1 parent 7d1b469 commit 7224a28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions public/static/docs/tutorials/deep/reproducibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,8 @@ original model from the master branch.
```dvc
$ git checkout master
$ dvc checkout
# Nothing to reproduce since code was checked out by `git checkout`
# and data files were checked out by `dvc checkout`
$ dvc repro
Nothing to reproduce.
```

After proper checkout, there is nothing to reproduce because all the correct
Expand Down Expand Up @@ -309,6 +308,6 @@ changes in the right place and reproduction is not needed.

```dvc
$ dvc checkout
# Nothing to reproduce:
$ dvc repro
Nothing to reproduce.
```
5 changes: 3 additions & 2 deletions public/static/docs/tutorials/deep/sharing-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ the master branch:

```dvc
$ git clone https://github.com/dmpetrov/new_tag_classifier.git
$ cd new_tag_classifier
$ dvc pull
```

After executing this command, all the data files will be in the right place. You
After executing `dvc pull`, all the data files should be in the right place. You
can confirm this by trying to reproduce the default goal:

```dvc
# Nothing to reproduce:
$ dvc repro
Nothing to reproduce.
```

0 comments on commit 7224a28

Please sign in to comment.