diff --git a/converter/filenamemap.py b/converter/filenamemap.py index 6f556d83a..5a092f298 100644 --- a/converter/filenamemap.py +++ b/converter/filenamemap.py @@ -454,6 +454,8 @@ dirs_to_make = [ 'reference', 'tutorial', 'whatsnew', + 'lib', + 'tools', ] # includefiles for \verbatiminput and \input @@ -476,6 +478,7 @@ includes_mapping = { newfiles_mapping = { 'conf.py': 'conf.py', 'TODO': 'TODO', + 'ACKS': 'ACKS', 'ref_index.rst': 'reference/index.rst', 'tutorial_index.rst': 'tutorial/index.rst', diff --git a/converter/newfiles/ACKS b/converter/newfiles/ACKS new file mode 100644 index 000000000..1e10a219d --- /dev/null +++ b/converter/newfiles/ACKS @@ -0,0 +1,197 @@ +Contributors to the Python Documentation +---------------------------------------- + +This file lists people who have contributed in some way to the Python +documentation. It is probably not complete -- if you feel that you or +anyone else should be on this list, please let us know (send email to +docs@python.org), and we'll be glad to correct the problem. + +It is only with the input and contributions of the Python community +that Python has such wonderful documentation -- Thank You! + + +* Aahz +* Michael Abbott +* Steve Alexander +* Jim Ahlstrom +* Fred Allen +* A. Amoroso +* Pehr Anderson +* Oliver Andrich +* Jesús Cea Avión +* Daniel Barclay +* Chris Barker +* Don Bashford +* Anthony Baxter +* Bennett Benson +* Jonathan Black +* Robin Boerdijk +* Michal Bozon +* Aaron Brancotti +* Keith Briggs +* Lee Busby +* Lorenzo M. Catucci +* Mauro Cicognini +* Gilles Civario +* Mike Clarkson +* Steve Clift +* Dave Cole +* Matthew Cowles +* Jeremy Craven +* Andrew Dalke +* Ben Darnell +* L. Peter Deutsch +* Robert Donohue +* Fred L. Drake, Jr. +* Jeff Epler +* Michael Ernst +* Blame Andy Eskilsson +* Carey Evans +* Martijn Faassen +* Carl Feynman +* Hernán Martínez Foffani +* Stefan Franke +* Jim Fulton +* Peter Funk +* Lele Gaifax +* Matthew Gallagher +* Ben Gertzfield +* Nadim Ghaznavi +* Jonathan Giddy +* Shelley Gooch +* Nathaniel Gray +* Grant Griffin +* Thomas Guettler +* Anders Hammarquist +* Mark Hammond +* Harald Hanche-Olsen +* Manus Hand +* Gerhard Häring +* Travis B. Hartwell +* Janko Hauser +* Bernhard Herzog +* Magnus L. Hetland +* Konrad Hinsen +* Stefan Hoffmeister +* Albert Hofkamp +* Gregor Hoffleit +* Steve Holden +* Thomas Holenstein +* Gerrit Holl +* Rob Hooft +* Brian Hooper +* Randall Hopper +* Michael Hudson +* Eric Huss +* Jeremy Hylton +* Roger Irwin +* Jack Jansen +* Philip H. Jensen +* Pedro Diaz Jimenez +* Kent Johnson +* Lucas de Jonge +* Andreas Jung +* Robert Kern +* Jim Kerr +* Jan Kim +* Greg Kochanski +* Guido Kollerie +* Peter A. Koren +* Daniel Kozan +* Andrew M. Kuchling +* Dave Kuhlman +* Erno Kuusela +* Detlef Lannert +* Piers Lauder +* Glyph Lefkowitz +* Marc-André Lemburg +* Ulf A. Lindgren +* Everett Lipman +* Mirko Liss +* Martin von Löwis +* Fredrik Lundh +* Jeff MacDonald +* John Machin +* Andrew MacIntyre +* Vladimir Marangozov +* Vincent Marchetti +* Laura Matson +* Daniel May +* Doug Mennella +* Paolo Milani +* Skip Montanaro +* Paul Moore +* Ross Moore +* Sjoerd Mullender +* Dale Nagata +* Ng Pheng Siong +* Koray Oner +* Tomas Oppelstrup +* Denis S. Otkidach +* Zooko O'Whielacronx +* William Park +* Joonas Paalasmaa +* Harri Pasanen +* Bo Peng +* Tim Peters +* Christopher Petrilli +* Justin D. Pettit +* Chris Phoenix +* François Pinard +* Paul Prescod +* Eric S. Raymond +* Edward K. Ream +* Sean Reifschneider +* Bernhard Reiter +* Armin Rigo +* Wes Rishel +* Jim Roskind +* Guido van Rossum +* Donald Wallace Rouse II +* Nick Russo +* Chris Ryland +* Constantina S. +* Hugh Sasse +* Bob Savage +* Scott Schram +* Neil Schemenauer +* Barry Scott +* Joakim Sernbrant +* Justin Sheehy +* Michael Simcich +* Ionel Simionescu +* Gregory P. Smith +* Roy Smith +* Clay Spence +* Nicholas Spies +* Tage Stabell-Kulo +* Frank Stajano +* Anthony Starks +* Greg Stein +* Peter Stoehr +* Mark Summerfield +* Reuben Sumner +* Kalle Svensson +* Jim Tittsler +* Ville Vainio +* Martijn Vries +* Charles G. Waldman +* Greg Ward +* Barry Warsaw +* Corran Webster +* Glyn Webster +* Bob Weiner +* Eddy Welbourne +* Mats Wichmann +* Gerry Wiener +* Timothy Wild +* Collin Winter +* Blake Winton +* Dan Wolfe +* Steven Work +* Thomas Wouters +* Ka-Ping Yee +* Rory Yorke +* Moshe Zadka +* Milan Zamazal +* Cheng Zhang diff --git a/converter/newfiles/about.rst b/converter/newfiles/about.rst index 043d5214c..f828e46a2 100644 --- a/converter/newfiles/about.rst +++ b/converter/newfiles/about.rst @@ -13,4 +13,6 @@ Development of the documentation and its toolchain takes place on the docs@python.org mailing list. We're always looking for volunteers wanting to help with the docs, so feel free to send a mail there! -See :ref:`reporting-bugs` for information how to report bugs in Python itself. \ No newline at end of file +See :ref:`reporting-bugs` for information how to report bugs in Python itself. + +.. include:: ACKS \ No newline at end of file