[issue20001] pathlib inheritance diagram too large

New submission from Antoine Pitrou: The inheritance diagram at http://docs.python.org/dev/library/pathlib.html is too large, it can easily take up half the vertical space (or perhaps all of it on a smaller screen). The font size looks fine, it's just that there's a lot of spacing around. (of course, the style could perhaps also be changed or improved) ---------- assignee: docs@python components: Documentation messages: 206354 nosy: docs@python, eli.bendersky, georg.brandl, pitrou priority: low severity: normal status: open title: pathlib inheritance diagram too large versions: Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20001> _______________________________________

Eli Bendersky added the comment: The source for the diagram is here: https://docs.google.com/drawings/d/1F8do-1WL1sIGkZuiufcxcpZRtS0w4SwAowq-Uamr... Anyone - feel free to copy that doc over and create a new diagram with smaller whitespacing. Let me know if there are any problem accessing the doc. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20001> _______________________________________

STINNER Victor added the comment: Please include the SVG source of the diagram in the Python source code, so the picture can be regenerated. ---------- nosy: +haypo _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20001> _______________________________________

Roundup Robot added the comment: New changeset fe49ed665190 by Eli Bendersky in branch 'default': Issue #20001: Add the SVG source of the pathlib-inheritance diagram to Hg http://hg.python.org/cpython/rev/fe49ed665190 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20001> _______________________________________

Changes by Berker Peksag <berker.peksag@gmail.com>: ---------- keywords: +easy stage: -> needs patch type: -> enhancement versions: +Python 3.5, Python 3.6 -Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20001> _______________________________________

Change by Harmandeep Singh <harmandeep3091@gmail.com>: ---------- keywords: +patch pull_requests: +10538 stage: needs patch -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue20001> _______________________________________

INADA Naoki <songofacandy@gmail.com> added the comment: New changeset cd90f6a3692e0f7ef0a13aae651e19a08d1f9b31 by Inada Naoki (Harmandeep Singh) in branch 'master': bpo-20001: update pathlib landing image (GH-11304) https://github.com/python/cpython/commit/cd90f6a3692e0f7ef0a13aae651e19a08d1... ---------- nosy: +inada.naoki _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue20001> _______________________________________

Change by INADA Naoki <songofacandy@gmail.com>: ---------- nosy: -inada.naoki versions: +Python 3.7, Python 3.8 -Python 3.5, Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue20001> _______________________________________

Change by INADA Naoki <songofacandy@gmail.com>: ---------- pull_requests: +11710 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue20001> _______________________________________

Change by INADA Naoki <songofacandy@gmail.com>: ---------- pull_requests: +11710, 11711 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue20001> _______________________________________

Change by INADA Naoki <songofacandy@gmail.com>: ---------- pull_requests: +11710, 11711, 11712 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue20001> _______________________________________

INADA Naoki <songofacandy@gmail.com> added the comment: New changeset 21ab7744ae30bff24bcc9e075a96e98137b90a37 by Inada Naoki in branch '3.7': bpo-20001: update pathlib landing image (GH-11304) https://github.com/python/cpython/commit/21ab7744ae30bff24bcc9e075a96e98137b... ---------- nosy: +inada.naoki _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue20001> _______________________________________
participants (7)
-
Antoine Pitrou
-
Berker Peksag
-
Eli Bendersky
-
Harmandeep Singh
-
INADA Naoki
-
Roundup Robot
-
STINNER Victor