Skip to content

Commit ef9a63c

Browse files
authored
Merge pull request #35 from coderefinery/cff
Add CITATION.cff
2 parents 54dce71 + 4dbe7a6 commit ef9a63c

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CITATION.cff

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
cff-version: 1.2.0
2+
message: "If you use this lesson material, please cite it using these metadata."
3+
authors:
4+
- name: "CodeRefinery"
5+
- family-names: "Bast"
6+
given-names: "Radovan"
7+
- family-names: "Darst"
8+
given-names: "Richard"
9+
- family-names: "Juselius"
10+
given-names: "Jonas"
11+
- family-names: "Di Remigio Eikås"
12+
given-names: "Roberto"
13+
- family-names: "Bjørndalen"
14+
given-names: "Ole Martin"
15+
- family-names: "Fouilloux"
16+
given-names: "Anne"
17+
title: "Modular code development type-along"
18+
type: "data"
19+
abstract: "Making reusing parts of your code easier. The focus of this lesson is how to partition and organize projects as they grow from one screen-full to larger and how to make code portions reusable across projects and across notebooks."
20+
version: 2025-02-26
21+
date-released: 2025-02-26
22+
url: "https://coderefinery.github.io/modular-type-along/"
23+
license: CC-BY-4.0
24+
repository-code: "https://github.com/coderefinery/modular-type-along"

content/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'Modular code development'
21-
copyright = 'CodeRefinery project'
22-
author = 'CodeRefinery project'
21+
copyright = 'CodeRefinery contributors'
22+
author = 'CodeRefinery contributors'
2323
github_user = 'coderefinery'
2424
github_repo_name = 'modular-type-along' # auto-detected from dirname if blank
2525
github_version = 'main'

0 commit comments

Comments
 (0)