We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbc8d1 commit 1c57a82Copy full SHA for 1c57a82
docs/productive/dvc/pipeline.rst
@@ -45,6 +45,7 @@ stage is to split the data into training and test data:
45
In our case, the work area should have changed to:
46
47
.. code-block:: console
48
+ :emphasize-lines: 5-9
49
50
.
51
├── data
@@ -75,10 +76,11 @@ The generated ``dvc.yaml`` file looks like this, for example:
75
76
Since the data in the output directory should never be versioned with Git, ``dvc
77
run`` has already written the file ``data/.gitignore``:
78
- .. code-block:: console
79
+.. code-block:: console
80
+ :emphasize-lines: 2
81
- /data.xml
- + /splitted
82
+ /data.xml
83
+ + /splitted
84
85
Then the changed data only has to be transferred to Git or DVC:
86
0 commit comments