Skip to content

Commit

Permalink
Automatically list all contributors ordered by commits.
Browse files Browse the repository at this point in the history
Updated conf.
Add permissions to library
  • Loading branch information
Marko Tibold committed Aug 24, 2012
1 parent 7ea9f5c commit 722d564
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 14 deletions.
22 changes: 22 additions & 0 deletions docs/authors
@@ -0,0 +1,22 @@
Dennis Bunskoek <dbunskoek@leukeleu.nl>
Michael van de Waeter <mvdwaeter@gmail.com>
Bram Simons <info@simons-design.nl>
Marko Tibold <marko@tibold.nl>
Marko Tibold <mtibold@leukeleu.nl>
Bart Heesink <bheesink@leukeleu.nl>
Marco Braak <mbraak@ridethepony.nl>
Diederik van der Boor <vdboor@edoburu.nl>
mvdwaeter <mvdwaeter@gmail.com>
Niels van Dijk <nvandijk@leukeleu.nl>
Bram Simons <bsimons@leukeleu.nl>
Selwin Ong <selwin@ui.co.id>
Nick Badoux <nbadoux@leukeleu.nl>
Chi Shang Cheng <cscheng@leukeleu.nl>
michael <michael@samarium.leukeleu.nl>
Dzjon Hessing <dhessing@ridethepony.nl>
cscheng <cscheng@leukeleu.nl>
Selwin Ong <selwin.ong@gmail.com>
Maarten Draijer <maarten@madra.nl>
Luke Plant <L.Plant.98@cantab.net>
Douwe van der Meij <vandermeij@gw20e.com>
dbunskoek <dbunskoek@leukeleu.nl>
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -121,7 +121,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
#html_static_path = ['_static']

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Expand Down
14 changes: 1 addition & 13 deletions docs/contributors.rst
Expand Up @@ -2,16 +2,4 @@
Contributors
============


* Bart Heesink
* Bram Simons
* Chi Shang Cheng
* Dennis Bunskoek
* Diederik van der Boor
* Douwe van der Meij
* Dzjon Hessing
* Luke Plant
* Marco Braak
* Michael van de Waeter
* Nick Badoux
* Niels van Dijk
.. literalinclude:: authors
5 changes: 5 additions & 0 deletions docs/library/permissions.rst
@@ -0,0 +1,5 @@
:mod:`permissions`
=====================

.. automodule:: fiber.permissions
:members:
1 change: 1 addition & 0 deletions docs/make_docs.sh
@@ -1,2 +1,3 @@
#!/bin/bash
git log --format='%aN <%aE>' | awk '{arr[$0]++} END{for (i in arr){print arr[i], i;}}' | sort -rn | cut -d\ -f2- > authors
sphinx-build -E . build

0 comments on commit 722d564

Please sign in to comment.