summaryrefslogtreecommitdiff
path: root/numpydoc/docscrape.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Refactoring `get_doc_object` (#452)HEADmainyuki2023-03-141-4/+12
* Update pre-commit (#449)Jarrod Millman2023-02-011-2/+1
* Add cached property support (#433)Ross Barnowski2022-09-281-1/+8
* BUG: Fix returns parsing no name (#429)Ross Barnowski2022-09-161-3/+7
* Run black formatterJarrod Millman2022-05-071-169/+196
* Add pre-commit hook / linter (#374)Jarrod Millman2022-04-051-1/+1
* Fix AttributeError in underline length check (#363)Ross Barnowski2022-01-261-1/+7
* Use fstrings (#353)Jarrod Millman2022-01-101-11/+10
* Escape newline in docstring. (#345)Matthias Bussonnier2021-12-271-1/+1
* Avoid mutable default arguments (#342)Dimitri Papadopoulos Orfanos2021-12-161-5/+13
* MAINT: Python3 classes do not need to inherit from object (#325)Mike Taves2021-05-191-1/+1
* MAINT: use super() as described by PEP 3135 (#315)Mike Taves2021-03-221-1/+1
* ENH: Enable validation during sphinx-build process (#302)Ross Barnowski2021-02-081-1/+36
* BUG: fix an incomplete check in `Reader._error_location`Ralf Gommers2021-01-011-1/+1
* Improve error messages for see also parsing (#306)Ross Barnowski2020-12-091-4/+4
* MAINT: minor refactoring in docscrape (#297)Ross Barnowski2020-08-191-24/+5
* Fix param parsing. (#286)Matthias Bussonnier2020-08-101-2/+4
* BUG: Properly parse See Also when summary on first line. (#283)Matthias Bussonnier2020-07-161-0/+2
* fix spliting of parameter lines. (#279)Matthias Bussonnier2020-07-141-1/+1
* ENH: Better warning for sections. (#278)Matthias Bussonnier2020-07-141-2/+6
* BUG: fix role regex.Matthias Bussonnier2020-07-131-1/+1
* BUG: Defer to autodoc for signatures (#221)Peter Quackenbush2020-06-271-17/+0
* MAINT: clean-up unused objects (#254)Mike Taves2020-04-121-1/+0
* Disable escaping "*" on signature (#256)Takeshi KOMIYA2020-04-121-2/+2
* Delay import of Sphinx (#248)Christoph Gohlke2019-12-041-1/+5
* Drop Python 2.7 and 3.4 supportRoman Yurchak2019-10-231-6/+1
* ENH: Allow a trailing COMMA or PERIOD in a See Also function list block.Paul van Mulbregt2019-04-151-6/+6
* FIX parsing of type-only return paramsTim Hoffmann2019-04-101-9/+16
* ENH: Added support for multiple functions+description in a See Also block (#172)Paul van Mulbregt2019-04-101-51/+86
* ENH: accept autoclass member options (#205)Matti Picus2019-04-091-2/+10
* Support Receives section for generator.send(...) params (#145)Joel Nothman2019-04-091-3/+7
* ENH Only print the index if it is necessary. (#187)Mark Harfouche2019-04-021-2/+10
* FIX: Escape chars in re (#194)Eric Larson2019-01-141-4/+5
* MNT Fix collections.abc imports (#195)Eric Larson2019-01-141-4/+8
* Make parameter a namedtuple (#176)Tim Hoffmann2018-05-041-8/+12
* Use isdatadescriptor instead of isgetsetdescriptorJoris Van den Bossche2018-03-281-1/+1
* Merge branch 'master' into deflistJoel Nothman2017-11-021-1/+2
|\
| * Merge pull request #111 from jnothman/tildePauli Virtanen2017-11-011-1/+2
| |\
| | * Allow see also object ref to incorporate ~ prefixJoel Nothman2017-09-101-1/+2
* | | Leading and trailing blank lines in parameter description should not affect o...Joel Nothman2017-10-241-0/+10
* | | Stricter comparison of whitespace in testingJoel Nothman2017-10-241-1/+2
|/ /
* | Basic docs based on Numpy's HOW_TO_DOCUMENT.rst.txtJoel Nothman2017-10-231-0/+6
* | refactor location code, add to warning about unknown sectionAndreas Mueller2017-07-191-14/+17
|/
* less hacky solution to duplicate section error message, added testsAndreas Mueller2017-06-181-3/+13
* BUG: Make docscrape ParseError Python 3 compatible.Eddie Hebert2017-04-041-1/+1
* 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
* | FIX Unknow sections should not raise an errorNelle Varoquaux2016-09-191-1/+1
* | FIX raises an error if a section appears twiceNelle Varoquaux2016-09-131-0/+5
|/