[issue28900] update 'docs for other versions'
New submission from Matthias v/d Meent: The 'docs for other versions' links in the sidebar of docs.python.org do not link to 3.5 in both the 3.6 and 3.7 docs. As I didn't find any docs guidelines, I presume this is an error and should be fixed. A link to the Python 3.6 docs should get added under all active documentations before or the moment python 3.6 is released (though I suspect this is automated). ---------- assignee: docs@python components: Documentation messages: 282684 nosy: Matthias v/d Meent, docs@python priority: normal severity: normal status: open title: update 'docs for other versions' type: enhancement versions: Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28900> _______________________________________
Ned Deily added the comment: Links to 3.5, 3.6, and dev (future 2.7) docs are available in the pulldown menu above the Download sidebar. Does that work for you? ---------- nosy: +ned.deily _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28900> _______________________________________
Matthias v/d Meent added the comment: Yes, they do work. It's just that the links to 3.5 are missing in the sidebar of 3.6 and 3.7. The docs are still reachable though. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28900> _______________________________________
Ned Deily added the comment: OK, I see what needs to be changed. Thanks for the reminder! ---------- assignee: docs@python -> ned.deily priority: normal -> release blocker stage: -> needs patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28900> _______________________________________
Mariatta Wijaya added the comment: If it's ok, I'd like to work on a patch for this :) ---------- nosy: +Mariatta _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28900> _______________________________________
Ned Deily added the comment: Thanks but I'm almost done, Mariatta. The most important part is ensuring PEP 101 is correct. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28900> _______________________________________
Mariatta Wijaya added the comment: No prob. Thanks, Ned. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28900> _______________________________________
Roundup Robot added the comment: New changeset e414fb1640e0 by Ned Deily in branch '2.7': Issue #28900: Update documentation sidebar for 3.6.0rc. https://hg.python.org/cpython/rev/e414fb1640e0 New changeset d350fc4d78ff by Ned Deily in branch '3.5': Issue #28900: Update documentation sidebar for 3.6.0rc. https://hg.python.org/cpython/rev/d350fc4d78ff New changeset 148c46d180b2 by Ned Deily in branch '3.6': Issue #28900: Update documentation sidebar for 3.6.0rc. https://hg.python.org/cpython/rev/148c46d180b2 New changeset f200ff0a0057 by Ned Deily in branch 'default': Issue #28900: Update documentation sidebar for 3.6.0rc. https://hg.python.org/cpython/rev/f200ff0a0057 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28900> _______________________________________
Ned Deily added the comment: With the above changes, the sidebar should get updated for the current 2.7, 3.5, 3.6, and 3.7 front pages within the next 24 hours. I'm leaving this open as a "release blocker" as a reminder to go back and update them all again once 3.6.0 final happens. I've also added a reminder to PEP 101 to do this. ---------- stage: needs patch -> commit review _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28900> _______________________________________
Roundup Robot added the comment: New changeset 257a1c7f9507 by Ned Deily in branch '3.6': Issue #28900: Update documentation sidebar for 3.6.0rc. https://hg.python.org/cpython/rev/257a1c7f9507 ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28900> _______________________________________
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28900> _______________________________________
Changes by Ned Deily <nad@python.org>: ---------- priority: release blocker -> resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28900> _______________________________________
participants (4)
-
Mariatta Wijaya -
Matthias v/d Meent -
Ned Deily -
Roundup Robot