File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ prepare: clean
23
23
git submodule update --init
24
24
25
25
TEAMS_DIR = content/en/teams
26
- TEAMS = emeritus-maintainers maintainers triage-team web-team
26
+ TEAMS = emeritus-maintainers maintainers triage-team web-team typing-team
27
27
TEAMS_QUERY = python themes/scientific-python-hugo-theme/tools/team_query.py
28
28
29
29
$(TEAMS_DIR ) /% .toml :
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ Contributors with merge rights on GitHub.
9
9
10
10
{{< grid file="maintainers.toml" columns="2 3 4 5" />}}
11
11
12
+ ### Typing team
13
+
14
+ Contributors with merge rights on ` scipy-stubs ` .
15
+
16
+ {{< grid file="typing-team.toml" columns="2 3 4 5" />}}
17
+
12
18
### Triage team
13
19
14
20
Contributors with triage rights on GitHub.
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ link = 'https://github.com/scottshambaugh'
122
122
type = ' card'
123
123
classcard = ' text-center'
124
124
body = ''' {{< image >}}
125
- src = 'https://avatars.githubusercontent.com/u/5774448?u=7c9c9b2854994aed2673ff4fdd3c4f2fda07f425 &v=4"'
125
+ src = 'https://avatars.githubusercontent.com/u/5774448?u=4cf0763f723b0966331b971e1de783b3a3e1b4a6 &v=4"'
126
126
alt = 'Avatar of Shekhar Prasad Rajak'
127
127
{{< /image >}}
128
128
Shekhar Prasad Rajak'''
Original file line number Diff line number Diff line change
1
+ [[item ]]
2
+ type = ' card'
3
+ classcard = ' text-center'
4
+ body = ''' {{< image >}}
5
+ src = 'https://avatars.githubusercontent.com/u/6208662?u=f5b6702cd80c1cd85d9a9cdc84fee65bedae24ca&v=4"'
6
+ alt = 'Avatar of Joren Hammudoglu'
7
+ {{< /image >}}
8
+ Joren Hammudoglu'''
9
+ link = ' https://github.com/jorenham'
10
+
11
+ [[item ]]
12
+ type = ' card'
13
+ classcard = ' text-center'
14
+ body = ''' {{< image >}}
15
+ src = 'https://avatars.githubusercontent.com/u/98330?u=22a023f8d191ba200ab13d476c83860d015cc9fe&v=4"'
16
+ alt = 'Avatar of Ralf Gommers'
17
+ {{< /image >}}
18
+ Ralf Gommers'''
19
+ link = ' https://github.com/rgommers'
You can’t perform that action at this time.
0 commit comments