Skip to content

doc: regular updates (late Jan) #931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 45 commits into from
Feb 4, 2020
Merged

doc: regular updates (late Jan) #931

merged 45 commits into from
Feb 4, 2020

Conversation

jorgeorpinel
Copy link
Contributor

@jorgeorpinel jorgeorpinel commented Jan 19, 2020

@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-jorgeorpine-vv6ti1 January 19, 2020 03:01 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-jorgeorpine-vv6ti1 January 19, 2020 04:43 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-jorgeorpine-vv6ti1 January 19, 2020 20:09 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-jorgeorpine-vv6ti1 January 19, 2020 23:35 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-jorgeorpine-vv6ti1 January 19, 2020 23:52 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-jorgeorpine-vv6ti1 January 20, 2020 19:35 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-jorgeorpine-vv6ti1 January 21, 2020 18:59 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-jorgeorpine-vv6ti1 January 22, 2020 20:14 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-jorgeorpine-vv6ti1 January 22, 2020 20:31 Inactive
review "Nothing to reproduce." output samples (after `dvc repro`)
rel: #938
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-jorgeorpine-vv6ti1 January 24, 2020 20:09 Inactive
per iterative/dvc/pull/3277
and precursor to merging DVC repo term into DVC project (glossary)
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-jorgeorpine-uoubdq February 3, 2020 19:31 Inactive
@jorgeorpinel jorgeorpinel temporarily deployed to dvc-landing-jorgeorpine-uoubdq February 3, 2020 20:04 Inactive
@jorgeorpinel jorgeorpinel mentioned this pull request Feb 3, 2020
1 task
data files.
<!-- Separate MD quote: -->

> See `dvc get` to download data/model files or directories from other <abbr>DVC
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

three notes in a raw - smells bad )

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree. And import-url has 4 in a row... Will think about this ⏳

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed in 1551b4b (part of #966).

target to be downloaded within the source repository at `url`. It can point to
any file or directory in there, including <abbr>outputs</abbr> tracked by DVC,
as well as files tracked by Git. Note that for DVC repos, the target should be
found in one of the [DVC-files](/doc/user-guide/dvc-file-format) pf the project.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pf - of?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed in #966

Copy link
Member

@shcheklein shcheklein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

few typos, few unaddressed comments ... merging this anyway to prevent it from growing again, each review takes too much of my time since there are too many changes happen to all files at once

@jorgeorpinel
Copy link
Contributor Author

few typos

Other than "pf"? (Addressed)

unaddressed comments

Moving them to #966

merging this anyway to prevent it from growing again

Thank you!

Comment on lines 15 to 33
{
name: 'DVC Project',
match: ['DVC project', 'project', 'projects'],
match: [
'DVC project',
'project',
'projects',
'DVC repository',
'DVC repositories'
],
desc: `
Initialized by running \`dvc init\` in the **workspace** (typically in a Git
repository). It will contain the
[\`.dvc/\` directory](/doc/user-guide/dvc-files-and-directories) and
[DVC-files](/doc/user-guide/dvc-file-format) created with commands such as
\`dvc add\` or \`dvc run\`. It may also be a Git repository.
`
},
{
name: 'DVC Repository',
match: ['DVC repository', 'DVC repositories'],
desc: `
**DVC project** initialized using \`dvc init\` in a Git repository. It will
contain \`.git/\` and [\`.dvc/\`](/doc/user-guide/dvc-files-and-directories)
directories, as well as any DVC-files created by DVC.
\`dvc add\` or \`dvc run\`. Some DVC commands require it to be in a Git repo –
explained in each [command reference](/doc/command-reference) but usually
obvious from the context.
`
},
Copy link
Contributor Author

@jorgeorpinel jorgeorpinel Feb 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These terms (DVC project and DVC repository) were merged per #931 (review), which was the right move. But after a short discussion in iterative/dvc#3277 (comment) I think maybe we should make "DVC repository" (or just repo) the main or only term?

Initially I only thought of repos as the Git part of DVC projects, but later on the term DVC repo started popping up and we even had its glossary entry, now we've merged them both but left "project" as the main term. Comparing vs the core DVC repo though, the term "project" is not used at all so it would be easier to just manage the single term "repo" even when sometimes it will be necessary to disambiguate between Git vs DVC – a problem we currently have anyway.

Thoughts @shcheklein ? I can do this in my next regular updates or in its own PR (if it affects lots of files) if so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants