Skip to content

Commit 8d9ef0e

Browse files
authored
[ENH] update label description to mention it may containt '+' (#692)
1 parent 639dfb9 commit 8d9ef0e

File tree

1 file changed

+2
-1
lines changed
  • docs/getting_started/folders_and_files

1 file changed

+2
-1
lines changed

docs/getting_started/folders_and_files/files.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Source: [Datalad RDM course](https://psychoinformatics-de.github.io/rdm-course/0
4848
<li>Entities are composed of <span style="color: var(--key)">key</span><span style="color: black">-</span><span style="color: var(--label)">value</span> pairs separated by <span style="color: var(--underscore)">underscores</span></li>
4949
<li>There is a limited set of <span style="color: var(--suffix)">suffixes</span> for each data type (anat, func, eeg, …)</li>
5050
<li>For a given <span style="color: var(--suffix)">suffix</span>, some entities are <b>required</b> and some others are <b>[optional]</b>.</li>
51-
<li><span style="color: var(--key)">Keys</span>, <span style="color: var(--label)">value</span> and <span style="color: var(--suffix)">suffixes</span> can only contain letters and/or numbers.</li>
51+
<li><span style="color: var(--key)">Entity keys</span> and <span style="color: var(--suffix)">suffixes</span> can only contain letters and/or numbers.</li>
52+
<li><span style="color: var(--label)">Entity values</span> can only contain letters and/or numbers and/or the "+" character.</li>
5253
<li>Entity <span style="color: var(--key)">key</span><span style="color: black">-</span><span style="color: var(--label)">value</span> pairs have a specific order in which they must appear in filename.</li>
5354
<li>Some entities <span style="color: var(--key)">key</span><span style="color: black">-</span><span style="color: var(--label)">value</span> can only be used for
5455
derivative data.</li>

0 commit comments

Comments
 (0)