summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-12-22 12:37:15 -0700
committerCharles Harris <charlesr.harris@gmail.com>2019-12-22 14:55:23 -0700
commit483f570694d8bed245ce5391515ba4ee1a0202da (patch)
tree9d928cf269a15ed7c698fde64bf8f3edb04107ca /doc
parent0ed32251e0b67002a0f6da894db2080f4ecdd4e1 (diff)
downloadnumpy-483f570694d8bed245ce5391515ba4ee1a0202da.tar.gz
MAINT: Update pavement.py for towncrier.
The update is needed so that the links generated by towncrier are converted in the README.md file generated for the github release documentation. The code is also simplified. [skip ci]
Diffstat (limited to 'doc')
-rw-r--r--doc/HOWTO_RELEASE.rst.txt5
-rw-r--r--doc/source/release/1.18.0-notes.rst6
2 files changed, 6 insertions, 5 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt
index f0231293f..99f6a0e40 100644
--- a/doc/HOWTO_RELEASE.rst.txt
+++ b/doc/HOWTO_RELEASE.rst.txt
@@ -106,9 +106,10 @@ You will need write permission for numpy-wheels in order to trigger wheel
builds.
- Python(s) from `python.org <https://python.org>`_ or linux distro.
-- cython
+- cython (pip)
- virtualenv (pip)
- Paver (pip)
+- pandoc `pandoc.org <https://www.pandoc.org>`_ or linux distro.
- numpy-wheels `<https://github.com/MacPython/numpy-wheels>`_ (clone)
@@ -379,7 +380,7 @@ Make the release
----------------
Build the changelog and notes for upload with::
- paver write_release_and_log
+ paver write_release
Build and archive documentation
diff --git a/doc/source/release/1.18.0-notes.rst b/doc/source/release/1.18.0-notes.rst
index 851e35b88..9ca742eab 100644
--- a/doc/source/release/1.18.0-notes.rst
+++ b/doc/source/release/1.18.0-notes.rst
@@ -366,9 +366,9 @@ Added two new configuration options. During the ``build_src`` subcommand, as
part of configuring NumPy, the files ``_numpyconfig.h`` and ``config.h`` are
created by probing support for various runtime functions and routines.
Previously, the very verbose compiler output during this stage clouded more
-important information. By default the output is silenced. Running ``runtests.py
---debug-info`` will add ``--verbose-cfg`` to the ``build_src`` subcommand,
-which will restore the previous behaviour.
+important information. By default the output is silenced. Running
+``runtests.py --debug-info`` will add ``--verbose-cfg`` to the ``build_src``
+subcommand,which will restore the previous behaviour.
Adding ``CFLAGS=-Werror`` to turn warnings into errors would trigger errors
during the configuration. Now ``runtests.py --warn-error`` will add