summaryrefslogtreecommitdiff
path: root/doc/source/reference/distutils.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: add more prominent warnings to pin setuptoolsRalf Gommers2022-08-211-0/+8
| | | | | [skip github] [skip azp]
* DEP: deprecate `numpy.distutils`, and add a migration guideRalf Gommers2022-02-151-0/+5
|
* DOC: remove explicit imports in rst filesPierre de Buyl2021-12-081-3/+0
| | | | Add conftest.py and pytest.ini files in doc directory
* [DOC] make some doctests in user,reference pass pytestPierre de Buyl2021-12-081-0/+5
| | | | | | | | | | | | 1. Add `import numpy as np` in rst files 2. Update NumPy repr for array (whitespace) 3. Update bytearray representation 4. Fix tiny output formatting (`<class ...>`, etc) 5. Format tracebacks 6. Skip random number tests or some platform-dependent outputs 7. Add `<matplotlib. ... at 0x...>` or similar output lines where missing 8. Set seed
* ENH: [1/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-151-0/+1
| | | | | | | | | | | | | | Implement new distutils class `CCompilerOpt`, used for handling the CPU/hardware optimization, starting from parsing the command arguments, to managing the relationship between the CPU baseline and dispatch-able features, also generating the required C headers and ending with compiling the sources with proper compiler's flags. `CCompilerOpt` mainly used as a helper class for `CCompiler`, and doesn't provide any runtime detection for the CPU features, instead only focuses on the compiler side, but it generates abstract C headers that can be used later for the final runtime dispatching process.
* DOC: Add missing imports, definitions and dummy file (#15616)Pierre de Buyl2020-03-031-2/+7
| | | | | * DOC: fix imports and defs to pass refguide checks Add empty file foo.c at runtime to run distutils config.
* DOC: link and cleanup docstrings in site.cfg.examplemattip2020-01-201-0/+5
|
* Fix misc_utils pageDavid Stansby2019-10-061-4/+4
|
* Try adding new misc_utils pageDavid Stansby2019-10-041-2/+6
|
* Add Extension to docsDavid Stansby2019-10-031-40/+14
|
* DOC: Merge together DISTUTILS.rst.txt#template-files" and ↵aashuli2019-06-101-99/+1
| | | | distutils.rst#conversion-of-src-files
* DOC: add missing docsmattip2018-10-231-2/+1
|
* DOC: Fix typosJakub Wilk2017-03-171-1/+1
|
* MAINT: Fix typos in docsDongjoon Hyun2016-01-251-1/+1
|
* DOC: add some more wiki edits, of rst files in ref/user guide.rgommers2011-03-021-3/+3
|
* second set of checkins from doc editorJarrod Millman2009-11-131-15/+15
|
* 'Merge' docstring and reference guide for Distribution methods documentation.David Cournapeau2009-07-261-200/+22
|
* Use automethod for the functions we added to numpy.distutils.David Cournapeau2009-07-261-21/+3
|
* Add documentation + example for npy-pkg-config files.David Cournapeau2009-07-261-0/+77
|
* Add doc for add_installed_library and add_npy_pkg_config.David Cournapeau2009-07-261-0/+22
|
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-56/+56
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+413