Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #17424 from eric-wieser/_c.src-docs | Charles Harris | 2020-10-02 | 1 | -24/+24 |
|\ | | | | | DOC: Fix formatting issues in description of .c.src files | ||||
| * | Update doc/DISTUTILS.rst.txt | Eric Wieser | 2020-10-02 | 1 | -1/+1 |
| | | |||||
| * | DOC: Fix formatting issues in description of .c.src files | Eric Wieser | 2020-10-02 | 1 | -24/+24 |
| | | |||||
* | | DOC: distutils: Remove an obsolete paragraph. | Warren Weckesser | 2020-09-23 | 1 | -4/+0 |
|/ | |||||
* | DOC: Remove links for C codes | takanori-pskq | 2020-07-18 | 1 | -5/+5 |
| | |||||
* | DOC: Add missing bracket (gh-16051) | Chunlin | 2020-04-25 | 1 | -1/+1 |
| | | | Add missing closing brackets, script to generate the list in the PR gh-16051. | ||||
* | convert shebang from python to python3 (#15687) | Changqing Li | 2020-03-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> | ||||
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -3/+0 |
| | | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior. | ||||
* | DOC, BUILD: make build_src more discoverable | mattip | 2019-09-20 | 1 | -1/+1 |
| | |||||
* | DOC: add a NumPyC syntax format that accepts our preprocessor @TYPE@ macros | mattip | 2019-06-10 | 1 | -7/+7 |
| | |||||
* | DOC: Merge together DISTUTILS.rst.txt#template-files" and ↵ | aashuli | 2019-06-10 | 1 | -18/+129 |
| | | | | distutils.rst#conversion-of-src-files | ||||
* | MAINT: Misc. typo fixes (#13664) | luzpaz | 2019-05-31 | 1 | -1/+1 |
| | | | | | | * DOC, MAINT: Misc. typo fixes Found via `codespell` | ||||
* | DOC, BUILD: fail the devdoc build if there are warnings | mattip | 2019-03-21 | 1 | -5/+1 |
| | |||||
* | Merge pull request #11689 from tylerjereddy/docs_C_at_symbol | Eric Wieser | 2019-03-14 | 1 | -2/+66 |
|\ | | | | | DOC: Add ref docs for C generic types. | ||||
| * | DOC: Add ref docs for C generic types. | Tyler Reddy | 2018-10-17 | 1 | -2/+66 |
| | | |||||
* | | DOC: remove python2-only methods, small cleanups | mattip | 2019-01-21 | 1 | -1/+1 |
|/ | |||||
* | MAINT: Fix typos in DISTUTILS.rst.txt. (#10583) | fo40225 | 2018-02-14 | 1 | -3/+3 |
| | | | | | | * fix typo * Fix typos | ||||
* | MAINT: Fix typos in docs | Dongjoon Hyun | 2016-01-25 | 1 | -4/+4 |
| | |||||
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -22/+22 |
| | | | | Now is as good a time as any with open PR's at a low. | ||||
* | DOC: update numpy.distutils documentation, remove info.py details. | Ralf Gommers | 2013-05-19 | 1 | -49/+16 |
| | | | | Addresses https://github.com/scipy/scipy/issues/2492 | ||||
* | ENH: Introduce new options extra_f77_compile_args and extra_f90_compile_args to | Pearu Peterson | 2011-08-20 | 1 | -6/+8 |
| | | | | | | Configuration.add_extension. Configuration.add_library, and Extension. These options allow specifying extra compile options for compiling Fortran sources within a setup.py file. | ||||
* | BUG: Revert commit that causes many tests not to run. | Charles Harris | 2011-08-20 | 1 | -8/+6 |
| | | | | | | Revert "Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to Configuration.add_extension. Configuration.add_library, and Extension. These options allow specifying extra compile options for compiling Fortran sources within a setup.py file." This reverts commit 43862759384a86cb4a95e8adb4d39fa1522acb28. | ||||
* | Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to ↵ | Pearu Peterson | 2011-08-16 | 1 | -6/+8 |
| | | | | Configuration.add_extension. Configuration.add_library, and Extension. These options allow specifying extra compile options for compiling Fortran sources within a setup.py file. | ||||
* | DOC: rename ReST files under doc/ from *.txt to *.rst.txt, so they render on ↵ | rgommers | 2010-11-11 | 1 | -0/+489 |
github. |