Skip to content

Commit 2b3790f

Browse files
committed
Add blank lines between sections in calkit.yaml
1 parent 84a06ab commit 2b3790f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

calkit.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ name: example-basic
33
title: Basic Calkit example
44
description: A basic Calkit example project.
55
git_repo_url: https://github.com/calkit/example-basic
6+
67
dependencies:
78
- docker
89
- uv
10+
911
questions:
1012
- Can we make reproducibility simple?
13+
1114
environments:
1215
py:
1316
path: requirements.txt
@@ -19,6 +22,7 @@ environments:
1922
kind: docker
2023
image: texlive/texlive:latest-full
2124
description: TeX Live via Docker.
25+
2226
pipeline:
2327
stages:
2428
collect-data:
@@ -43,20 +47,24 @@ pipeline:
4347
- figures
4448
outputs:
4549
- paper/paper.pdf
50+
4651
datasets:
4752
- path: data/raw/data.csv
4853
title: Raw data
4954
description: This is raw voltage data.
5055
stage: collect-data
56+
5157
figures:
5258
- path: figures/voltage-time-series.png
5359
title: Raw voltage time series
5460
description: A plot of the raw voltage time series.
5561
stage: plot-voltage
62+
5663
publications:
5764
- path: paper/paper.pdf
5865
title: The paper
5966
description: This is the paper.
6067
stage: build-paper
68+
6169
showcase:
6270
- publication: paper/paper.pdf

0 commit comments

Comments
 (0)