#12880 closed (fixed)
Structural documentation fix: unqualified method directives
Reported by: | Peter Sagerson | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the documentation, there are a few references to methods in django.contrib.backends.RemoteUserBackend and django.db.transaction that are not fully qualified. Sphinx therefore places them at the top of the namespace instead of where they belong.
Attachments (2)
Change History (6)
by , 15 years ago
Attachment: | qualified_names.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
I added an alternate patch which uses the currentmodule directive, a bit cleaner I think. I also tested that creating links to the elements in the affected pages works as expected with this patch.
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
rev 12438