-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Closed
Labels
Description
While scanning through GitHub notifications, I saw there was some renaming happening for the doc file associated with NEP 49, and then took a look at its render (online and locally), and the title/author block looks a bit messed up (see below the fold). The same is true of NEP 38 it seems.
Both of these NEPs share a :Resolution:
header field with an associated link. Looks like the problem is simply the raw number of characters in the link, and replacing with link display text seems to fix it up.
--- a/doc/neps/nep-0049.rst
+++ b/doc/neps/nep-0049.rst
@@ -8,7 +8,7 @@ NEP 49 — Data allocation strategies
:Status: Final
:Type: Standards Track
:Created: 2021-04-18
-:Resolution: https://mail.python.org/archives/list/[email protected]/thread/YZ3PNTXZUT27B6ITFAD3WRSM3T3SRVK4/#PKYXCTG4R5Q6LIRZC4SEWLNBM6GLRF26
+:Resolution: `NumPy Discussion <https://mail.python.org/archives/list/[email protected]/thread/YZ3PNTXZUT27B6ITFAD3WRSM3T3SRVK4/#PKYXCTG4R5Q6LIRZC4SEWLNBM6GLRF26>`_
seberg