This commit is contained in:
parent
6eed09d5bd
commit
ee51e79191
11
pep-0430.txt
11
pep-0430.txt
|
@ -33,10 +33,6 @@ 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 default version displayed at the docs.python.org root URL to providing
|
||||||
the Python 3 documentation.
|
the Python 3 documentation.
|
||||||
|
|
||||||
While efforts are under way [3_] to improve the general version switching
|
|
||||||
support in the online documentation, this PEP is technically independent
|
|
||||||
of those improvements.
|
|
||||||
|
|
||||||
|
|
||||||
Key Concerns
|
Key Concerns
|
||||||
============
|
============
|
||||||
|
@ -81,7 +77,7 @@ the path component.
|
||||||
Proposal
|
Proposal
|
||||||
========
|
========
|
||||||
|
|
||||||
This PEP (based on an idea originally put forward back in May [4_]) 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
|
*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
|
scheme where all URLs presented to users on docs.python.org are qualified
|
||||||
appropriately with the relevant release series.
|
appropriately with the relevant release series.
|
||||||
|
@ -215,10 +211,7 @@ References
|
||||||
.. [2] October 2012 discussion
|
.. [2] October 2012 discussion
|
||||||
(http://mail.python.org/pipermail/python-ideas/2012-October/017406.html)
|
(http://mail.python.org/pipermail/python-ideas/2012-October/017406.html)
|
||||||
|
|
||||||
.. [3] Issue for easier access to other version of the same docs page
|
.. [3] Using a "/latest/" path prefix
|
||||||
(http://bugs.python.org/issue8040)
|
|
||||||
|
|
||||||
.. [4] Using a "/latest/" path prefix
|
|
||||||
(http://mail.python.org/pipermail/python-dev/2012-May/119567.html)
|
(http://mail.python.org/pipermail/python-dev/2012-May/119567.html)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue