summaryrefslogtreecommitdiff
path: root/sphinx/ext/napoleon/docstring.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #1489: Removes use of ":annotation:" for attribute types in napoleon, ...Rob Ruana2014-06-131-1/+5
* remove 'six' name except importing line.shimizukawa2014-04-301-3/+3
* use UnicodeMixin for __str__, __unicode__ to support py2/py3 in one source. r...shimizukawa2014-04-301-15/+2
* provide __next__() and use native next() to support py2/py3 in one source. re...shimizukawa2014-04-291-9/+9
* use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-291-8/+4
* introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-291-3/+5
* Closes #1436: fix missing empty line after return type in NumPy docstringsTorbj?rn Klatt2014-04-011-0/+1
* Closes #1429: Adds smarter Args parsing for Google style docstrings.Rob Ruana2014-03-211-15/+30
* Closes #1418: Private and special members are properly skipped on Python 3.3Rob Ruana2014-03-111-3/+9
* Closes #1384: Parse and interpret See Also section the way NumpyDoc doesRob Ruana2014-03-091-0/+123
* Closes #1396: Param types with inline markup no longer italicizedRob Ruana2014-03-091-4/+16
* Merges napoleon extension into mainline sphinxRob Ruana2014-01-181-0/+714