Skip to content

DOC: NEP 49, 38 "header" formatting #29328

@tylerjereddy

Description

@tylerjereddy

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.

Image

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>`_

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions