Skip to content

Commit

Permalink
Merge pull request #42 from yarikoptic/consistency
Browse files Browse the repository at this point in the history
Consistently  no trailing period in full sentence items?
  • Loading branch information
mslw authored Dec 7, 2024
2 parents 4447bb7 + 71a614f commit c628274
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _episodes/04-dataset-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ objectives:
- Create a simple model of a nested dataset
keypoints:
- A dataset can contain other datasets
- The super- and sub-datasets have separate histories.
- The super- and sub-datasets have separate histories
- The superdataset only contains a reference to a specific commit in the subdataset's history
---

Expand Down Expand Up @@ -380,14 +380,14 @@ At this stage, our superdataset stores the reference to a populated inputs datas

> ## Separate history
>
> - The super- and sub-datasets have separate histories.
> - The super- and sub-datasets have separate histories
> - The superdataset only contains a reference to a specific commit in the subdataset's history
> - If the subdataset evolves, the reference in the superdataset can be updated (this has to be done explicitly)
>
> ## Installing subdatasets
>
> - Usually, you would install an already existing dataset as a subdataset with `datalad clone -d . ...` rather than create it from scratch like we just did.
> - The end effect would be the same, with the parent dataset pointing at the specific state of the subdataset.
> - Usually, you would install an already existing dataset as a subdataset with `datalad clone -d . ...` rather than create it from scratch like we just did
> - The end effect would be the same, with the parent dataset pointing at the specific state of the subdataset
>
{: .callout}

Expand Down

0 comments on commit c628274

Please sign in to comment.