summaryrefslogtreecommitdiff
path: root/tests/test_autosummary.py
Commit message (Expand)AuthorAgeFilesLines
* Complete test suite overhaul.Georg Brandl2014-09-211-130/+0
* merge with stableTakayuki Shimizukawa2014-07-131-2/+8
|\
| * * Fix: autosummary can't handle nested classes correctly. Closes #1441Takayuki Shimizukawa2014-06-211-1/+8
* | merge with stableTakayuki Shimizukawa2014-06-091-34/+54
|\ \ | |/
| * refactoring the test_autosummary.pyTakayuki Shimizukawa2014-04-121-53/+45
| * * Fix: autosummary does not create the description from attributes docstring....Takayuki Shimizukawa2014-04-111-0/+28
| * Closes #1374: Autosummary generates overly-long summaries if first line doesn...Paul Molodowitch2014-02-031-0/+64
* | wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa2014-04-301-1/+1
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa2014-04-291-1/+3
* | Merged in barnabas79/sphinx (pull request #218)Georg Brandl2014-03-011-0/+64
|\ \ | |/ |/|
| * Closes #1374: Autosummary generates overly-long summaries if first line doesn...Paul Molodowitch2014-02-031-0/+64
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-2/+0
* Copyright update.Georg Brandl2013-01-011-1/+1
* autosummary: improve robustness of the signature compactificationPauli Virtanen2011-06-291-0/+8
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | don't use string.strip anymoreDaniel Neuhäuser2010-06-061-3/+1
|/
* merge with 0.6Georg Brandl2010-01-011-1/+1
* merge with 0.6Georg Brandl2009-05-311-1/+1
* Fix a few stylistic things, and add docs for autosummary_generate.Georg Brandl2009-04-131-1/+3
* autosummary: fix bugs, and include features from the Numpy versionPauli Virtanen2009-04-041-0/+32