File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -392,6 +392,7 @@ Derivatives can be stored/distributed in two ways:
392
392
that were used to generate the derivatives.
393
393
Likewise, any code used to generate the derivatives from the source data
394
394
MAY be included in the `code/` subdirectory.
395
+ Extra documentation (and relevant images) MAY be included in the `docs/` subdirectory.
395
396
Logs from running the code or other commands MAY be stored under `logs/` subdirectory.
396
397
397
398
Example of a derivative dataset including the raw dataset as source:
Original file line number Diff line number Diff line change 34
34
name : derivatives
35
35
level : optional
36
36
opaque : true
37
+ docs :
38
+ name : docs
39
+ level : optional
40
+ opaque : true
37
41
logs :
38
42
name : logs
39
43
level : optional
Original file line number Diff line number Diff line change 36
36
derivatives :
37
37
level : optional
38
38
path : derivatives
39
+ docs :
40
+ level : optional
41
+ path : docs
39
42
logs :
40
43
level : optional
41
44
path : logs
You can’t perform that action at this time.
0 commit comments