Regenerate docs.

This commit is contained in:
Florian Bruhin 2015-11-23 13:26:32 +01:00
parent 16e1a65448
commit 0d60ec43ed
3 changed files with 2 additions and 2 deletions

View File

@ -140,6 +140,7 @@ Contributors, sorted by the number of commits in descending order:
// QUTE_AUTHORS_START // QUTE_AUTHORS_START
* Florian Bruhin * Florian Bruhin
* Daniel Schadt
* Antoni Boucher * Antoni Boucher
* Lamar Pavel * Lamar Pavel
* Bruno Oliveira * Bruno Oliveira
@ -147,7 +148,6 @@ Contributors, sorted by the number of commits in descending order:
* Martin Tournoij * Martin Tournoij
* Raphael Pierzina * Raphael Pierzina
* Joel Torstensson * Joel Torstensson
* Daniel
* Claude * Claude
* meles5 * meles5
* Nathan Isom * Nathan Isom

View File

@ -154,7 +154,6 @@ The form `:download [url] [dest]` is deprecated, use `:download --dest [dest] [u
==== positional arguments ==== positional arguments
* +'url'+: The URL to download. If not given, download the current page. * +'url'+: The URL to download. If not given, download the current page.
* +'dest-old'+: (deprecated) Same as dest.
==== optional arguments ==== optional arguments
* +*-m*+, +*--mhtml*+: Download the current page and all assets as mhtml file. * +*-m*+, +*--mhtml*+: Download the current page and all assets as mhtml file.

View File

@ -392,6 +392,7 @@ def _get_authors():
'Michael': 'Halfwit', 'Michael': 'Halfwit',
'Error 800': 'error800', 'Error 800': 'error800',
'larryhynes': 'Larry Hynes', 'larryhynes': 'Larry Hynes',
'Daniel': 'Daniel Schadt',
} }
commits = subprocess.check_output(['git', 'log', '--format=%aN']) commits = subprocess.check_output(['git', 'log', '--format=%aN'])
authors = [corrections.get(author, author) authors = [corrections.get(author, author)