summaryrefslogtreecommitdiff
path: root/numpydoc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ALTERNATIVE: overload xref_ignore config valueRoss Barnowski2020-08-215-21/+26
| * DOC: document config value/kwargRoss Barnowski2020-08-171-0/+5
| * Add config value to control behaviorRoss Barnowski2020-08-173-2/+10
| * WIP: kwarg to ignore unknown terms in make_xref.Ross Barnowski2020-08-172-3/+107
* | Merge pull request #272 from rossbar/maint/rm_codepathRalf Gommers2021-01-011-4/+0
|\ \
| * | MAINT: remove un-reachable codepath.Ross Barnowski2020-06-301-4/+0
* | | Improve error messages for see also parsing (#306)Ross Barnowski2020-12-093-31/+17
* | | MAINT: minor refactoring in docscrape (#297)Ross Barnowski2020-08-191-24/+5
* | | Missed argument renameRoss Barnowski2020-08-171-1/+1
* | | DOC: fix inaccuracy in validate docstring.Ross Barnowski2020-08-121-3/+6
| |/ |/|
* | Fix param parsing. (#286)Matthias Bussonnier2020-08-102-14/+36
* | MAINT: Updates related to xref (#292)Ross Barnowski2020-08-052-39/+31
* | BUG: Properly parse See Also when summary on first line. (#283)Matthias Bussonnier2020-07-162-4/+12