Skip to content

Commit 957d00d

Browse files
Bump SPHT to v0.22 + adopt new syntax for applicable shortcodes (scientific-python#264)
1 parent dbc1747 commit 957d00d

6 files changed

Lines changed: 53 additions & 49 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[[item]]
22
type = 'card'
33
classcard = 'text-center'
4-
body = '''{{< image >}}
5-
src = 'https://avatars.githubusercontent.com/u/23188539?u=64445b52dbf3f75de8006ed4264fdd2afaed97a3&v=4"'
6-
alt = 'Avatar of Pamphile Roy'
7-
{{< /image >}}
4+
body = '''{{< image
5+
src="https://avatars.githubusercontent.com/u/23188539?u=64445b52dbf3f75de8006ed4264fdd2afaed97a3&v=4"
6+
alt="Avatar of Pamphile Roy"
7+
>}}
88
Pamphile Roy'''
99
link = 'https://github.com/tupui'

content/about/blog-editors.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[[item]]
22
type = 'card'
33
classcard = 'text-center'
4-
body = '''{{< image >}}
5-
src = 'https://avatars.githubusercontent.com/u/123428?v=4"'
6-
alt = 'Avatar of Jarrod Millman'
7-
{{< /image >}}
4+
body = '''{{< image
5+
src="https://avatars.githubusercontent.com/u/123428?v=4"
6+
alt="Avatar of Jarrod Millman"
7+
>}}
88
Jarrod Millman'''
99
link = 'https://github.com/jarrodmillman'
1010

1111
[[item]]
1212
type = 'card'
1313
classcard = 'text-center'
14-
body = '''{{< image >}}
15-
src = 'https://avatars.githubusercontent.com/u/23188539?u=64445b52dbf3f75de8006ed4264fdd2afaed97a3&v=4"'
16-
alt = 'Avatar of Pamphile Roy'
17-
{{< /image >}}
14+
body = '''{{< image
15+
src="https://avatars.githubusercontent.com/u/23188539?u=64445b52dbf3f75de8006ed4264fdd2afaed97a3&v=4"
16+
alt="Avatar of Pamphile Roy"
17+
>}}
1818
Pamphile Roy'''
1919
link = 'https://github.com/tupui'

content/about/blog-reviewers.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
[[item]]
22
type = 'card'
33
classcard = 'text-center'
4-
body = '''{{< image >}}
5-
src = 'https://avatars.githubusercontent.com/u/5751519?u=d0ba9771b7c44418826b6ced17b197c703240c52&v=4"'
6-
alt = 'Avatar of Davide Valeriani'
7-
{{< /image >}}
4+
body = '''{{< image
5+
src="https://avatars.githubusercontent.com/u/5751519?u=d0ba9771b7c44418826b6ced17b197c703240c52&v=4"
6+
alt="Avatar of Davide Valeriani"
7+
>}}
88
Davide Valeriani'''
99
link = 'https://github.com/davidevaleriani'
1010

1111
[[item]]
1212
type = 'card'
1313
classcard = 'text-center'
14-
body = '''{{< image >}}
15-
src = 'https://avatars.githubusercontent.com/u/43481325?u=8c0c0adbf3f2efd2cce72951d3554064c7bbfce3&v=4"'
16-
alt = 'Avatar of Inessa Pawson'
17-
{{< /image >}}
14+
body = '''{{< image
15+
src="https://avatars.githubusercontent.com/u/43481325?u=8c0c0adbf3f2efd2cce72951d3554064c7bbfce3&v=4"
16+
alt="Avatar of Inessa Pawson"
17+
>}}
1818
Inessa Pawson'''
1919
link = 'https://github.com/InessaPawson'
2020

2121
[[item]]
2222
type = 'card'
2323
classcard = 'text-center'
24-
body = '''{{< image >}}
25-
src = 'https://avatars.githubusercontent.com/u/123428?v=4"'
26-
alt = 'Avatar of Jarrod Millman'
27-
{{< /image >}}
24+
body = '''{{< image
25+
src="https://avatars.githubusercontent.com/u/123428?v=4"
26+
alt="Avatar of Jarrod Millman"
27+
>}}
2828
Jarrod Millman'''
2929
link = 'https://github.com/jarrodmillman'
3030

3131
[[item]]
3232
type = 'card'
3333
classcard = 'text-center'
34-
body = '''{{< image >}}
35-
src = 'https://avatars.githubusercontent.com/u/18587879?u=83f10fabe466ae8e7052c03c5e6e9cde684a4e10&v=4"'
36-
alt = 'Avatar of Juanita Gomez'
37-
{{< /image >}}
34+
body = '''{{< image
35+
src="https://avatars.githubusercontent.com/u/18587879?u=83f10fabe466ae8e7052c03c5e6e9cde684a4e10&v=4"
36+
alt="Avatar of Juanita Gomez"
37+
>}}
3838
Juanita Gomez'''
3939
link = 'https://github.com/juanis2112'
4040

4141
[[item]]
4242
type = 'card'
4343
classcard = 'text-center'
44-
body = '''{{< image >}}
45-
src = 'https://avatars.githubusercontent.com/u/23188539?u=64445b52dbf3f75de8006ed4264fdd2afaed97a3&v=4"'
46-
alt = 'Avatar of Pamphile Roy'
47-
{{< /image >}}
44+
body = '''{{< image
45+
src="https://avatars.githubusercontent.com/u/23188539?u=64445b52dbf3f75de8006ed4264fdd2afaed97a3&v=4"
46+
alt="Avatar of Pamphile Roy"
47+
>}}
4848
Pamphile Roy'''
4949
link = 'https://github.com/tupui'

content/posts/scientific-python/cookie/dev-summit-1-development-guide/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ Finally, [sp-repo-review][] contains the previous repo-review plugins with check
178178
pypa/build).
179179

