Skip to content

Commit 2a99302

Browse files
Replace grid1 shortcode with grid (#603)
1 parent 4ec282d commit 2a99302

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title:
33
---
44

5-
{{< grid1 columns="1 2 2 3" >}}
5+
{{< grid columns="1 2 2 3" >}}
66

77
[[item]]
88
type = 'card'
@@ -53,4 +53,4 @@ Our [community efforts]({{% relref "/community" %}}) focus
5353
on broadening participation and better coordinating volunteer efforts.
5454
'''
5555

56-
{{< /grid1 >}}
56+
{{< /grid >}}

content/about/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ For more information, see our [governance and decision making process]({{% relre
8484

8585
### Community Managers
8686

87-
{{< grid1 file="community-managers.toml" columns="2 3 4 5" />}}
87+
{{< grid file="community-managers.toml" columns="2 3 4 5" />}}
8888

8989
### Community Leaders
9090

91-
{{< grid1 file="community-leaders.toml" columns="2 3 4 5" />}}
91+
{{< grid file="community-leaders.toml" columns="2 3 4 5" />}}
9292

9393
### Emeritus Community Leaders
9494

95-
{{< grid1 file="emeritus-community-leaders.toml" columns="2 3 4 5" />}}
95+
{{< grid file="emeritus-community-leaders.toml" columns="2 3 4 5" />}}
9696

9797
### Other Teams
9898

content/grants/community_and_communications_infrastructure/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ status: funded
1717
pdf_url: https://scientific-python.org/doc/scientific-python-community-and-communications-infrastructure-2022.pdf
1818
---
1919

20-
{{< grid1 file="team.toml" columns="2 3 4 5" />}}
20+
{{< grid file="team.toml" columns="2 3 4 5" />}}
2121

2222
Submitted.

content/grants/planning_next_decade/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ status: funded
1111
pdf_url: https://scientific-python.org/doc/scientific-python-planning-grant-2020.pdf
1212
---
1313

14-
{{< grid1 file="team.toml" columns="2 3 4 5" />}}
14+
{{< grid file="team.toml" columns="2 3 4 5" />}}
1515

1616
With an extensive and high-quality ecosystem of libraries, scientific Python
1717
has emerged as the leading platform for data analysis.

content/grants/sparse_arrays/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ status: funded
1212
pdf_url: https://scientific-python.org/doc/sparse-arrays-grant-2022.pdf
1313
---
1414

15-
{{< grid1 file="team.toml" columns="2 3 4 5" />}}
15+
{{< grid file="team.toml" columns="2 3 4 5" />}}
1616

1717
Sparse data refers to datasets where a high percentage of the values are zero
1818
or empty, which occurs where relationships across dimensions don’t exist or are

0 commit comments

Comments
 (0)