[issue22399] Doc: missing anchor for dict in library/functions.html
New submission from Philippe Dessauw: There is a missing anchor for the dict functions in the documentation at library/functions.html. It is present in the documentation of all python version. It seems to impact cross-referencing in Sphinx (using intersphinx). ---------- assignee: docs@python components: Documentation messages: 226845 nosy: docs@python, pdessauw priority: normal severity: normal status: open title: Doc: missing anchor for dict in library/functions.html type: enhancement versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22399> _______________________________________
Changes by Berker Peksag <berker.peksag@gmail.com>: ---------- nosy: +georg.brandl _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22399> _______________________________________
Georg Brandl added the comment: The anchor for dict is on the "standard types" page: https://docs.python.org/2/library/stdtypes.html#dict You'll have to use :class: not :func: to get it linked. ---------- resolution: -> works for me status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22399> _______________________________________
participants (3)
-
Berker Peksag
-
Georg Brandl
-
Philippe Dessauw