diff options
| author | Shoban Chiddarth <messageshoban@gmail.com> | 2022-04-13 19:40:00 +0530 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2022-05-24 14:55:34 +0300 |
| commit | 1270574560e1de2563dc827bd3bb2219f45ed938 (patch) | |
| tree | 0e790b690ac251acecf59399bc9f3065c9d44b08 /doc/source/dev | |
| parent | 5f9baec85cec9b4c024552ecc15756686d6ab6d7 (diff) | |
| download | numpy-1270574560e1de2563dc827bd3bb2219f45ed938.tar.gz | |
MAINT: Changed reference to multiple files
Changed files are
- doc/HOWTO_RELEASE.rst
- doc/Makefile
- doc/changelog/1.15.0-changelog.rst
- doc/changelog/1.16.0-changelog.rst
- doc/changelog/1.17.0-changelog.rst
- doc/changelog/1.19.0-changelog.rst
- doc/changelog/1.21.0-changelog.rst
- doc/neps/nep-0045-c_style_guide.rst
- doc/source/dev/howto_build_docs.rst
- doc/source/dev/releasing.rst
- doc/source/reference/distutils_guide.rst
- doc/source/reference/testing.rst
- doc/source/release/1.7.0-notes.rst
- doc/source/release/1.8.0-notes.rst
Diffstat (limited to 'doc/source/dev')
| -rw-r--r-- | doc/source/dev/howto_build_docs.rst | 2 | ||||
| -rw-r--r-- | doc/source/dev/releasing.rst | 4 |
2 files changed, 3 insertions, 3 deletions
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 |
