-
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
create a user-guide section for "DVC Internals" #838
Comments
Unless I'm missing the meaning of "internals", only |
In my opinion "internals" are all the things that are related to implementation details, and could be changed one day (maybe to improve performance or something else) without changing the functionality of the interface (commands and their options). So, I think that internal may also be considered the content of DVC-files ( |
🤝 that's absolutely correct! That's how I understand this as well.
yep, DVC-file is a public interface. It can be edited manually. We need to support backward compatibility, etc
Just some portion of it (like cache dir). So, please adjust the description and let's see if we have enough material and what can we do with it. |
Idk. Most of this is covered in https://dvc.org/doc/user-guide/dvc-files-and-directories and https://dvc.org/doc/user-guide/dvc-file-format. Maybe its best to have them separate to keep the guides short-medium sized
I think our User Guide super section serves this purpose. As I see no updates after Ivan's comment above, I vote to close this one for now. Feel free to re-open if there are more details. Thanks! |
p.s. user-guide: new "Basic Concepts" doc(s) #550 may also help cover any gaps that motivated this issue. |
This section will basically reorganize and contain some of the existing pages/sections:
DVC Files and Directories
https://dvc.org/doc/user-guide/dvc-files-and-directories
user-guide: clearly specify that state db is only used locally #175
Structure of Cache Directory
https://dvc.org/doc/user-guide/dvc-files-and-directories#structure-of-cache-directory
DVC-file Format
https://dvc.org/doc/user-guide/dvc-file-format
guide: describe the how hash values (
md5
) are calculated #68How DVC Understands Data Changes
cmd ref: elaborate on how DVC understands a file's status #576
Updating DVC-files
Anonymized Usage Analytics
https://dvc.org/doc/user-guide/analytics
The text was updated successfully, but these errors were encountered: