Skip to content

Commit

Permalink
DOC regenerate authors.rst after Adrin has joined (#12719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman authored and rth committed Dec 4, 2018
1 parent 4f5dd77 commit 7f6cb83
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build_tools/generate_authors_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def key(profile):
contributors = get_contributors()

print(".. raw :: html\n")
print(" <!-- Generated by gen_authors.py -->")
print(" <!-- Generated by generate_authors_table.py -->")
print(" <table>")
print(" <col style='width:%d%%' span='%d'>"
% (int(100 / ROW_SIZE), ROW_SIZE))
Expand Down
26 changes: 16 additions & 10 deletions doc/authors.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. raw :: html
<!-- Generated by gen_authors.py -->
<!-- Generated by generate_authors_table.py -->
<table>
<col style='width:14%' span='7'>
<style>
Expand Down Expand Up @@ -70,7 +70,7 @@
<tr>
<td>
<a href='https://github.com/chrisfilo'><img src='https://avatars2.githubusercontent.com/u/238759?v=4' class='avatar' /></a> <br />
<p>Chris Filo Gorgolewski</p>
<p>Chris Gorgolewski</p>
</td>
<td>
<a href='https://github.com/agramfort'><img src='https://avatars2.githubusercontent.com/u/161052?v=4' class='avatar' /></a> <br />
Expand All @@ -93,12 +93,16 @@
<p>Brian Holt</p>
</td>
<td>
<a href='https://github.com/arjoly'><img src='https://avatars0.githubusercontent.com/u/1274722?v=4' class='avatar' /></a> <br />
<p>Arnaud Joly</p>
<a href='https://github.com/adrinjalali'><img src='https://avatars3.githubusercontent.com/u/1663864?v=4' class='avatar' /></a> <br />
<p>Adrin Jalali</p>
</td>
</tr>
<tr>
<td>
<a href='https://github.com/arjoly'><img src='https://avatars0.githubusercontent.com/u/1274722?v=4' class='avatar' /></a> <br />
<p>Arnaud Joly</p>
</td>
<td>
<a href='https://github.com/thouis'><img src='https://avatars1.githubusercontent.com/u/473043?v=4' class='avatar' /></a> <br />
<p>Thouis (Ray) Jones</p>
</td>
Expand All @@ -122,12 +126,12 @@
<a href='https://github.com/weilinear'><img src='https://avatars0.githubusercontent.com/u/2232328?v=4' class='avatar' /></a> <br />
<p>Wei Li</p>
</td>
</tr>
<tr>
<td>
<a href='https://github.com/paolo-losi'><img src='https://avatars1.githubusercontent.com/u/264906?v=4' class='avatar' /></a> <br />
<p>Paolo Losi</p>
</td>
</tr>
<tr>
<td>
<a href='https://github.com/glouppe'><img src='https://avatars3.githubusercontent.com/u/477771?v=4' class='avatar' /></a> <br />
<p>Gilles Louppe</p>
Expand All @@ -152,12 +156,12 @@
<a href='https://github.com/vene'><img src='https://avatars0.githubusercontent.com/u/241745?v=4' class='avatar' /></a> <br />
<p>Vlad Niculae</p>
</td>
</tr>
<tr>
<td>
<a href='https://github.com/jnothman'><img src='https://avatars2.githubusercontent.com/u/78827?v=4' class='avatar' /></a> <br />
<p>Joel Nothman</p>
</td>
</tr>
<tr>
<td>
<a href='https://github.com/alextp'><img src='https://avatars0.githubusercontent.com/u/5061?v=4' class='avatar' /></a> <br />
<p>Alexandre Passos</p>
Expand All @@ -182,12 +186,12 @@
<a href='https://github.com/jmschrei'><img src='https://avatars2.githubusercontent.com/u/3916816?v=4' class='avatar' /></a> <br />
<p>Jacob Schreiber</p>
</td>
</tr>
<tr>
<td>
<a href='https://github.com/bthirion'><img src='https://avatars1.githubusercontent.com/u/234454?v=4' class='avatar' /></a> <br />
<p>Bertrand Thirion</p>
</td>
</tr>
<tr>
<td>
<a href='https://github.com/TomDLT'><img src='https://avatars2.githubusercontent.com/u/11065596?v=4' class='avatar' /></a> <br />
<p>Tom Dupré la Tour</p>
Expand All @@ -212,6 +216,8 @@
<a href='https://github.com/ronw'><img src='https://avatars2.githubusercontent.com/u/113819?v=4' class='avatar' /></a> <br />
<p>Ron Weiss</p>
</td>
</tr>
<tr>
<td>
<a href='https://github.com/rth'><img src='https://avatars0.githubusercontent.com/u/630936?v=4' class='avatar' /></a> <br />
<p>Roman Yurchak</p>
Expand Down

0 comments on commit 7f6cb83

Please sign in to comment.