summaryrefslogtreecommitdiff
path: root/numpydoc
Commit message (Expand)AuthorAgeFilesLines
* Add cached property support (#433)Ross Barnowski2022-09-282-1/+29
* BUG: Fix returns parsing no name (#429)Ross Barnowski2022-09-162-3/+22
* ENH: Update validate.py to allow parameters with trailing underscores. (#425)Stefanie Molin2022-08-252-1/+26
* Remove numpydoc_use_blockquotes (#422)Jarrod Millman2022-08-154-57/+2
* Require sphinx>=4.2 (cleanup) (#421)Jarrod Millman2022-08-091-2/+2
* Require sphinx>=4.2 (#411)Jarrod Millman2022-07-291-26/+0
* docs: fix validation include line numbers (#418)Jeremy Goh2022-07-181-0/+6
* ENH: Add support for dict show_inherited_class_members (#415)Eric Larson2022-07-132-3/+42
* Bump versionJarrod Millman2022-06-091-1/+1
* Designate 1.4 releasev1.4.0Jarrod Millman2022-06-091-1/+1
* Bump versionJarrod Millman2022-06-081-1/+1
* Designate 1.4.0rc1 releasev1.4.0rc1Jarrod Millman2022-06-081-1/+1
* Use node.findall if available (docutils 18.x) (#403)Daniel McCloy2022-06-022-7/+33
* Run black formatterJarrod Millman2022-05-0716-885/+1049
* Bump versionJarrod Millman2022-04-301-1/+1
* Designate 1.3.1 releasev1.3.1Jarrod Millman2022-04-301-1/+1
* Bump versionJarrod Millman2022-04-301-1/+1
* Bump versionJarrod Millman2022-04-291-1/+1
* Designate 1.3 releasev1.3.0Jarrod Millman2022-04-291-1/+1
* Bump versionJarrod Millman2022-04-251-1/+1
* Designate 1.3rc1 releasev1.3rc1Jarrod Millman2022-04-251-1/+1
* Require sphinx>3 (#385)Jarrod Millman2022-04-251-2/+2
* Update tests + coverage config to rm warnings. (#383)Ross Barnowski2022-04-181-1/+2
* MAINT: Dont import for version (#382)Eric Larson2022-04-142-1/+2
* Runtime verification of sphinx and jinja2 versions (#381)Ross Barnowski2022-04-131-0/+25
* Add pre-commit hook / linter (#374)Jarrod Millman2022-04-056-13/+10
* Cleanup cruft (#371)Jarrod Millman2022-03-301-8/+1
* Remove deprecated numpydoc_edit_link (#372)Jarrod Millman2022-03-302-12/+0
* Bump versionJarrod Millman2022-03-291-1/+1
* Designate 1.2.1 releasev1.2.1Jarrod Millman2022-03-291-1/+1
* Use isgeneratorfunction to avoid overgenerating YD01 (#368)Joel Nothman2022-03-161-1/+5
* Fix AttributeError in underline length check (#363)Ross Barnowski2022-01-262-1/+33
* Bump versionJarrod Millman2022-01-241-1/+1
* Designate 1.2 releasev1.2.0numpydoc-1.2Jarrod Millman2022-01-241-1/+1
* Bump versionJarrod Millman2022-01-201-1/+1
* Designate 1.2rc1 releasenumpydoc-1.2rc1Jarrod Millman2022-01-201-1/+1
* Use fstrings (#353)Jarrod Millman2022-01-106-41/+38
* Require sphinx >= 1.8 (#352)Jarrod Millman2022-01-103-11/+4
* Fix typos found by codespell (#343)Dimitri Papadopoulos Orfanos2022-01-091-4/+4
* Fix validation bug when parameter type is set of options. (#347)Ross Barnowski2022-01-072-0/+27
* Escape newline in docstring. (#345)Matthias Bussonnier2021-12-271-1/+1
* Avoid mutable default arguments (#342)Dimitri Papadopoulos Orfanos2021-12-164-12/+30
* Correctly validate parameters under the "Other Parameters" section (#337)dcbr2021-11-052-13/+53
* Fix Warnings section in validate (#335)MatthewFlamm2021-10-252-0/+23
* MAINT: Python3 classes do not need to inherit from object (#325)Mike Taves2021-05-192-2/+2
* MAINT: changes related to renaming default branch (#314)Ross Barnowski2021-04-131-1/+1
* MAINT: use super() as described by PEP 3135 (#315)Mike Taves2021-03-223-3/+3
* ENH: Enable validation during sphinx-build process (#302)Ross Barnowski2021-02-088-53/+243
* BUG: fix an incomplete check in `Reader._error_location`Ralf Gommers2021-01-011-1/+1
* Merge pull request #295 from rossbar/xref_confRalf Gommers2021-01-013-8/+130
|\