Resolve review comments which required edits and re-writes

This commit is contained in:
Puneetha Pai
2020-07-31 21:02:51 +05:30
committed by Starbeamrainbowlabs
parent 91e565ba81
commit 12e2510f99
5 changed files with 6 additions and 17 deletions

View File

@@ -14,7 +14,3 @@
- Export the pipeline in the dot format:
`dvc dag --dot > {{path/to/pipeline.dot}}`
- Export pipeline as SVG:
`dvc dag --dot | dot -Tsvg -o pipeline.svg`