summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: set version to 0.7.0v0.7.0Ralf Gommers2017-06-201-1/+1
* Merge pull request #95 from amueller/mangling_error_infoPauli Virtanen2017-06-183-8/+70
|\
| * make tests run under python2.7Andreas Mueller2017-06-181-2/+6
| * less hacky solution to duplicate section error message, added testsAndreas Mueller2017-06-183-15/+67
| * make getting filename python2 compatibleAndreas Mueller2017-06-181-1/+4
| * add context to signature mangling errorsAndreas Mueller2017-06-181-2/+5
|/
* Merge pull request #91 from ehebert/fix-parser-error-messageRalf Gommers2017-06-182-2/+24
|\
| * BUG: Make docscrape ParseError Python 3 compatible.Eddie Hebert2017-04-042-2/+24
* | MAINT: set version number to 0.7.0.dev0Julien Schueller2017-06-181-1/+1
* | Merge pull request #93 from jschueller/patch-2Ralf Gommers2017-06-182-5/+0
|\ \ | |/ |/|
| * Fix regression in #81Julien Schueller2017-05-112-5/+0
|/
* Merge pull request #85 from rgommers/remove-linkcodeRalf Gommers2017-03-133-89/+1
|\
| * MAINT: set minimum Sphinx version to 1.2.3, remove linkcode extension.Ralf Gommers2016-12-283-89/+1
* | Merge pull request #84 from rgommers/test-sdistRalf Gommers2017-03-131-2/+6
|\ \
| * | TST: run tests on TravisCI with Python 3.6 instead of 3.5Ralf Gommers2016-12-281-1/+1
| * | TST: run test suite after installing via sdist.Ralf Gommers2016-12-281-1/+5
| |/
* | Merge pull request #86 from rgommers/fix-test-classmethodsPauli Virtanen2017-03-051-0/+2
|\ \
| * | TST: update test for change in gh-81.Ralf Gommers2016-12-281-0/+2
|/ /
* | Merge pull request #81 from SirNO/masterRalf Gommers2016-12-281-0/+3
|\ \ | |/ |/|
| * Added ..currentmodule:: before ..autosummary::Nicolas Ochsner2016-12-131-0/+3
* | Merge pull request #83 from rgommers/fix-installRalf Gommers2016-12-282-2/+2
|\ \
| * | BUG: fix installing numydoc, broken with missing templates after gh-77.Ralf Gommers2016-12-282-2/+2
|/ /
* | Merge pull request #77 from jnothman/templated-orderRalf Gommers2016-12-275-28/+93
|\ \ | |/ |/|
| * Add dependency on jinja2Joel Nothman2016-11-301-1/+1
| * Render numpydoc strings from a templateJoel Nothman2016-11-214-27/+92
* | Merge pull request #79 from rgommers/classifiersStefan van der Walt2016-12-051-5/+4
|\ \ | |/ |/|
| * MAINT: add PyPI classifier for Python 3.6, remove Python 2.6 / 3.3Ralf Gommers2016-11-291-5/+4
|/
* Merge pull request #73 from MSeifert04/textsignature-if-no-otherRalf Gommers2016-11-171-2/+3
|\
| * ENH: use __text_signature__ if pydoc.doc does not reveal a signature.Michael Seifert2016-11-071-2/+3
* | Merge pull request #76 from jschueller/versionPauli Virtanen2016-11-162-1/+7
|\ \ | |/ |/|
| * Add __version__ attributeJulien Schueller2016-11-162-1/+7
|/
* Merge pull request #71 from lesteve/remove-non-python3-compatible-filesStefan van der Walt2016-11-048-2020/+0
|\
| * Remove non Python3 compatible filesLoïc Estève2016-11-048-2020/+0
|/
* Merge pull request #53 from haobibo/masterStefan van der Walt2016-10-031-19/+22
|\
| * change to deep copy for doc sections.Bibo Hao2016-04-071-1/+2
| * allow extending NumpyDocString sectionsBibo Hao2016-04-061-19/+21
* | Merge pull request #61 from amueller/add_source_linesStefan van der Walt2016-10-031-3/+61
|\ \
| * | add (possibly slightly off) source lines to mangled docstrings.Andreas Mueller2016-09-221-3/+61
* | | Merge pull request #65 from NelleV/64_section_twiceStefan van der Walt2016-10-033-0/+23
|\ \ \ | |/ / |/| |
| * | FIX Unknow sections should not raise an errorNelle Varoquaux2016-09-191-1/+1
| * | MAINT Added *.swp and *.swo to gitignoreNelle Varoquaux2016-09-131-0/+2
| * | FIX raises an error if a section appears twiceNelle Varoquaux2016-09-132-0/+21
* | | Merge pull request #50 from callegar/ref_rename_enhanceRalf Gommers2016-09-141-24/+30
|\ \ \ | |/ / |/| |
| * | Make default citation pattern more generalSergio Callegari2016-03-021-1/+1
| * | Make citation pattern configurableSergio Callegari2016-03-021-1/+3
| * | Avoid sorting references by length while renamingSergio Callegari2016-03-021-2/+0
| * | Factor out function to rename referencesSergio Callegari2016-03-021-24/+30
| |/
* | Merge pull request #63 from amueller/attribute_formattingRalf Gommers2016-09-122-12/+12
|\ \
| * | adjust testsAndreas Mueller2016-09-071-9/+9
| * | bold attributes so we don't have to deal with trailing underscores. Also look...Andreas Mueller2016-09-071-3/+3
|/ /