summaryrefslogtreecommitdiff
path: root/doc/DISTUTILS.rst.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17424 from eric-wieser/_c.src-docsCharles Harris2020-10-021-24/+24
|\ | | | | DOC: Fix formatting issues in description of .c.src files
| * Update doc/DISTUTILS.rst.txtEric Wieser2020-10-021-1/+1
| |
| * DOC: Fix formatting issues in description of .c.src filesEric Wieser2020-10-021-24/+24
| |
* | DOC: distutils: Remove an obsolete paragraph.Warren Weckesser2020-09-231-4/+0
|/
* DOC: Remove links for C codestakanori-pskq2020-07-181-5/+5
|
* DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-1/+1
| | | Add missing closing brackets, script to generate the list in the PR gh-16051.
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
| | | | Signed-off-by: Changqing Li <changqing.li@windriver.com>
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-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 discoverablemattip2019-09-201-1/+1
|
* DOC: add a NumPyC syntax format that accepts our preprocessor @TYPE@ macrosmattip2019-06-101-7/+7
|
* DOC: Merge together DISTUTILS.rst.txt#template-files" and ↵aashuli2019-06-101-18/+129
| | | | distutils.rst#conversion-of-src-files
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
| | | | | | * DOC, MAINT: Misc. typo fixes Found via `codespell`
* DOC, BUILD: fail the devdoc build if there are warningsmattip2019-03-211-5/+1
|
* Merge pull request #11689 from tylerjereddy/docs_C_at_symbolEric Wieser2019-03-141-2/+66
|\ | | | | DOC: Add ref docs for C generic types.
| * DOC: Add ref docs for C generic types.Tyler Reddy2018-10-171-2/+66
| |
* | DOC: remove python2-only methods, small cleanupsmattip2019-01-211-1/+1
|/
* MAINT: Fix typos in DISTUTILS.rst.txt. (#10583)fo402252018-02-141-3/+3
| | | | | | * fix typo * Fix typos
* MAINT: Fix typos in docsDongjoon Hyun2016-01-251-4/+4
|
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-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 Gommers2013-05-191-49/+16
| | | | Addresses https://github.com/scipy/scipy/issues/2492
* ENH: Introduce new options extra_f77_compile_args and extra_f90_compile_args toPearu Peterson2011-08-201-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 Harris2011-08-201-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 Peterson2011-08-161-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 ↵rgommers2010-11-111-0/+489
github.