Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/static/docs/get-started/connect-code-and-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ optional but we recommend using it to make your project structure more readable.
`-d src/prepare.py` and `-d data/data.xml` mean that the `prepare.dvc` stage
file depends on them to produce the result. When you run `dvc repro` next time
(see next chapter) DVC will automatically check these dependencies and decide
whether this stage is up to date or or whether it should be executed to
whether this stage is up to date or whether it should be executed to
regenerate its outputs.

`-o data/prepared` specifies the output directory processed data will be put
Expand Down