#36329: Remove/replace non-code custom link text when cross-referencing Python
objects in docs
-------------------------------------+-------------------------------------
Reporter: Clifford | Owner: Clifford Gama
Gama |
Type: | Status: assigned
Cleanup/optimization |
Component: | Version: dev
Documentation |
Severity: Normal | Keywords:
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
Some cross-references to Python objects in the docs use custom link text
that isn't actual code, eg :meth:`a get lookup
<django.models.QuerySet.get>`
[
https://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#django.contrib.contenttypes.models.ContentType.get_object_for_this_type
here]. This is undesirable because it causes natural language phrases like
"a get lookup", in this example, to render as inline code.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36329>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.