This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Doc: missing anchor for dict in library/functions.html
Type: enhancement Stage:
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, georg.brandl, pdessauw
Priority: normal Keywords:

Created on 2014-09-12 20:27 by pdessauw, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg226845 - (view) Author: Philippe Dessauw (pdessauw) Date: 2014-09-12 20:27
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).
msg227030 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2014-09-18 05:55
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.
History
Date User Action Args
2022-04-11 14:58:08adminsetgithub: 66593
2014-09-18 05:55:33georg.brandlsetstatus: open -> closed
resolution: works for me
messages: + msg227030
2014-09-18 04:07:27berker.peksagsetnosy: + georg.brandl
2014-09-12 20:27:48pdessauwcreate