-
Notifications
You must be signed in to change notification settings - Fork 394
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
glossary: remove "data artifact", et al. #1887
Conversation
jorgeorpinel
commented
Oct 26, 2020
•
edited
Loading
edited
- Remove "(data) artifact" from glossary, as it's a pretty general DS/ML term (not DVC-specific) — per term: misc. clarifications #608
- Other misc. updates around ^
- + Small review of glossary term "import stage"
because it's being rewritten in parallel, so to avoid merge conflicts)
content/docs/api-reference/read.md
Outdated
@@ -79,8 +79,9 @@ These are loaded to memory directly (without using any disc space). | |||
|
|||
## Example: Load data from a DVC repository | |||
|
|||
Any <abbr>data artifact</abbr> hosted online can be loaded directly in your | |||
Python code with this API. For example, let's say that you want to load and | |||
Any file tracked tracked in a <abbr>DVC project</abbr> (and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tracked tracked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes because you track in Git the data tracked in DVC...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jk, fixed in dac21d5.
🎉 |