#14862 closed (fixed)
bad links
Reported by: | kurdy | Owned by: | Justin Lilly |
---|---|---|---|
Component: | *.djangoproject.com | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
On http://docs.djangoproject.com/en/dev/topics/forms/index/
links in:
About this document
This document provides an introduction to Django’s form handling features. For a more detailed look at specific areas of the forms API, see The Forms API, Form fields, and Form and field validation.
end dead
Change History (7)
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 14 years ago
Owner: | removed |
---|
These links look correct in the docs themselves; perhaps the website didn't generate the docs correctly on check-in? The docs build correctly locally.
comment:3 by , 14 years ago
Component: | Uncategorized → Django Web site |
---|---|
milestone: | → 1.3 |
Triage Stage: | Unreviewed → Accepted |
Very weird... and this is actually a much more wide-spread problem.
If you go to http://docs.djangoproject.com/en/dev/topics/forms/index/ all the links on the page are broken. If you leave off the "index/" at the end and just go to http://docs.djangoproject.com/en/dev/topics/forms/ it works just fine. This is true of every "index" page in the docs.
I'm not sure whether this problem lies in the way the docs are built or in the djangoproject.com code, though...
comment:4 by , 14 years ago
Is there a way to get Sphinx to dump out the xref targets (class, method, and so forth) that it knows about? It would be good to audit the names in the existing docs, as there are cases where classes aren't being assigned to the module that is expected, or methods are assigned wrong, etc.
Getting a list out of Sphinx would help fix links.
comment:5 by , 14 years ago
Has patch: | set |
---|---|
Owner: | set to |
I can take a look at this tonight if no one gets to it first.