summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2017-09-05 17:38:05 (GMT)
committerGitHub <noreply@github.com>2017-09-05 17:38:05 (GMT)
commit564a2c68add64ebf2e558a54f5697513b19293cb (patch)
tree5beec4112f14754117bfe25842fe5d033d223458
parent15ce0bee973596f02983f39e1a1b172b91e9cdda (diff)
downloadcpython-564a2c68add64ebf2e558a54f5697513b19293cb.zip
cpython-564a2c68add64ebf2e558a54f5697513b19293cb.tar.gz
cpython-564a2c68add64ebf2e558a54f5697513b19293cb.tar.bz2
Link to blurb on PyPI in the NEWS.d READMEs. (#3323)
-rw-r--r--Misc/NEWS.d/next/Build/README.rst4
-rw-r--r--Misc/NEWS.d/next/C API/README.rst4
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/README.rst4
-rw-r--r--Misc/NEWS.d/next/Documentation/README.rst4
-rw-r--r--Misc/NEWS.d/next/IDLE/README.rst4
-rw-r--r--Misc/NEWS.d/next/Library/README.rst4
-rw-r--r--Misc/NEWS.d/next/Security/README.rst4
-rw-r--r--Misc/NEWS.d/next/Tests/README.rst4
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/README.rst4
-rw-r--r--Misc/NEWS.d/next/Windows/README.rst4
-rw-r--r--Misc/NEWS.d/next/macOS/README.rst4
11 files changed, 33 insertions, 11 deletions
diff --git a/Misc/NEWS.d/next/Build/README.rst b/Misc/NEWS.d/next/Build/README.rst
index 0d2d2c1..d43e989 100644
--- a/Misc/NEWS.d/next/Build/README.rst
+++ b/Misc/NEWS.d/next/Build/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Build* section in this directory.
+Put news entry `blurb`_ files for the *Build* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/C API/README.rst b/Misc/NEWS.d/next/C API/README.rst
index 5a04f76..a4eb261 100644
--- a/Misc/NEWS.d/next/C API/README.rst
+++ b/Misc/NEWS.d/next/C API/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *C API* section in this directory.
+Put news entry `blurb`_ files for the *C API* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Core and Builtins/README.rst b/Misc/NEWS.d/next/Core and Builtins/README.rst
index 52b8c3e..0083193 100644
--- a/Misc/NEWS.d/next/Core and Builtins/README.rst
+++ b/Misc/NEWS.d/next/Core and Builtins/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Core and Builtins* section in this directory.
+Put news entry `blurb`_ files for the *Core and Builtins* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Documentation/README.rst b/Misc/NEWS.d/next/Documentation/README.rst
index 405f0ac..245b7d6 100644
--- a/Misc/NEWS.d/next/Documentation/README.rst
+++ b/Misc/NEWS.d/next/Documentation/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Documentation* section in this directory.
+Put news entry `blurb`_ files for the *Documentation* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/IDLE/README.rst b/Misc/NEWS.d/next/IDLE/README.rst
index 5475f7b..834c5d4 100644
--- a/Misc/NEWS.d/next/IDLE/README.rst
+++ b/Misc/NEWS.d/next/IDLE/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *IDLE* section in this directory.
+Put news entry `blurb`_ files for the *IDLE* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Library/README.rst b/Misc/NEWS.d/next/Library/README.rst
index 6d2d30e..178ac66 100644
--- a/Misc/NEWS.d/next/Library/README.rst
+++ b/Misc/NEWS.d/next/Library/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Library* section in this directory.
+Put news entry `blurb`_ files for the *Library* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Security/README.rst b/Misc/NEWS.d/next/Security/README.rst
index 84c1a3a..9ea371d 100644
--- a/Misc/NEWS.d/next/Security/README.rst
+++ b/Misc/NEWS.d/next/Security/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Security* section in this directory.
+Put news entry `blurb`_ files for the *Security* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Tests/README.rst b/Misc/NEWS.d/next/Tests/README.rst
index d2e50e4..8ea9b4c 100644
--- a/Misc/NEWS.d/next/Tests/README.rst
+++ b/Misc/NEWS.d/next/Tests/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Tests* section in this directory.
+Put news entry `blurb`_ files for the *Tests* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Tools-Demos/README.rst b/Misc/NEWS.d/next/Tools-Demos/README.rst
index 357f828..9f03d79 100644
--- a/Misc/NEWS.d/next/Tools-Demos/README.rst
+++ b/Misc/NEWS.d/next/Tools-Demos/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Tools/Demos* section in this directory.
+Put news entry `blurb`_ files for the *Tools/Demos* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Windows/README.rst b/Misc/NEWS.d/next/Windows/README.rst
index 1e65de3..7dbc580 100644
--- a/Misc/NEWS.d/next/Windows/README.rst
+++ b/Misc/NEWS.d/next/Windows/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Windows* section in this directory.
+Put news entry `blurb`_ files for the *Windows* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/macOS/README.rst b/Misc/NEWS.d/next/macOS/README.rst
index a3adb59..5637669 100644
--- a/Misc/NEWS.d/next/macOS/README.rst
+++ b/Misc/NEWS.d/next/macOS/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *macOS* section in this directory.
+Put news entry `blurb`_ files for the *macOS* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/