From 177e9754db6b62686860ab23708527fec3526bb8 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Sun, 15 Mar 2020 12:15:53 -0600 Subject: [PATCH] use-cases: fix paragraphs around dvc list in data reg case per https://github.com/iterative/dvc.org/pull/1049#pullrequestreview-374807336 and https://github.com/iterative/dvc.org/pull/1049#pullrequestreview-374807369 --- public/static/docs/use-cases/data-registries.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/public/static/docs/use-cases/data-registries.md b/public/static/docs/use-cases/data-registries.md index 357598427c..41270ab71e 100644 --- a/public/static/docs/use-cases/data-registries.md +++ b/public/static/docs/use-cases/data-registries.md @@ -92,14 +92,12 @@ The main methods to consume data artifacts from a **data registry** are the `dvc import` and `dvc get` commands, as well as the [`dvc.api`](/doc/api-reference) Python API. -But before, it's very handy to being able to navigate the registry to see what -files and directories. +But first, you may want to explore the contents of a data DVC repo. ### Listing data (list) -You may want to explore the contents of a data DVC repo before trying to reuse -its artifacts. The `dvc list` command is analogous to `ls`, or 3rd party tools -like `aws s3 ls`: +The `dvc list` command is analogous to `ls`, or 3rd party tools like +`aws s3 ls`: ```dvc $ dvc list -R https://github.com/iterative/dataset-registry @@ -113,8 +111,6 @@ images/dvc-logo-outlines.png ... ``` -> Note that both Git-tracked files and DVC-tracked data/models are listed. - ### Simple download (get) This is analogous to using direct download tools like