summaryrefslogtreecommitdiff
path: root/numpy/doc/dispatch.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst ↵Matti Picus2020-09-021-271/+0
| | | | | | | | | counterparts (#17222) * DOC: redistribute docstring-only content from numpy/doc * DOC: post-transition clean-up * DOC, MAINT: reskip doctests, fix a few easy ones
* DOC: Use intersphinx for NEP referencesBen Nathanson2020-06-041-1/+1
| | | | | | | | | | | | | Per #16500 discussion, adds link updates to PR. Replaces NEP URLs with intersphinx links in these files: * doc/HOWTO_RELEASE.rst.txt * doc/source/dev/howto-docs.rst * numpy/doc/dispatch.py * numpy/lib/format.py and incorporates @rossbar's #16502 change of `config.py`.
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-1/+1
|
* DOC: Fix a minor typo in dispatch documentation.Dan Allan2019-08-241-1/+1
|
* DOC: Address typos in dispatch docsMatt McCormick2019-08-141-3/+3
|
* Improve illustartion of unsupported args.Dan Allan2019-07-141-6/+10
|
* Copy editingDan Allan2019-07-141-3/+2
|
* Add new section of custom array containers.Dan Allan2019-07-131-0/+268