summaryrefslogtreecommitdiff
path: root/numpydoc/validate.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: PR06 logic to only fail when type is used standalone (#447)Bryce Mecum2023-01-241-1/+1
* ENH: Update validate.py to allow parameters with trailing underscores. (#425)Stefanie Molin2022-08-251-1/+1
* docs: fix validation include line numbers (#418)Jeremy Goh2022-07-181-0/+6
* Run black formatterJarrod Millman2022-05-071-26/+25
* Use isgeneratorfunction to avoid overgenerating YD01 (#368)Joel Nothman2022-03-161-1/+5
* Use fstrings (#353)Jarrod Millman2022-01-101-4/+4
* Fix validation bug when parameter type is set of options. (#347)Ross Barnowski2022-01-071-0/+4
* Correctly validate parameters under the "Other Parameters" section (#337)dcbr2021-11-051-13/+25
* Fix Warnings section in validate (#335)MatthewFlamm2021-10-251-0/+1
* ENH: Enable validation during sphinx-build process (#302)Ross Barnowski2021-02-081-30/+35
* Missed argument renameRoss Barnowski2020-08-171-1/+1
* DOC: fix inaccuracy in validate docstring.Ross Barnowski2020-08-121-3/+6
* Adding --validate option __main__ and run new validation (#240)Marc Garcia2019-11-131-1/+1
* BUG: Allow no . at end if indented (#239)Eric Larson2019-10-251-27/+32
* Add docstring validation script (from pandas) (#238)Marc Garcia2019-10-241-0/+593