Skip to content

Commit b4c97fc

Browse files
Replace grid1 shortcode with grid (#40)
1 parent 44cdfa0 commit b4c97fc

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title:
77
We maintain a collection of tools that help projects across the ecosystem.
88
We also offer a small selection of hosted services.
99

10-
{{< grid1 columns="1 1 1 5" >}}
10+
{{< grid columns="1 1 1 5" >}}
1111

1212
[[item]]
1313
type = 'card'
@@ -50,7 +50,7 @@ body = '''
5050
GitHub Actions for automating various aspects of project development.
5151
'''
5252

53-
{{< /grid1 >}}
53+
{{< /grid >}}
5454

5555
### New tools
5656

content/actions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "GitHub Actions"
44

55
The following GitHub actions provide workflows that simplify various developer tasks.
66

7-
{{< grid1 columns="1 2 2 3" >}}
7+
{{< grid columns="1 2 2 3" >}}
88

99
[[item]]
1010
type = 'card'
@@ -48,4 +48,4 @@ body = '''
4848
Manage teams and team membership for the Scientific Python GitHub organization.
4949
'''
5050

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

content/analytics/index.md

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

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

77
[[item]]
88
type = 'card'
@@ -20,4 +20,4 @@ You can [enable this service](https://pydata-sphinx-theme.readthedocs.io/en/late
2020
in your pydata-sphinx-theme settings.
2121
'''
2222

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

content/community/index.md

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

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

77
[[item]]
88
type = 'card'
@@ -26,4 +26,4 @@ body = '''
2626
A GPG-based password vault. See also [SPEC 6](https://github.com/scientific-python/specs/pull/168).
2727
'''
2828

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

content/utilities/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Developer Utilities"
55
The following Python packages provide functionality widely usable by packages across the ecosystem.
66
Also see to the [Scientific Python Developer Guide](https://learn.scientific-python.org/development/).
77

8-
{{< grid1 columns="1 2 2 3" >}}
8+
{{< grid columns="1 2 2 3" >}}
99

1010
[[item]]
1111
type = 'card'
@@ -44,4 +44,4 @@ body = '''
4444
A tool for automating release notes.
4545
'''
4646

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

0 commit comments

Comments
 (0)