summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api/config.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Remove traces of interrupt handling utilitiesSebastian Berg2022-11-211-11/+0
| | | | | | | | | | We do not use these in NumPy anymore, and at this point the whole `npy_interrupt.h` header only exists in case someone is using it out there. We may wish to just remove it at some point, vendoring the header is simple enough after all (and no known downstream usage exists). See also gh-7545, gh-12541
* DOC: Add missing types to C function docs (#17549)Takanori H2020-10-131-1/+1
| | | `.. c:function::` expects its contents to be a valid C prototype, meaning the return types and arguments are all need types.
* DOC: Fix some references for macrostakanori-pskq2020-10-051-3/+6
|
* DOC: Fix the references for macrostakanori-pskq2020-10-041-0/+6
|
* DOC: Fix types including curly bracestakanori-pskq2020-08-131-1/+1
|
* DOC: Fix the role of references (var -> macro)takanori-pskq2020-07-251-30/+30
|
* DOC: Array API : Directory restructure and code cleanup (#14010)Kriti Singh2019-07-221-0/+122
* Minor improvements in Array API docs * Directory restruture