summaryrefslogtreecommitdiff
path: root/tools/refguide_check.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-291-2/+2
* DOC, MAINT: Minor fixes to refguide_check.py documentation.Charles Harris2020-12-181-2/+3
* MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst coun...Matti Picus2020-09-021-2/+10
* MAINT: Remove obsolete conversion to set (#17063)jakobjakobson132020-08-111-2/+2
* DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-1/+1
* BLD: Add :doc: to whitelisted roles in refguide_check.Ross Barnowski2020-05-051-1/+1
* DOC: fix remaining doc files for refguide_check (#15720)Pierre de Buyl2020-03-261-0/+3
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* Merge pull request #12646 from shoyer/refguide-check-exceptionsMatti Picus2020-02-281-1/+1
|\
| * TST: check exception details in refguide_check.pyStephan Hoyer2019-01-011-1/+1
* | Merge pull request #15465 from mwtoews/importsSebastian Berg2020-02-071-1/+0
|\ \
| * | MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* | | TST: Fix missing output in refguide-checkSeth Troisi2020-02-051-0/+1
|/ /
* | Merge pull request #15430 from sethtroisi/refguide_warningMatti Picus2020-02-031-46/+32
|\ \
| * | DEV: More contextmanager in _run_doctestsSeth Troisi2020-01-241-43/+33
| * | DEV: Use contextmanager in _run_doctestsSeth Troisi2020-01-241-43/+39
* | | Merge pull request #15464 from sethtroisi/refguide_dup_lineMatti Picus2020-01-291-2/+0
|\ \ \
| * | | MAINT: Cleanup duplicate line in refguide_checkSeth Troisi2020-01-291-2/+0
* | | | Merge pull request #15417 from sethtroisi/python2_easyMatti Picus2020-01-291-6/+0
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Python2 CleanupsSeth Troisi2020-01-281-6/+0
| |/ /
* | | DOC: Update refguide_check note on how to skip codeSeth Troisi2020-01-281-0/+8
|/ /
* | [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-13/+9
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* | Implemented review feedbacks #14961Sanjeev Kumar2019-12-051-12/+23
* | Added documentation in methodsSanjeev Kumar2019-12-051-23/+207
* | Fix typosBrian Wignall2019-11-251-2/+2
* | MAINT: remove deprecation warningsmattip2019-11-221-4/+4
* | MAINT: fixes from reviewmattip2019-11-181-2/+2
* | MAINT: fixes from reviewmattip2019-11-161-6/+17
* | MAINT: pep8, remove checks of *.py files from --rst checkmattip2019-11-011-9/+10
* | MAINT: fixes from reviewmattip2019-10-311-12/+27
* | TST: changes from reviewmattip2019-10-171-27/+21
* | TST: run refguide-check on rst files in doc/*mattip2019-10-171-70/+148
* | DOC: Change random to uninitialized and unpredictable in empty and empty_like...Kexuan Sun2019-06-151-1/+2
* | DOC: fixes from reviewmattip2019-02-281-1/+1
* | TEST: activate doctests on doc.structured_arrays, fix for pure doc modulemattip2019-01-141-1/+5
* | ENH: add "max difference" messages to np.testing.assert_array_equal (#12591)Stephan Hoyer2019-01-011-0/+1
|/
* MAINT: include recfunctions moduleTyler Reddy2018-12-141-0/+1
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-0/+951