iterative / dataset-registry

Dataset registry DVC project
67 stars 39 forks source link

tutorial -> tutorials #3

Closed jorgeorpinel closed 3 years ago

jorgeorpinel commented 4 years ago

To match https://github.com/iterative/dvc.org/pull/666

And maybe rename the ver subdirectories to versioning.

This will involve changes in dvc.org docs (search for tutorial/).

iesahin commented 3 years ago

I'd propose a more independent directory structure that's not directly tied to the docs. tutorials/ver/ can be cats-and-dogs/.

I don't know much about tutorials/nlp/, it looks no current doc uses it. A similar path is found in old blog posts here and here, but these don't use the registry.

I think renaming these independently will reduce the need for renames in later doc reorganizations, and possibly increase the reuse.

@jorgeorpinel @shcheklein

iesahin commented 3 years ago

tutorial/ver is referenced in two places in the docs. One is the ref for dvc import and the other is the tutorial itself.

jorgeorpinel commented 3 years ago

a more independent directory structure that's not directly tied to the docs. tutorials/ver/ can be cats-and-dogs/. reduce the need for renames in later doc reorganizations

Good idea! But if you look in tutoral/ver/ it's structured specifically for a versioning tutorial (not a tutorial about labeling cats and dogs) so the versioning/ name looks accurate to me. It's also already independent: the path in the docs site is use-cases/versioning-data-and-model-files/tutorial

jorgeorpinel commented 3 years ago

@iesahin mind reviewing iterative/dvc.org/pull/2451 (needs an approval)? We can continue the discussion there if needed. Thanks!