File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 2
2
title :
3
3
---
4
4
5
- {{< grid columns="1 2 2 3" >}}
5
+ {{< grid1 columns="1 2 2 3" >}}
6
6
7
- {{< card >}}
7
+ [[ item]]
8
+ type = 'card'
8
9
title = 'SPECs'
9
10
body = '''
10
11
[ Scientific Python Ecosystem Coordination] ({{% relref "/specs" %}}) documents are a mechanism by which practices are
11
12
discussed and propagated throughout the ecosystem.
12
13
'''
13
- {{< /card >}}
14
14
15
- {{< card >}}
15
+ [[ item]]
16
+ type = 'card'
16
17
title = 'Summits'
17
18
body = '''
18
19
At the [ summits] ({{% relref "/summits" %}}), we get together both virtually and in-person
19
20
to plan and do ecosystem work.
20
21
'''
21
- {{< /card >}}
22
22
23
- {{< card >}}
23
+ [[ item]]
24
+ type = 'card'
24
25
title = 'Development Guide'
25
26
body = '''
26
27
Read this [ community-maintained guide] ( https://learn.scientific-python.org/development/ )
27
28
to learn best practices for library development.
28
29
'''
29
- {{< /card >}}
30
30
31
- {{< card >}}
31
+ [[ item]]
32
+ type = 'card'
32
33
title = 'Lecture Notes'
33
34
body = '''
34
35
Learn or teach how to use the scientific Python ecosystem with
35
36
[ classroom-style lecture notes] ( https://lectures.scientific-python.org ) .
36
37
'''
37
- {{< /card >}}
38
38
39
- {{< card >}}
39
+ [[ item]]
40
+ type = 'card'
40
41
title = 'Sparse Arrays'
41
42
body = '''
42
43
One of our current focuses is on improving and maintaining the
43
44
[ sparse array] ({{% relref "/grants/sparse_arrays" %}}) capabilities and
44
45
interoperability in the ecosystem.
45
46
'''
46
- {{< /card >}}
47
47
48
- {{< card >}}
48
+ [[ item]]
49
+ type = 'card'
49
50
title = 'Community'
50
51
body = '''
51
52
Our [ community efforts] ({{% relref "/community" %}}) focus
52
53
on broadening participation and better coordinating volunteer efforts.
53
54
'''
54
- {{< /card >}}
55
55
56
- {{< /grid >}}
56
+ {{< /grid1 >}}
You can’t perform that action at this time.
0 commit comments