8000 PEP 366, 395, 413, 426, 430, 440, 531, 535, 3150: Fix footnotes by hugovk · Pull Request #2794 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 366, 395, 413, 426, 430, 440, 531, 535, 3150: Fix footnotes #2794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Sep 16, 2022
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PEP 430: Fix footnote references
  • Loading branch information
hugovk committed Sep 15, 2022
commit 9619060b0328adb8f67a99171e12654a890608d5
4 changes: 2 additions & 2 deletions pep-0430.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Background
==========

With the transition of the overall Python ecosystem from Python 2 to Python 3
still in progress, one question which arises periodically [1_, 2_] is when
still in progress, one question which arises periodically [1]_, [2]_ is when
and how to handle the change from providing the Python 2 documentation as
the default version displayed at the docs.python.org root URL to providing
the Python 3 documentation.
Expand Down Expand Up @@ -77,7 +77,7 @@ the path component.
Proposal
========

This PEP (based on an idea originally put forward back in May [3_]) is to
This PEP (based on an idea originally put forward back in May [3]_) is to
*not migrate* the Python 2 specific deep links at all, and instead adopt a
scheme where all URLs presented to users on docs.python.org are qualified
appropriately with the relevant release series.
Expand Down
0