Bladeren bron

DVC: Fix failing tests

Puneetha Pai 4 jaren geleden
bovenliggende
commit
c6d6d7618c
5 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 1 1
      pages/common/dvc-add.md
  2. 1 1
      pages/common/dvc-dag.md
  3. 1 1
      pages/common/dvc-diff.md
  4. 1 1
      pages/common/dvc-init.md
  5. 1 1
      pages/common/dvc.md

+ 1 - 1
pages/common/dvc-add.md

@@ -15,6 +15,6 @@
 
 `dvc add --recursive {{path/to/directory}}`
 
-- Add target file with custom .dvc file name
+- Add target file with custom .dvc file name:
 
 `dvc add --file custom_name.dvc {{path/to/file}}`

+ 1 - 1
pages/common/dvc-dag.md

@@ -1,6 +1,6 @@
 # dvc dag
 
-> Visualize the pipeline(s) in dvc.yaml
+> Visualize the pipeline(s) in dvc.yaml.
 > More information: <https://dvc.org/doc/command-reference/dag>.
 
 - Visualize entire pipeline:

+ 1 - 1
pages/common/dvc-diff.md

@@ -1,6 +1,6 @@
 # dvc diff
 
-> Show changes in DVC tracked file and directories added/deleted/modified
+> Show changes in DVC tracked file and directories added/deleted/modified.
 > More information: <https://dvc.org/doc/command-reference/diff>.
 
 - Compare DVC tracked file from different Git commit/tag/branch w.r.t current workspace:

+ 1 - 1
pages/common/dvc-init.md

@@ -11,6 +11,6 @@
 
 `dvc init --no-scm`
 
-- Initializing DVC in a subdirectory:
+- Initialize DVC in a subdirectory:
 
 `cd {{path/to/subdir}} && dvc init --sudir`

+ 1 - 1
pages/common/dvc.md

@@ -1,6 +1,6 @@
 # dvc
 
-> Data Version Control i.e git for data
+> Data Version Control i.e git for data.
 > More information: <https://dvc.org/>.
 
 - Check the DVC version: