summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly validate parameters under the "Other Parameters" section (#337)dcbr2021-11-053-20/+62
* Fix Warnings section in validate (#335)MatthewFlamm2021-10-252-0/+23
* MAINT: Fix CircleCI (#336)Eric Larson2021-10-221-1/+2
* Update install.rst (#332)Dmitriy Fishman2021-09-271-1/+1
* MAINT: Python3 classes do not need to inherit from object (#325)Mike Taves2021-05-192-2/+2
* FIX: Fix RTDEric Larson2021-04-212-0/+3
* DOC: Add headers to docstring sections to add link anchors (#320)Ross Barnowski2021-04-191-306/+338
* Be explicit about leading * when documenting *args, **kwargs. (#310)Matthias Bussonnier2021-04-191-0/+12
* Merge pull request #319 from larsoner/circleRalf Gommers2021-04-192-3/+9
|\
| * FIX: Missing linksEric Larson2021-04-181-1/+1
| * BUG: Fix navbar search posEric Larson2021-04-181-1/+1
| * MAINT: Make tinybuildEric Larson2021-04-181-2/+8
|/
* MAINT: changes related to renaming default branch (#314)Ross Barnowski2021-04-135-9/+6
* MAINT: use super() as described by PEP 3135 (#315)Mike Taves2021-03-223-3/+3
* DOC: Switch docs to pydata-sphinx-theme (#313)masterRoss Barnowski2021-02-2611-60/+35
* DOC: Add section about validation via sphinx-build. (#312)Ross Barnowski2021-02-241-0/+29
* ENH: Enable validation during sphinx-build process (#302)Ross Barnowski2021-02-0811-53/+299
* DOC: fix erroneous numpydoc_edit_link formatting (#309)Stefan Appelhoff2021-01-211-20/+22
* document default values as part of the type spec (#289)keewis2021-01-091-0/+7
* Merge pull request #308 from rgommers/fix-missing-objRalf Gommers2021-01-021-1/+1
|\
| * 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-014-10/+144
|\
| * ALTERNATIVE: overload xref_ignore config valueRoss Barnowski2020-08-216-36/+37
| * DOC: fix indentation errorRoss Barnowski2020-08-171-2/+3
| * DOC: document config value/kwargRoss Barnowski2020-08-172-0/+20
| * 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
* | | CI: Switch from travis to Github actions for tests (#307)Ross Barnowski2020-12-153-54/+65
* | | Improve error messages for see also parsing (#306)Ross Barnowski2020-12-094-32/+18
* | | Merge pull request #300 from WarrenWeckesser/long-see-also-entryRalf Gommers2020-10-311-0/+10
|\ \ \
| * | | Add a note to the docstring standard about long 'See Also' entries.Warren Weckesser2020-10-311-0/+10
|/ / /
* | | Fix missing periods (#298)Albert Villanova del Moral2020-09-032-8/+8
* | | MAINT: minor refactoring in docscrape (#297)Ross Barnowski2020-08-191-24/+5
* | | MAINT: pytest ignore doc directory. (#296)Ross Barnowski2020-08-181-1/+1
* | | DOC: fix inaccuracy in validate docstring. (#294)Joel Nothman2020-08-181-4/+7
|\ \ \ | |_|/ |/| |
| * | 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-053-48/+31
* | BUG: Properly parse See Also when summary on first line. (#283)Matthias Bussonnier2020-07-162-4/+12
* | fix spliting of parameter lines. (#279)Matthias Bussonnier2020-07-142-3/+21
* | ENH: Better warning for sections. (#278)Matthias Bussonnier2020-07-142-2/+36
* | BUG: fix role regex.Matthias Bussonnier2020-07-132-1/+6
* | MAINT: Tick versionEric Larson2020-07-011-1/+1
* | MAINT: Remove dev, update notesv1.1.0Eric Larson2020-07-012-20/+32
|/
* MAINT: Refactor test_xref to use parametrization.Ross Barnowski2020-06-301-9/+7
* MAINT: Py3k rm explicit inherit from object.Ross Barnowski2020-06-302-7/+7
* MAINT: Fix code comments.Ross Barnowski2020-06-301-2/+3