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: references are case insensitive
Type: Stage:
Components: Documentation tools (Sphinx) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, tds333
Priority: normal Keywords:

Created on 2008-07-01 13:55 by tds333, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg69045 - (view) Author: Wolfgang Langner (tds333) * Date: 2008-07-01 13:55
References can be added case sensitive as .. _myRef:
but only used case insensitive with :ref:`myref`
usage of :ref:`myRef` doesn't generate a working reference.

Make this behavior consistent please, always case insensitive or always
case sensitive.
msg69077 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-07-01 21:02
Thanks, fixed in r64642.
History
Date User Action Args
2022-04-11 14:56:36adminsetgithub: 47501
2008-07-01 21:02:56georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg69077
2008-07-01 13:55:09tds333create