Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -130/+0 |
| | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds | ||||
* | merge with stable | Takayuki Shimizukawa | 2014-07-13 | 1 | -2/+8 |
|\ | |||||
| * | * Fix: autosummary can't handle nested classes correctly. Closes #1441 | Takayuki Shimizukawa | 2014-06-21 | 1 | -1/+8 |
| | | |||||
* | | merge with stable | Takayuki Shimizukawa | 2014-06-09 | 1 | -34/+54 |
|\ \ | |/ | |||||
| * | refactoring the test_autosummary.py | Takayuki Shimizukawa | 2014-04-12 | 1 | -53/+45 |
| | | |||||
| * | * Fix: autosummary does not create the description from attributes ↵ | Takayuki Shimizukawa | 2014-04-11 | 1 | -0/+28 |
| | | | | | | | | docstring. Closes #1444 | ||||
| * | Closes #1374: Autosummary generates overly-long summaries if first line ↵ | Paul Molodowitch | 2014-02-03 | 1 | -0/+64 |
| | | | | | | | | doesn't end with a period | ||||
* | | wrap py3 iterators with list() for each places that expect a list object. ↵ | Takayuki Shimizukawa | 2014-04-30 | 1 | -1/+1 |
| | | | | | | | | refs #1350. | ||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+3 |
| | | | | | | | | refs #1350. | ||||
* | | Merged in barnabas79/sphinx (pull request #218) | Georg Brandl | 2014-03-01 | 1 | -0/+64 |
|\ \ | |/ |/| | | | Closes #1374: Autosummary generates overly-long summaries if first line doesn't end with a period | ||||
| * | Closes #1374: Autosummary generates overly-long summaries if first line ↵ | Paul Molodowitch | 2014-02-03 | 1 | -0/+64 |
| | | | | | | | | doesn't end with a period | ||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
|/ | |||||
* | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -2/+0 |
| | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | autosummary: improve robustness of the signature compactification | Pauli Virtanen | 2011-06-29 | 1 | -0/+8 |
| | |||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
|\ | |||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | | |||||
* | | don't use string.strip anymore | Daniel Neuhäuser | 2010-06-06 | 1 | -3/+1 |
|/ | |||||
* | merge with 0.6 | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | merge with 0.6 | Georg Brandl | 2009-05-31 | 1 | -1/+1 |
| | |||||
* | Fix a few stylistic things, and add docs for autosummary_generate. | Georg Brandl | 2009-04-13 | 1 | -1/+3 |
| | |||||
* | autosummary: fix bugs, and include features from the Numpy version | Pauli Virtanen | 2009-04-04 | 1 | -0/+32 |