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
+36-44Lines changed: 36 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,60 +7,52 @@ 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
+
::::{grid} 1 2 2 3
11
11
12
-
[[item]]
13
-
type = 'card'
14
-
title = 'Why Contribute'
15
-
link = 'why-contribute'
16
-
body = 'Learn some of the reasons why contributing to open source Scientific Python is impactful and can be a transformative experience for developers!'
12
+
:::{card} Why Contribute
13
+
:link: why-contribute
14
+
Learn some of the reasons why contributing to open source Scientific Python is impactful and can be a transformative experience for developers!
15
+
:::
17
16
18
-
[[item]]
19
-
type = 'card'
20
-
title = 'Ways to contribute'
21
-
link = 'ways-to-contribute'
22
-
body = 'Learn some of the ways you can contribute to open source Scientific Python projects without having to code.'
17
+
:::{card} Ways to contribute
18
+
:link: ways-to-contribute
19
+
Learn some of the ways you can contribute to open source Scientific Python projects without having to code.
20
+
:::
23
21
24
-
[[item]]
25
-
type = 'card'
26
-
title = 'Choosing a project'
27
-
link = 'choosing-a-project'
28
-
body = 'Learn how to choose a project to start contributing to the Scientific Python Ecosystem.'
22
+
:::{card} Choosing a project
23
+
:link: choosing-a-project
24
+
Learn how to choose a project to start contributing to the Scientific Python Ecosystem.
25
+
:::
29
26
30
-
[[item]]
31
-
type = 'card'
32
-
title = 'Getting started'
33
-
link = 'getting-started'
34
-
body = 'Learn the first steps to contribute to open source Scientific Python.'
27
+
:::{card} Getting started
28
+
:link: getting-started
29
+
Learn the first steps to contribute to open source Scientific Python.
30
+
:::
35
31
36
-
[[item]]
37
-
type = 'card'
38
-
title = 'First contribution'
39
-
link = 'first-contribution'
40
-
body = 'Start working on your first contribution to open source Scientific Python.'
32
+
:::{card} First contribution
33
+
:link: first-contribution
34
+
Start working on your first contribution to open source Scientific Python.
35
+
:::
41
36
42
-
{{< /grid >}}
37
+
::::
43
38
44
39
## Getting set up
45
40
46
-
{{< grid columns="1 2 2 3" >}}
41
+
::::{grid} 1 2 2 3
47
42
48
-
[[item]]
49
-
type = 'card'
50
-
title = 'Ecosystem'
51
-
link = 'setup/ecosystem'
52
-
body = 'Learn how the Scientific Python ecosystem is composed and some of its main packages.'
43
+
:::{card} Ecosystem
44
+
:link: setup/ecosystem
45
+
Learn how the Scientific Python ecosystem is composed and some of its main packages.
46
+
:::
53
47
54
-
[[item]]
55
-
type = 'card'
56
-
title = 'Install'
57
-
link = 'setup/install'
58
-
body = '''Learn the tools' intallation process in order to start contributing to the Scientific Python ecosystem.'''
48
+
:::{card} Install
49
+
:link: setup/install
50
+
Learn the tools' intallation process in order to start contributing to the Scientific Python ecosystem.
51
+
:::
59
52
60
-
[[item]]
61
-
type = 'card'
62
-
title = 'Next steps'
63
-
link = 'setup/next-steps'
64
-
body = 'Start exploring some of the packages from the Scientific Python ecosystem.'
53
+
:::{card} Next steps
54
+
:link: setup/next-steps
55
+
Start exploring some of the packages from the Scientific Python ecosystem.
Copy file name to clipboardExpand all lines: content/index.md
+14-26Lines changed: 14 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,41 +2,29 @@
2
2
title:
3
3
---
4
4
5
-
{{< grid columns="1 2 2 2" >}}
5
+
::::{grid} 1 2 2 2
6
6
7
-
[[item]]
8
-
type = 'card'
9
-
title = 'Contributor Guide'
10
-
link = '/contributors/'
11
-
body = '''
7
+
:::{card} Contributor Guide
8
+
:link: /contributors/
12
9
Learn how to join the Scientific Python community!
13
-
'''
10
+
:::
14
11
15
-
[[item]]
16
-
type = 'card'
17
-
title = 'Development Guide'
18
-
link = '/development/'
19
-
body = '''
12
+
:::{card} Development Guide
13
+
:link: /development/
20
14
Learn recommended tools and approaches for developing Scientific Python libraries.
21
-
'''
15
+
:::
22
16
23
-
[[item]]
24
-
type = 'card'
25
-
title = 'Lectures Notes'
26
-
link = 'https://lectures.scientific-python.org'
27
-
body = '''
17
+
:::{card} Lectures Notes
18
+
:link:https://lectures.scientific-python.org
28
19
Numerical computing lectures that teach key packages in the scientific Python ecosystem, such as NumPy, SciPy, Matplotlib, scikit-learn, and scikit-image.
29
-
'''
20
+
:::
30
21
31
-
[[item]]
32
-
type = 'card'
33
-
title = 'Documentation Guide'
34
-
link = '/documentation/'
35
-
body = '''
22
+
:::{card} Documentation Guide
23
+
:link: /documentation/
36
24
Learn recommended approaches for project documentation.
0 commit comments