You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/contributors/_index.md
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -7,60 +7,60 @@ Welcome to the Contributor Guide! Here you will find useful resources that will
7
7
8
8
## First steps
9
9
10
-
{{< grid columns="1 2 2 3" >}}
10
+
{{< grid1 columns="1 2 2 3" >}}
11
11
12
-
{{< card >}}
12
+
[[item]]
13
+
type = 'card'
13
14
title = 'Why Contribute'
14
15
link = 'why-contribute'
15
16
body = 'Learn some of the reasons why contributing to open source Scientific Python is impactful and can be a transformative experience for developers!'
16
-
{{< /card >}}
17
17
18
-
{{< card >}}
18
+
[[item]]
19
+
type = 'card'
19
20
title = 'Ways to contribute'
20
21
link = 'ways-to-contribute'
21
22
body = 'Learn some of the ways you can contribute to open source Scientific Python projects without having to code.'
22
-
{{< /card >}}
23
23
24
-
{{< card >}}
24
+
[[item]]
25
+
type = 'card'
25
26
title = 'Choosing a project'
26
27
link = 'choosing-a-project'
27
28
body = 'Learn how to choose a project to start contributing to the Scientific Python Ecosystem.'
28
-
{{< /card >}}
29
29
30
-
{{< card >}}
30
+
[[item]]
31
+
type = 'card'
31
32
title = 'Getting started'
32
33
link = 'getting-started'
33
34
body = 'Learn the first steps to contribute to open source Scientific Python.'
34
-
{{< /card >}}
35
35
36
-
{{< card >}}
36
+
[[item]]
37
+
type = 'card'
37
38
title = 'First contribution'
38
39
link = 'first-contribution'
39
40
body = 'Start working on your first contribution to open source Scientific Python.'
40
-
{{< /card >}}
41
41
42
-
{{< /grid >}}
42
+
{{< /grid1 >}}
43
43
44
44
## Getting set up
45
45
46
-
{{< grid columns="1 2 2 3" >}}
46
+
{{< grid1 columns="1 2 2 3" >}}
47
47
48
-
{{< card >}}
48
+
[[item]]
49
+
type = 'card'
49
50
title = 'Ecosystem'
50
51
link = 'setup/ecosystem'
51
52
body = 'Learn how the Scientific Python ecosystem is composed and some of its main packages.'
52
-
{{< /card >}}
53
53
54
-
{{< card >}}
54
+
[[item]]
55
+
type = 'card'
55
56
title = 'Install'
56
57
link = 'setup/install'
57
58
body = '''Learn the tools' intallation process in order to start contributing to the Scientific Python ecosystem.'''
58
-
{{< /card >}}
59
59
60
-
{{< card >}}
60
+
[[item]]
61
+
type = 'card'
61
62
title = 'Next steps'
62
63
link = 'setup/next-steps'
63
64
body = 'Start exploring some of the packages from the Scientific Python ecosystem.'
0 commit comments