180180
<!-- prettier-ignore-start -->
181-
{{< figure >}}
182-
src = 'cibw_example.png'
183-
caption = 'Running sp-repo-review on cibuildwheel'
184-
alt = 'Image of sp-repo-review showing checks'
185-
width = '60%'
186-
{{< /figure >}}
181+
{{< figure
182+
src="cibw_example.png"
183+
caption="Running sp-repo-review on cibuildwheel"
184+
alt="Image of sp-repo-review showing checks"
185+
width="60%"
186+
>}}
187187
<!-- prettier-ignore-end -->
188188
189189
## Using the guide

content/posts/scientific-python/dev-summit-2/index.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ Of course, we work together already online, but the event allows us to focus our
5050
This is why, before the summit, we have planning Zoom calls, where we identify topics of interest, which are turned into issues, which are then fleshed out and discussed prior to the event.
5151
That way, we hoped to hit the ground running—as we did!
5252

53-
{{< figure >}}
54-
src = "group.jpg"
55-
alt = "Photo of the summit attendees, in front of a fountain on the University of Washington campus, with a volcano in the background"
56-
caption = "Our intrepid community developers, with Mt Rainier in the background"
57-
{{< /figure >}}
53+
<!-- prettier-ignore-start -->
54+
{{< figure
55+
src="group.jpg"
56+
alt="Photo of the summit attendees, in front of a fountain on the University of Washington campus, with a volcano in the background"
57+
caption="Our intrepid community developers, with Mt Rainier in the background"
58+
>}}
59+
<!-- prettier-ignore-end -->
5860
5961
## Topics
6062

@@ -118,11 +120,13 @@ For example:
118120

119121
### Conclusion
120122

121-
{{< figure >}}
122-
src = "chess.jpg"
123-
caption = "Nothing like a relaxing game of chess after a long day's work"
124-
alt = "Members of the team playing chess at Big Time Ale Brewery in Seattle"
125-
{{< /figure >}}
123+
<!-- prettier-ignore-start -->
124+
{{< figure
125+
src="chess.jpg"
126+
caption="Nothing like a relaxing game of chess after a long day's work"
127+
alt="Members of the team playing chess at Big Time Ale Brewery in Seattle"
128+
>}}
129+
<!-- prettier-ignore-end -->
126130
127131
Numerous other PRs were made, of which a number were probably not even captured in the [worklog](https://hackmd.io/wsJVTMYdQGG_Zgz7rgxSzw).
128132
But, besides the inherent satisfaction of working together with this great group, the best feature of the summit was that we were able to hang out, bonding over our communal joys and struggles—both technical and personal.

0 commit comments

Comments
 (0)