We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05369f9 commit 5949e57Copy full SHA for 5949e57
1 file changed
calkit.yaml
@@ -4,11 +4,14 @@ datasets:
4
- path: data/raw/data.csv
5
title: Raw data
6
description: This is raw voltage data.
7
+ stage: collect-data
8
figures:
9
- path: figures/voltage-time-series.png
10
title: Raw voltage time series
11
description: A plot of the raw voltage time series.
12
+ stage: plot-voltage
13
publications:
14
- path: paper/paper.pdf
15
title: The paper
16
description: This is the paper.
17
+ stage: build-paper
0 commit comments