Fix PEP References#656
Conversation
freakboy3742
left a comment
There was a problem hiding this comment.
This is an artefact of the automated transformation from RST to MD; I'm sure there are others. If you can find an automated way to identify them, great; otherwise, we can fix them as we find them.
Todo for myself: Write script to scour previous git commit for the :pep: |
|
Searching for the regular expression I'd also be interested in whether there were any other |
Agreed it's a poor solution; however, I'm not aware of any warnings that were raised during the conversion process. |
Also:
got converted to
Which is a problem for e.g. Chinese. |
Sure - it was an automated transform. We made the best effort we could to find problems that could be fixed in an automated fashion, but at some point, you have to accept that there are issues with an automated transform on that scale, and move on, fixing problems as you find them. |
We've marked down the importance of RST, but as a side effect, those links gets converted to code blocks and we lose some automation for PEP linking AFAIK. I am not sure if there's a more automated way.
PR Checklist: