diff options
| -rw-r--r-- | INSTALL.rst (renamed from INSTALL.rst.txt) | 0 | ||||
| -rw-r--r-- | doc/C_STYLE_GUIDE.rst (renamed from doc/C_STYLE_GUIDE.rst.txt) | 0 | ||||
| -rw-r--r-- | doc/DISTUTILS.rst (renamed from doc/DISTUTILS.rst.txt) | 0 | ||||
| -rw-r--r-- | doc/EXAMPLE_DOCSTRING.rst (renamed from doc/EXAMPLE_DOCSTRING.rst.txt) | 0 | ||||
| -rw-r--r-- | doc/HOWTO_DOCUMENT.rst (renamed from doc/HOWTO_DOCUMENT.rst.txt) | 0 | ||||
| -rw-r--r-- | doc/HOWTO_RELEASE.rst (renamed from doc/HOWTO_RELEASE.rst.txt) | 4 | ||||
| -rw-r--r-- | doc/Makefile | 2 | ||||
| -rw-r--r-- | doc/Py3K.rst (renamed from doc/Py3K.rst.txt) | 0 | ||||
| -rw-r--r-- | doc/RELEASE_WALKTHROUGH.rst (renamed from doc/RELEASE_WALKTHROUGH.rst.txt) | 0 | ||||
| -rw-r--r-- | doc/TESTS.rst (renamed from doc/TESTS.rst.txt) | 0 | ||||
| -rw-r--r-- | doc/changelog/1.15.0-changelog.rst | 4 | ||||
| -rw-r--r-- | doc/changelog/1.16.0-changelog.rst | 2 | ||||
| -rw-r--r-- | doc/changelog/1.17.0-changelog.rst | 6 | ||||
| -rw-r--r-- | doc/changelog/1.19.0-changelog.rst | 2 | ||||
| -rw-r--r-- | doc/changelog/1.21.0-changelog.rst | 2 | ||||
| -rw-r--r-- | doc/neps/nep-0045-c_style_guide.rst | 2 | ||||
| -rw-r--r-- | doc/source/dev/howto_build_docs.rst | 2 | ||||
| -rw-r--r-- | doc/source/dev/releasing.rst | 4 | ||||
| -rw-r--r-- | doc/source/reference/distutils_guide.rst | 2 | ||||
| -rw-r--r-- | doc/source/reference/testing.rst | 2 | ||||
| -rw-r--r-- | doc/source/release/1.7.0-notes.rst | 2 | ||||
| -rw-r--r-- | doc/source/release/1.8.0-notes.rst | 2 | ||||
| -rw-r--r-- | doc/ufuncs.rst (renamed from doc/ufuncs.rst.txt) | 0 | ||||
| -rw-r--r-- | tools/refguide_check.py | 1 |
24 files changed, 20 insertions, 19 deletions
diff --git a/INSTALL.rst.txt b/INSTALL.rst index 130306d06..130306d06 100644 --- a/INSTALL.rst.txt +++ b/INSTALL.rst diff --git a/doc/C_STYLE_GUIDE.rst.txt b/doc/C_STYLE_GUIDE.rst index 60d2d7383..60d2d7383 100644 --- a/doc/C_STYLE_GUIDE.rst.txt +++ b/doc/C_STYLE_GUIDE.rst diff --git a/doc/DISTUTILS.rst.txt b/doc/DISTUTILS.rst index 539a3b9c1..539a3b9c1 100644 --- a/doc/DISTUTILS.rst.txt +++ b/doc/DISTUTILS.rst diff --git a/doc/EXAMPLE_DOCSTRING.rst.txt b/doc/EXAMPLE_DOCSTRING.rst index 1de0588ec..1de0588ec 100644 --- a/doc/EXAMPLE_DOCSTRING.rst.txt +++ b/doc/EXAMPLE_DOCSTRING.rst diff --git a/doc/HOWTO_DOCUMENT.rst.txt b/doc/HOWTO_DOCUMENT.rst index 8f0d2fbae..8f0d2fbae 100644 --- a/doc/HOWTO_DOCUMENT.rst.txt +++ b/doc/HOWTO_DOCUMENT.rst diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst index 6bf1b2268..da1ed5235 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst @@ -11,13 +11,13 @@ useful info can be found. Source tree ----------- -- INSTALL.rst.txt +- INSTALL.rst - pavement.py NumPy Docs ---------- -- https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt +- https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst SciPy.org wiki diff --git a/doc/Makefile b/doc/Makefile index ad4414d38..97ff709ba 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -157,7 +157,7 @@ endif tar -C build/merge/$(TAG) -xf build/dist.tar.gz git -C build/merge add $(TAG) @# For now, the user must do this. If it is onerous, automate it and change - @# the instructions in doc/HOWTO_RELEASE.rst.txt + @# the instructions in doc/HOWTO_RELEASE.rst @echo " " @echo New documentation archive added to ./build/merge. @echo Now add/modify the appropriate section after diff --git a/doc/Py3K.rst.txt b/doc/Py3K.rst index cde0394dd..cde0394dd 100644 --- a/doc/Py3K.rst.txt +++ b/doc/Py3K.rst diff --git a/doc/RELEASE_WALKTHROUGH.rst.txt b/doc/RELEASE_WALKTHROUGH.rst index 1157cae3f..1157cae3f 100644 --- a/doc/RELEASE_WALKTHROUGH.rst.txt +++ b/doc/RELEASE_WALKTHROUGH.rst diff --git a/doc/TESTS.rst.txt b/doc/TESTS.rst index 0d8137f4a..0d8137f4a 100644 --- a/doc/TESTS.rst.txt +++ b/doc/TESTS.rst diff --git a/doc/changelog/1.15.0-changelog.rst b/doc/changelog/1.15.0-changelog.rst index dd5544ac9..33823f809 100644 --- a/doc/changelog/1.15.0-changelog.rst +++ b/doc/changelog/1.15.0-changelog.rst @@ -303,7 +303,7 @@ A total of 438 pull requests were merged for this release. * `#10566 <https://github.com/numpy/numpy/pull/10566>`__: BUG: Fix travis failure in previous commit * `#10571 <https://github.com/numpy/numpy/pull/10571>`__: BUG: Fix corner-case behavior of cond() and use SVD when possible * `#10576 <https://github.com/numpy/numpy/pull/10576>`__: MAINT: Fix misc. documentation typos -* `#10583 <https://github.com/numpy/numpy/pull/10583>`__: MAINT: Fix typos in DISTUTILS.rst.txt. +* `#10583 <https://github.com/numpy/numpy/pull/10583>`__: MAINT: Fix typos in DISTUTILS.rst. * `#10588 <https://github.com/numpy/numpy/pull/10588>`__: BUG: Revert sort optimization in np.unique. * `#10589 <https://github.com/numpy/numpy/pull/10589>`__: BUG: fix entry_points typo for from-template * `#10591 <https://github.com/numpy/numpy/pull/10591>`__: ENH: Add histogram_bin_edges function and test @@ -580,5 +580,5 @@ A total of 438 pull requests were merged for this release. * `#11532 <https://github.com/numpy/numpy/pull/11532>`__: BUG: Decref of field title caused segfault * `#11540 <https://github.com/numpy/numpy/pull/11540>`__: DOC: Update the 1.15.0 release notes. * `#11577 <https://github.com/numpy/numpy/pull/11577>`__: BLD: Modify cpu detection and printing to get working aarch64... -* `#11578 <https://github.com/numpy/numpy/pull/11578>`__: DOC: link to TESTS.rst.txt testing guidelines, tweak testing... +* `#11578 <https://github.com/numpy/numpy/pull/11578>`__: DOC: link to TESTS.rst testing guidelines, tweak testing... * `#11602 <https://github.com/numpy/numpy/pull/11602>`__: TST: Add Python 3.7 to CI testing diff --git a/doc/changelog/1.16.0-changelog.rst b/doc/changelog/1.16.0-changelog.rst index 8aca5e643..8f7afac89 100644 --- a/doc/changelog/1.16.0-changelog.rst +++ b/doc/changelog/1.16.0-changelog.rst @@ -138,7 +138,7 @@ A total of 490 pull requests were merged for this release. * `#10998 <https://github.com/numpy/numpy/pull/10998>`__: DOC: removed spurious FIXME comment in number.c * `#11002 <https://github.com/numpy/numpy/pull/11002>`__: MAINT: add clearer message to assist users with failed builds. * `#11016 <https://github.com/numpy/numpy/pull/11016>`__: ENH: Add AARCH32 support. -* `#11084 <https://github.com/numpy/numpy/pull/11084>`__: DOC: link to TESTS.rst.txt testing guidelines, tweak testing... +* `#11084 <https://github.com/numpy/numpy/pull/11084>`__: DOC: link to TESTS.rst testing guidelines, tweak testing... * `#11119 <https://github.com/numpy/numpy/pull/11119>`__: ENH: Chain exceptions to give better error messages for invalid... * `#11175 <https://github.com/numpy/numpy/pull/11175>`__: ENH: Generalized ufunc signature expansion for frozen and flexible... * `#11197 <https://github.com/numpy/numpy/pull/11197>`__: BUG/ENH: Removed non-standard scaling of the covariance matrix... diff --git a/doc/changelog/1.17.0-changelog.rst b/doc/changelog/1.17.0-changelog.rst index 8179c180b..dcac25bc7 100644 --- a/doc/changelog/1.17.0-changelog.rst +++ b/doc/changelog/1.17.0-changelog.rst @@ -239,7 +239,7 @@ A total of 532 pull requests were merged for this release. * `#12594 <https://github.com/numpy/numpy/pull/12594>`__: DEV, BUILD: add pypy3 to azure CI * `#12596 <https://github.com/numpy/numpy/pull/12596>`__: ENH: improve performance of numpy.core.records.fromarrays * `#12601 <https://github.com/numpy/numpy/pull/12601>`__: DOC: Correct documentation of `numpy.delete` obj parameter. -* `#12602 <https://github.com/numpy/numpy/pull/12602>`__: DOC: Update RELEASE_WALKTHROUGH.rst.txt. +* `#12602 <https://github.com/numpy/numpy/pull/12602>`__: DOC: Update RELEASE_WALKTHROUGH.rst. * `#12604 <https://github.com/numpy/numpy/pull/12604>`__: BUG: Check that dtype and formats arguments for None. * `#12606 <https://github.com/numpy/numpy/pull/12606>`__: DOC: Document NPY_SORTKIND parameter in PyArray_Sort * `#12608 <https://github.com/numpy/numpy/pull/12608>`__: MAINT: Use `*.format` for some strings. @@ -609,7 +609,7 @@ A total of 532 pull requests were merged for this release. * `#13724 <https://github.com/numpy/numpy/pull/13724>`__: MAINT: fix use of cache_dim * `#13725 <https://github.com/numpy/numpy/pull/13725>`__: BUG: fix compilation of 3rd party modules with Py_LIMITED_API... * `#13726 <https://github.com/numpy/numpy/pull/13726>`__: MAINT: Update PCG jump sizes -* `#13729 <https://github.com/numpy/numpy/pull/13729>`__: DOC: Merge together DISTUTILS.rst.txt#template-files" and distutils.r… +* `#13729 <https://github.com/numpy/numpy/pull/13729>`__: DOC: Merge together DISTUTILS.rst#template-files" and distutils.r… * `#13730 <https://github.com/numpy/numpy/pull/13730>`__: MAINT: Change keyword from reserved word * `#13737 <https://github.com/numpy/numpy/pull/13737>`__: DOC: Mention and try to explain pairwise summation in sum * `#13741 <https://github.com/numpy/numpy/pull/13741>`__: MAINT: random: Remove unused empty file binomial.h. @@ -630,7 +630,7 @@ A total of 532 pull requests were merged for this release. * `#13774 <https://github.com/numpy/numpy/pull/13774>`__: BUG: Make ``Generator._masked`` flag default to ``False``. * `#13777 <https://github.com/numpy/numpy/pull/13777>`__: MAINT: Remove duplication of should_use_min_scalar_type function * `#13780 <https://github.com/numpy/numpy/pull/13780>`__: ENH: use SeedSequence instead of seed() -* `#13781 <https://github.com/numpy/numpy/pull/13781>`__: DOC: Update TESTS.rst.txt for pytest +* `#13781 <https://github.com/numpy/numpy/pull/13781>`__: DOC: Update TESTS.rst for pytest * `#13786 <https://github.com/numpy/numpy/pull/13786>`__: MAINT: random: Fix a few compiler warnings. * `#13787 <https://github.com/numpy/numpy/pull/13787>`__: DOC: Fixed the problem of "versionadded" * `#13788 <https://github.com/numpy/numpy/pull/13788>`__: MAINT: fix 'in' -> 'is' typo diff --git a/doc/changelog/1.19.0-changelog.rst b/doc/changelog/1.19.0-changelog.rst index bde002499..93e8d3b57 100644 --- a/doc/changelog/1.19.0-changelog.rst +++ b/doc/changelog/1.19.0-changelog.rst @@ -162,7 +162,7 @@ A total of 488 pull requests were merged for this release. * `#15035 <https://github.com/numpy/numpy/pull/15035>`__: BUG: add endfunction, endsubroutine to valid fortran end words * `#15040 <https://github.com/numpy/numpy/pull/15040>`__: TST: Add test for object method (and general unary) loops * `#15042 <https://github.com/numpy/numpy/pull/15042>`__: REL: Update master after 1.18.x branch. -* `#15043 <https://github.com/numpy/numpy/pull/15043>`__: DOC: Update HOWTO_RELEASE.rst.txt +* `#15043 <https://github.com/numpy/numpy/pull/15043>`__: DOC: Update HOWTO_RELEASE.rst * `#15046 <https://github.com/numpy/numpy/pull/15046>`__: API, DOC: change names to multivariate_hypergeometric, improve... * `#15050 <https://github.com/numpy/numpy/pull/15050>`__: DOC: Fix statement about norms * `#15052 <https://github.com/numpy/numpy/pull/15052>`__: MAINT: follow-up cleanup for blas64 PR diff --git a/doc/changelog/1.21.0-changelog.rst b/doc/changelog/1.21.0-changelog.rst index 947da4da7..158c5a8cf 100644 --- a/doc/changelog/1.21.0-changelog.rst +++ b/doc/changelog/1.21.0-changelog.rst @@ -296,7 +296,7 @@ A total of 581 pull requests were merged for this release. * `#18045 <https://github.com/numpy/numpy/pull/18045>`__: MAINT: Bump pytest from 6.2.0 to 6.2.1 * `#18046 <https://github.com/numpy/numpy/pull/18046>`__: TST: add back sdist test run * `#18047 <https://github.com/numpy/numpy/pull/18047>`__: BLD,DOC: pin sphinx to 3.3.1 -* `#18048 <https://github.com/numpy/numpy/pull/18048>`__: DOC: Update TESTS.rst.txt +* `#18048 <https://github.com/numpy/numpy/pull/18048>`__: DOC: Update TESTS.rst * `#18050 <https://github.com/numpy/numpy/pull/18050>`__: MAINT: Add aliases for commonly used `ArrayLike` objects * `#18051 <https://github.com/numpy/numpy/pull/18051>`__: DEP: deprecate np.testing.dec * `#18052 <https://github.com/numpy/numpy/pull/18052>`__: BUG: Fix concatenation when the output is "S" or "U" diff --git a/doc/neps/nep-0045-c_style_guide.rst b/doc/neps/nep-0045-c_style_guide.rst index 9a6323873..03c0320f1 100644 --- a/doc/neps/nep-0045-c_style_guide.rst +++ b/doc/neps/nep-0045-c_style_guide.rst @@ -256,7 +256,7 @@ Discussion ---------- https://github.com/numpy/numpy/issues/11911 -recommended that this proposal, which originated as ``doc/C_STYLE_GUIDE.rst.txt``, +recommended that this proposal, which originated as ``doc/C_STYLE_GUIDE.rst``, be turned into an NEP. diff --git a/doc/source/dev/howto_build_docs.rst b/doc/source/dev/howto_build_docs.rst index b175926da..32a1f121d 100644 --- a/doc/source/dev/howto_build_docs.rst +++ b/doc/source/dev/howto_build_docs.rst @@ -134,4 +134,4 @@ pdf format is also built with ``make dist``. See `HOWTO RELEASE`_ for details on how to update https://numpy.org/doc. .. _LaTeX: https://www.latex-project.org/ -.. _HOWTO RELEASE: https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt +.. _HOWTO RELEASE: https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst diff --git a/doc/source/dev/releasing.rst b/doc/source/dev/releasing.rst index 75081aec1..1af26f455 100644 --- a/doc/source/dev/releasing.rst +++ b/doc/source/dev/releasing.rst @@ -6,11 +6,11 @@ Releasing a version How to Prepare a Release ------------------------ -.. include:: ../../HOWTO_RELEASE.rst.txt +.. include:: ../../HOWTO_RELEASE.rst ----------------------- Step-by-Step Directions ----------------------- -.. include:: ../../RELEASE_WALKTHROUGH.rst.txt +.. include:: ../../RELEASE_WALKTHROUGH.rst diff --git a/doc/source/reference/distutils_guide.rst b/doc/source/reference/distutils_guide.rst index 5bb4c2878..a72a9c4d6 100644 --- a/doc/source/reference/distutils_guide.rst +++ b/doc/source/reference/distutils_guide.rst @@ -9,5 +9,5 @@ NumPy Distutils - Users Guide Python >= 3.12. For more details, see :ref:`distutils-status-migration` -.. include:: ../../DISTUTILS.rst.txt +.. include:: ../../DISTUTILS.rst :start-line: 6 diff --git a/doc/source/reference/testing.rst b/doc/source/reference/testing.rst index 72780dd44..47996c240 100644 --- a/doc/source/reference/testing.rst +++ b/doc/source/reference/testing.rst @@ -3,5 +3,5 @@ Testing Guidelines ================== -.. include:: ../../TESTS.rst.txt +.. include:: ../../TESTS.rst :start-line: 6 diff --git a/doc/source/release/1.7.0-notes.rst b/doc/source/release/1.7.0-notes.rst index 40a6f550b..a04255f3c 100644 --- a/doc/source/release/1.7.0-notes.rst +++ b/doc/source/release/1.7.0-notes.rst @@ -167,7 +167,7 @@ for checking array writeability -- any C code which works with arrays whose WRITEABLE flag is not known to be True a priori, should make sure to call this function before writing. -NumPy C Style Guide added (``doc/C_STYLE_GUIDE.rst.txt``). +NumPy C Style Guide added (``doc/C_STYLE_GUIDE.rst``). Changes ======= diff --git a/doc/source/release/1.8.0-notes.rst b/doc/source/release/1.8.0-notes.rst index 65a471b92..e7be2d14a 100644 --- a/doc/source/release/1.8.0-notes.rst +++ b/doc/source/release/1.8.0-notes.rst @@ -52,7 +52,7 @@ Compatibility notes The doc/sphinxext content has been moved into its own github repository, and is included in numpy as a submodule. See the instructions in -doc/HOWTO_BUILD_DOCS.rst.txt for how to access the content. +doc/HOWTO_BUILD_DOCS.rst for how to access the content. .. _numpydoc: https://github.com/numpy/numpydoc diff --git a/doc/ufuncs.rst.txt b/doc/ufuncs.rst index 9257d3cb0..9257d3cb0 100644 --- a/doc/ufuncs.rst.txt +++ b/doc/ufuncs.rst diff --git a/tools/refguide_check.py b/tools/refguide_check.py index eb9a27ab5..b7093a59a 100644 --- a/tools/refguide_check.py +++ b/tools/refguide_check.py @@ -140,6 +140,7 @@ RST_SKIPLIST = [ 'basics.subclassing.rst', 'basics.interoperability.rst', 'misc.rst', + 'TESTS.rst' ] # these names are not required to be present in ALL despite being in |
