Skip to content

Commit b214524

Browse files
DOC: some maintainers become emeritus (scikit-learn#30263)
1 parent 4675378 commit b214524

File tree

3 files changed

+14
-38
lines changed

3 files changed

+14
-38
lines changed

build_tools/generate_authors_table.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
import requests
1717

18-
print("user:", file=sys.stderr)
18+
print("Input user:", file=sys.stderr)
1919
user = input()
20-
token = getpass.getpass("access token:\n")
20+
token = getpass.getpass("Input access token:\n")
2121
auth = (user, token)
2222

2323
LOGO_URL = "https://avatars2.githubusercontent.com/u/365630?v=4"
@@ -63,11 +63,13 @@ def get_contributors():
6363
),
6464
(core_devs, contributor_experience_team, comm_team, documentation_team),
6565
):
66+
print(f"Retrieving {team_slug}\n")
6667
for page in [1, 2]: # 30 per page
6768
reply = get(f"{entry_point}teams/{team_slug}/members?page={page}")
6869
lst.extend(reply.json())
6970

7071
# get members of scikit-learn on GitHub
72+
print("Retrieving members\n")
7173
members = []
7274
for page in [1, 2, 3]: # 30 per page
7375
reply = get(f"{entry_point}members?page={page}")
@@ -214,6 +216,7 @@ def generate_list(contributors):
214216
documentation_team,
215217
) = get_contributors()
216218

219+
print("Generating rst files")
217220
with open(
218221
REPO_FOLDER / "doc" / "maintainers.rst", "w+", encoding="utf-8"
219222
) as rst_file:

doc/maintainers.rst

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<p>Jérémie du Boisberranger</p>
1111
</div>
1212
<div>
13-
<a href='https://github.com/jorisvandenbossche'><img src='https://avatars.githubusercontent.com/u/1020496?v=4' class='avatar' /></a> <br />
14-
<p>Joris Van den Bossche</p>
15-
</div>
16-
<div>
1713
<a href='https://github.com/lesteve'><img src='https://avatars.githubusercontent.com/u/1680079?v=4' class='avatar' /></a> <br />
1814
<p>Loïc Estève</p>
1915
</div>
@@ -30,10 +26,6 @@
3026
<p>Olivier Grisel</p>
3127
</div>
3228
<div>
33-
<a href='https://github.com/yarikoptic'><img src='https://avatars.githubusercontent.com/u/39889?v=4' class='avatar' /></a> <br />
34-
<p>Yaroslav Halchenko</p>
35-
</div>
36-
<div>
3729
<a href='https://github.com/betatim'><img src='https://avatars.githubusercontent.com/u/1448859?v=4' class='avatar' /></a> <br />
3830
<p>Tim Head</p>
3931
</div>
@@ -66,54 +58,26 @@
6658
<p>Christian Lorentzen</p>
6759
</div>
6860
<div>
69-
<a href='https://github.com/jmetzen'><img src='https://avatars.githubusercontent.com/u/1116263?v=4' class='avatar' /></a> <br />
70-
<p>Jan Hendrik Metzen</p>
71-
</div>
72-
<div>
7361
<a href='https://github.com/amueller'><img src='https://avatars.githubusercontent.com/u/449558?v=4' class='avatar' /></a> <br />
7462
<p>Andreas Mueller</p>
7563
</div>
7664
<div>
77-
<a href='https://github.com/vene'><img src='https://avatars.githubusercontent.com/u/241745?v=4' class='avatar' /></a> <br />
78-
<p>Vlad Niculae</p>
79-
</div>
80-
<div>
8165
<a href='https://github.com/jnothman'><img src='https://avatars.githubusercontent.com/u/78827?v=4' class='avatar' /></a> <br />
8266
<p>Joel Nothman</p>
8367
</div>
8468
<div>
85-
<a href='https://github.com/qinhanmin2014'><img src='https://avatars.githubusercontent.com/u/12003569?v=4' class='avatar' /></a> <br />
86-
<p>Hanmin Qin</p>
87-
</div>
88-
<div>
8969
<a href='https://github.com/OmarManzoor'><img src='https://avatars.githubusercontent.com/u/17495884?v=4' class='avatar' /></a> <br />
9070
<p>Omar Salman</p>
9171
</div>
9272
<div>
93-
<a href='https://github.com/bthirion'><img src='https://avatars.githubusercontent.com/u/234454?v=4' class='avatar' /></a> <br />
94-
<p>Bertrand Thirion</p>
95-
</div>
96-
<div>
97-
<a href='https://github.com/TomDLT'><img src='https://avatars.githubusercontent.com/u/11065596?v=4' class='avatar' /></a> <br />
98-
<p>Tom Dupré la Tour</p>
99-
</div>
100-
<div>
10173
<a href='https://github.com/GaelVaroquaux'><img src='https://avatars.githubusercontent.com/u/208217?v=4' class='avatar' /></a> <br />
10274
<p>Gael Varoquaux</p>
10375
</div>
10476
<div>
105-
<a href='https://github.com/NelleV'><img src='https://avatars.githubusercontent.com/u/184798?v=4' class='avatar' /></a> <br />
106-
<p>Nelle Varoquaux</p>
107-
</div>
108-
<div>
10977
<a href='https://github.com/Charlie-XIAO'><img src='https://avatars.githubusercontent.com/u/108576690?v=4' class='avatar' /></a> <br />
11078
<p>Yao Xiao</p>
11179
</div>
11280
<div>
113-
<a href='https://github.com/rth'><img src='https://avatars.githubusercontent.com/u/630936?v=4' class='avatar' /></a> <br />
114-
<p>Roman Yurchak</p>
115-
</div>
116-
<div>
11781
<a href='https://github.com/Micky774'><img src='https://avatars.githubusercontent.com/u/34613774?v=4' class='avatar' /></a> <br />
11882
<p>Meekail Zain</p>
11983
</div>

doc/maintainers_emeritus.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- Mathieu Blondel
2+
- Joris Van den Bossche
23
- Matthieu Brucher
34
- Lars Buitinck
45
- David Cournapeau
@@ -11,6 +12,7 @@
1112
- Angel Soler Gollonet
1213
- Chris Gorgolewski
1314
- Jaques Grobler
15+
- Yaroslav Halchenko
1416
- Brian Holt
1517
- Arnaud Joly
1618
- Thouis (Ray) Jones
@@ -20,14 +22,21 @@
2022
- Wei Li
2123
- Paolo Losi
2224
- Gilles Louppe
25+
- Jan Hendrik Metzen
2326
- Vincent Michel
2427
- Jarrod Millman
28+
- Vlad Niculae
2529
- Alexandre Passos
2630
- Fabian Pedregosa
2731
- Peter Prettenhofer
32+
- Hanmin Qin
2833
- (Venkat) Raghav, Rajagopalan
2934
- Jacob Schreiber
3035
- 杜世橋 Du Shiqiao
36+
- Bertrand Thirion
37+
- Tom Dupré la Tour
3138
- Jake Vanderplas
39+
- Nelle Varoquaux
3240
- David Warde-Farley
3341
- Ron Weiss
42+
- Roman Yurchak

0 commit comments

Comments
 (0)