summaryrefslogtreecommitdiff
path: root/numpydoc/tests/test_docscrape.py
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit (#449)Jarrod Millman2023-02-011-1/+0
* Add cached property support (#433)Ross Barnowski2022-09-281-0/+21
* BUG: Fix returns parsing no name (#429)Ross Barnowski2022-09-161-0/+15
* Remove numpydoc_use_blockquotes (#422)Jarrod Millman2022-08-151-46/+0
* Run black formatterJarrod Millman2022-05-071-247/+356
* Add pre-commit hook / linter (#374)Jarrod Millman2022-04-051-1/+0
* Fix AttributeError in underline length check (#363)Ross Barnowski2022-01-261-0/+26
* Avoid mutable default arguments (#342)Dimitri Papadopoulos Orfanos2021-12-161-1/+1
* ENH: Enable validation during sphinx-build process (#302)Ross Barnowski2021-02-081-0/+3
* Improve error messages for see also parsing (#306)Ross Barnowski2020-12-091-26/+12
* Fix param parsing. (#286)Matthias Bussonnier2020-08-101-12/+32
* BUG: Properly parse See Also when summary on first line. (#283)Matthias Bussonnier2020-07-161-4/+10
* fix spliting of parameter lines. (#279)Matthias Bussonnier2020-07-141-2/+20
* BUG: fix role regex.Matthias Bussonnier2020-07-131-0/+5
* MAINT: Py3k rm explicit inherit from object.Ross Barnowski2020-06-301-6/+6
* BUG: Defer to autodoc for signatures (#221)Peter Quackenbush2020-06-271-1/+1
* FIX: Get doc of actual class (#262)Eric Larson2020-05-231-2/+1
* MAINT: clean-up unused objects (#254)Mike Taves2020-04-121-22/+1
* Disable escaping "*" on signature (#256)Takeshi KOMIYA2020-04-121-1/+1
* Drop Python 2.7 and 3.4 supportRoman Yurchak2019-10-231-8/+0
* BUG: Fix full rebuilds (#226)Eric Larson2019-06-211-3/+13
* Py3fy some doctests. (#224)Antony Lee2019-05-311-6/+6
* ENH: Just use objEric Larson2019-04-171-19/+19
* FIX: Opt-in, test, uniform styling, cssEric Larson2019-04-171-8/+10
* Add cross-reference links to parameter typesHassan Kibirige2019-04-171-0/+79
* Merge pull request #161 from jorisvandenbossche/attributes_as_param_listRalf Gommers2019-04-181-0/+37
|\
| * add test that description of class docstring is not used for attributesJoris Van den Bossche2019-04-121-1/+12
| * Merge remote-tracking branch 'upstream/master' into attributes_as_param_listJoris Van den Bossche2019-04-121-93/+264
| |\
| * | add testJoris Van den Bossche2018-03-301-0/+26
* | | ENH: Allow a trailing COMMA or PERIOD in a See Also function list block.Paul van Mulbregt2019-04-151-0/+16
| |/ |/|
* | FIX parsing of type-only return paramsTim Hoffmann2019-04-101-17/+19
* | ENH: Added support for multiple functions+description in a See Also block (#172)Paul van Mulbregt2019-04-101-27/+37
* | ENH: accept autoclass member options (#205)Matti Picus2019-04-091-0/+20
* | Support Receives section for generator.send(...) params (#145)Joel Nothman2019-04-091-0/+70
* | ENH Only print the index if it is necessary. (#187)Mark Harfouche2019-04-021-0/+16
* | FIX: Escape chars in re (#194)Eric Larson2019-01-141-3/+3
* | MAINT switch the test suite to pytest (#166)Evgeni Burovski2018-06-161-49/+49
* | Add testsHassan Kibirige2018-04-011-0/+26
* | Merge pull request #160 from jorisvandenbossche/datadescriptorRalf Gommers2018-03-301-1/+28
|\ \
| * | add testJoris Van den Bossche2018-03-301-1/+28
| |/
* | Fix mergeJoel Nothman2018-03-291-1/+1
* | Merge branch 'master' into boldJoel Nothman2018-03-291-4/+14
|\ \ | |/
| * Typo (#151)luzpaz2017-12-311-3/+3
| * FIX Handle case where description is empty in returns (#148)Joel Nothman2017-11-201-1/+11
* | Merge branch 'master' into boldJoel Nothman2017-11-131-0/+1
|\ \ | |/
| * Handle case where description is empty (#140)Joel Nothman2017-11-041-0/+1
* | FIX handling of parameter names ending '_'Joel Nothman2017-11-131-19/+19
|/
* Merge branch 'master' into deflistJoel Nothman2017-11-021-12/+14
|\
| * Merge pull request #111 from jnothman/tildePauli Virtanen2017-11-011-3/+5
| |\
| | * Allow see also object ref to incorporate ~ prefixJoel Nothman2017-09-101-3/+5