Regenerate docs.
This commit is contained in:
parent
16e1a65448
commit
0d60ec43ed
@ -140,6 +140,7 @@ Contributors, sorted by the number of commits in descending order:
|
||||
|
||||
// QUTE_AUTHORS_START
|
||||
* Florian Bruhin
|
||||
* Daniel Schadt
|
||||
* Antoni Boucher
|
||||
* Lamar Pavel
|
||||
* Bruno Oliveira
|
||||
@ -147,7 +148,6 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* Martin Tournoij
|
||||
* Raphael Pierzina
|
||||
* Joel Torstensson
|
||||
* Daniel
|
||||
* Claude
|
||||
* meles5
|
||||
* Nathan Isom
|
||||
|
@ -154,7 +154,6 @@ The form `:download [url] [dest]` is deprecated, use `:download --dest [dest] [u
|
||||
|
||||
==== positional arguments
|
||||
* +'url'+: The URL to download. If not given, download the current page.
|
||||
* +'dest-old'+: (deprecated) Same as dest.
|
||||
|
||||
==== optional arguments
|
||||
* +*-m*+, +*--mhtml*+: Download the current page and all assets as mhtml file.
|
||||
|
@ -392,6 +392,7 @@ def _get_authors():
|
||||
'Michael': 'Halfwit',
|
||||
'Error 800': 'error800',
|
||||
'larryhynes': 'Larry Hynes',
|
||||
'Daniel': 'Daniel Schadt',
|
||||
}
|
||||
commits = subprocess.check_output(['git', 'log', '--format=%aN'])
|
||||
authors = [corrections.get(author, author)
|
||||
|
Loading…
Reference in New Issue
Block a user