Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Remove traces of interrupt handling utilities | Sebastian Berg | 2022-11-21 | 1 | -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 H | 2020-10-13 | 1 | -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 macros | takanori-pskq | 2020-10-05 | 1 | -3/+6 |
| | |||||
* | DOC: Fix the references for macros | takanori-pskq | 2020-10-04 | 1 | -0/+6 |
| | |||||
* | DOC: Fix types including curly braces | takanori-pskq | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | DOC: Fix the role of references (var -> macro) | takanori-pskq | 2020-07-25 | 1 | -30/+30 |
| | |||||
* | DOC: Array API : Directory restructure and code cleanup (#14010) | Kriti Singh | 2019-07-22 | 1 | -0/+122 |
* Minor improvements in Array API docs * Directory restruture |