sphinx/doc/ext
Anselm Kruis 0311f33347 Feature: enhance autoclass:: to use the docstring of __new__
The method new is an alternative to __init__, but autoclass does not 
respect __new__. This commit enhances the directive autoclass:: to try
__new__ method's docstring, if __init__ method's docstring is missing or
empty.

The commit also adds tests and updates the documentation.
2016-02-05 19:09:43 +01:00
..
autodoc.rst Feature: enhance autoclass:: to use the docstring of __new__ 2016-02-05 19:09:43 +01:00
autosummary.rst rewrapping paragraphs when over 80 characters wide 2014-06-18 11:53:25 -04:00
coverage.rst Add an option for the coverage builder if source-undocumented items are matched. 2011-01-04 22:50:13 +01:00
doctest.rst rewrapping paragraphs when over 80 characters wide 2014-06-18 11:53:25 -04:00
example_google.py Merges napoleon extension into mainline sphinx 2014-01-18 13:56:23 -05:00
example_google.rst Merges napoleon extension into mainline sphinx 2014-01-18 13:56:23 -05:00
example_numpy.py Merges napoleon extension into mainline sphinx 2014-01-18 13:56:23 -05:00
example_numpy.rst Merges napoleon extension into mainline sphinx 2014-01-18 13:56:23 -05:00
extlinks.rst fix http/https 2015-02-28 01:02:41 +09:00
graphviz.rst Fix warnings in CHANGES and docs 2016-01-12 13:36:12 +09:00
ifconfig.rst fix obsoleted documentation 2015-07-25 15:55:43 +02:00
inheritance.rst #367: Added automatic exclusion of hidden members in inheritance diagrams, and an option to selectively enable it. 2011-01-07 22:35:57 +01:00
intersphinx.rst Closes #1735: Use https://doc.python.org/ instead of `http protocol. It was used for sphinx.ext.intersphinx` and some documentation. 2015-02-23 04:20:35 +00:00
linkcode.rst rewrapping paragraphs when over 80 characters wide 2014-06-18 11:53:25 -04:00
math.rst Fix warnings in CHANGES and docs 2016-01-12 13:36:12 +09:00
napoleon.rst remove or update missing links. 2015-03-07 22:07:46 +09:00
todo.rst Fix #1818: sphinx.ext.todo directive generates broken html class attribute as 'admonition-' when :confval:language is specified with non-ASCII linguistic area like 'ru' or 'ja'. To fix this, now `todo directive can use `:class:` option. 2015-11-29 12:02:02 +09:00
viewcode.rst Fix a documentation for sphinx.ext.viewcode 2015-12-27 01:32:40 +09:00