summaryrefslogtreecommitdiff
path: root/numpy/core/code_generators/ufunc_docstrings.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix incorrect structure in `sqrt` docstringyuki2023-04-211-1/+1
* DOC: fix typosLarry Bradley2023-03-021-5/+5
* DOC:fix type in bitwise_iorArun Kota2023-01-291-1/+1
* DOC: add links to `linalg` in docs of `dot` and `matmul` (#22002)Petar Mlinarić2022-07-181-2/+4
* DOC: update logarithm docs as per theory. (#21587)Bhavuk kalra2022-06-131-3/+15
* DOC: Fix missing lib.scimath.sqrt function referenceJonathan Deng2022-03-031-1/+1
* DOC: fix output spacing in arctan2 example (#21064)P. L. Lim2022-02-151-1/+1
* DOC: imbalanced backticks (#21020)Matthias Bussonnier2022-02-091-1/+1
* Merge pull request #20515 from seiko2plus/sep_umath_docstringCharles Harris2021-12-141-6/+3
|\
| * ENH: Generate the docstrings of umath into a separated C headerSayed Adel2021-12-121-6/+3
* | DOC: Merge doc strings of divide and true_divide. (#20246)drosin2021-12-081-58/+5
|/
* Merge pull request #20244 from MuhammadMotawe/clarify-sqrt-behaviorMatti Picus2021-11-171-0/+1
|\
| * DOC: Clarify behavior of np.lib.scimath.sqrt in the presence of negative 0Muhammad Motawe2021-10-301-0/+1
* | DOC: Correct grammar in isfinite docstringDaniel Ching2021-11-021-1/+1
* | DOC: Fixes wording for fmod and remainder functions.lalitmusmade2021-10-301-2/+2
|/
* DOC: Mention `nan` results in `power` and `float_power`.warren2021-10-281-2/+42
* DOC: fix typo in docstring of bitwise_orJohan von Forstner2021-10-111-1/+1
* DOC: adapt division documentation, in par with Python 3Dimitri Papadopoulos2021-10-071-5/+3
* DOC: Remove references to Python 2Dimitri Papadopoulos2021-10-071-24/+2
* DOC: Update links to online copy of Abramowitz and Stegun.warren2021-09-281-11/+18
* typo fix within docstring ("is lies")Sylwester Arabas2021-04-181-1/+1
* add note to rint docstringschristos val2021-03-161-0/+6
* revert changes to note, add a sentence about fixMatti Picus2021-03-021-3/+3
* DOC: trunc, floor, ceil, rint, fix should all link to each other in see alsoTim Hoffmann2021-03-011-7/+8
* Applying suggestions from PR review.melissawm2021-02-051-1/+1
* DOC: Discussion on the @ operator and the matrix classmelissawm2021-02-051-1/+1
* DOC: Fix a couple of reference to verbatim and vice versaMatthias Bussonnier2020-12-181-6/+6
* DOC: adding examples to ufunc documentation for array ops (#17418)Rashmi K A2020-10-191-6/+222
* DOC: Fix docstring for np.matmul (#17383)JMFT2020-09-281-2/+2
* DOC: add note on type casting to numpy.left_shift(). (#16081)Petre-Flaviu Gostin2020-04-301-0/+11
* DOC: reorder for a better flowmattip2020-02-281-3/+3
* Removed duplicated code in docstringEmmanuelle Gouillart2020-02-041-3/+0
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-8/+1
* MAINT: core: Fix spacing in the expm1 docstring.Warren Weckesser2019-12-081-1/+1
* MAINT: core: Fix a very long line in generated ufunc docstrings.Warren Weckesser2019-12-081-38/+74
* DOC: convert `None` to bare None or ``None``mattip2019-10-151-2/+2
* DOC: s/OR/AND/ in np.logical_and docstringSeth Troisi2019-10-011-1/+1
* Update ufunc_docstrings.pyHe Jia2019-06-141-2/+2
* Merge pull request #12025 from ThibHlln/patch-1Matti Picus2019-05-211-2/+6
|\
| * DOC: fixes from reviewmattip2019-04-191-4/+6
| * DOC: sychronize ufunc documentation, add broadcast noteThibault Hallouin2018-10-101-2/+4
* | BUG: Restore the old non-object behavior for min > maxEric Wieser2019-05-141-1/+1
* | ENH/DEP: Use a ufunc under the hood for ndarray.clipEric Wieser2019-05-141-2/+48
* | DOC: Add docstrings for consistency in aliaseskritisingh12019-04-161-0/+8
* | DOC: fix docstring for floor_divide (#13242)Assem2019-04-021-2/+2
* | DOC: fix docstrings for broadcastable inputs in ufunc (#12463)Albert Thomas2019-01-151-62/+48
* | DOC: fix some doctest failuresmattip2018-12-161-11/+11
* | MAINT: addressing review commentsTyler Reddy2018-12-141-0/+1
* | MAINT: matmul docstring marked with SKIP in some places until fixedTyler Reddy2018-12-141-4/+4
* | TST, DOC: enable refguide_checkTyler Reddy2018-12-141-23/+23