Skip to content

Commit 1c57a82

Browse files
committed
✏️ Fix reST syntax
1 parent 0bbc8d1 commit 1c57a82

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/productive/dvc/pipeline.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ stage is to split the data into training and test data:
4545
In our case, the work area should have changed to:
4646

4747
.. code-block:: console
48+
:emphasize-lines: 5-9
4849
4950
.
5051
├── data
@@ -75,10 +76,11 @@ The generated ``dvc.yaml`` file looks like this, for example:
7576
Since the data in the output directory should never be versioned with Git, ``dvc
7677
run`` has already written the file ``data/.gitignore``:
7778

78-
.. code-block:: console
79+
.. code-block:: console
80+
:emphasize-lines: 2
7981
80-
/data.xml
81-
+ /splitted
82+
/data.xml
83+
+ /splitted
8284
8385
Then the changed data only has to be transferred to Git or DVC:
8486

0 commit comments

Comments
 (0)