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
2323 git submodule update --init
2424
2525TEAMS_DIR = content/en/teams
26- TEAMS = emeritus-maintainers maintainers triage-team web-team
26+ TEAMS = emeritus-maintainers maintainers triage-team web-team typing-team
2727TEAMS_QUERY = python themes/scientific-python-hugo-theme/tools/team_query.py
2828
2929$(TEAMS_DIR ) /% .toml :
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ Contributors with merge rights on GitHub.
99
1010{{< grid file="maintainers.toml" columns="2 3 4 5" />}}
1111
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+
1218### Triage team
1319
1420Contributors with triage rights on GitHub.
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ link = 'https://github.com/scottshambaugh'
122122type = ' card'
123123classcard = ' text-center'
124124body = ''' {{< 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"'
126126alt = 'Avatar of Shekhar Prasad Rajak'
127127{{< /image >}}
128128Shekhar 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