sphinx/AUTHORS

78 lines
2.9 KiB
Plaintext
Raw Normal View History

Sphinx is written and maintained by Georg Brandl <georg@python.org>.
2008-01-11 08:19:54 -06:00
Substantial parts of the templates were written by Armin Ronacher
<armin.ronacher@active-4.com>.
Other co-maintainers:
* Takayuki Shimizukawa <shimizukawa@gmail.com>
* Daniel Neuhäuser <@DasIch>
* Jon Waltman <@jonwaltman>
* Rob Ruana <@RobRuana>
* Robert Lehmann <@lehmannro>
* Roland Meister <@rolmei>
Other contributors, listed alphabetically, are:
2015-01-14 12:01:12 -06:00
* Alastair Houghton -- Apple Help builder
2010-01-07 04:49:48 -06:00
* Andi Albrecht -- agogo theme
* Jakob Lykke Andersen -- Rewritten C++ domain
* Henrique Bastos -- SVG support for graphviz extension
* Daniel Bültmann -- todo extension
* Etienne Desautels -- apidoc module
* Michael Droettboom -- inheritance_diagram extension
* Charles Duffy -- original graphviz extension
* Kevin Dunn -- MathJax extension
* Josip Dzolonga -- coverage builder
* Buck Evan -- dummy builder
2013-01-03 03:11:18 -06:00
* Hernan Grecco -- search improvements
* Horst Gutmann -- internationalization support
* Martin Hans -- autodoc improvements
* Doug Hellmann -- graphviz improvements
2016-05-02 00:54:44 -05:00
* Timotheus Kampik - JS theme & search enhancements
* Takeshi Komiya -- numref feature
* Dave Kuhlman -- original LaTeX writer
* Blaise Laflamme -- pyramid theme
* Thomas Lamb -- linkcheck builder
2011-01-08 11:45:07 -06:00
* Łukasz Langa -- partial support for autodoc
2015-02-07 02:02:52 -06:00
* Ian Lee -- quickstart improvements
2010-08-23 08:06:22 -05:00
* Robert Lehmann -- gettext builder (GSOC project)
* Dan MacKinlay -- metadata fixes
2010-01-07 04:49:48 -06:00
* Martin Mahner -- nature theme
* Will Maier -- directory HTML builder
2010-08-23 08:06:22 -05:00
* Jacob Mason -- websupport library (GSOC project)
* Glenn Matthews -- python domain signature improvements
* Roland Meister -- epub builder
* Ezio Melotti -- collapsible sidebar JavaScript
2010-08-23 08:06:22 -05:00
* Daniel Neuhäuser -- JavaScript domain, Python 3 support (GSOC)
* Christopher Perkins -- autosummary integration
* Benjamin Peterson -- unittests
* T. Powers -- HTML output improvements
* Jeppe Pihl -- literalinclude improvements
* Rob Ruana -- napoleon extension
* Stefan Seefeld -- toctree improvements
* Gregory Szorc -- performance improvements
* Shibukawa Yoshiki -- pluggable search API and Japanese search
2016-02-07 05:10:40 -06:00
* Taku Shimizu -- epub3 builder
* Antonio Valentino -- qthelp builder
* Filip Vavera -- napoleon todo directive
* Pauli Virtanen -- autodoc improvements, autosummary extension
* Stefan van der Walt -- autosummary extension
* Thomas Waldmann -- apidoc module fixes
* John Waltman -- Texinfo builder
2010-05-01 03:54:58 -05:00
* Barry Warsaw -- setup command improvements
* Sebastian Wiesner -- image handling, distutils support
* Michael Wilson -- Intersphinx HTTP basic auth support
2011-09-17 13:53:44 -05:00
* Joel Wurtz -- cellspanning support in LaTeX
2015-12-22 21:51:33 -06:00
* Hong Xu -- svg support in imgmath extension and various bug fixes
2008-01-11 08:19:54 -06:00
Many thanks for all contributions!
There are also a few modules or functions incorporated from other
authors and projects:
* sphinx.util.jsdump uses the basestring encoding from simplejson,
written by Bob Ippolito, released under the MIT license
* sphinx.util.stemmer was written by Vivake Gupta, placed in the
Public Domain