Opened 17 years ago
Closed 17 years ago
#5658 closed (fixed)
"Templates for authors" doesn't link to "templates for python programmers"
Reported by: | Owned by: | Matt Boersma | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | template | |
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
http://www.djangoproject.com/documentation/templates/ doesn't include any link pointing to the page for invoking it. Comopare this to the page http://www.djangoproject.com/documentation/templates_python/, which clearly has a template link to the template language page from the python page.
In short, starting on the template language page, there is no obvious way to invoke it.
-ahd-
Attachments (1)
Change History (4)
by , 17 years ago
comment:1 by , 17 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Summary: | templates language documentation doesn't point to python syntax → "Templates for authors" doesn't link to "templates for python programmers" |
Triage Stage: | Unreviewed → Ready for checkin |
The docs/templates_python.txt file links to the docs/templates.txt file, but the opposite is not true. They should link to each other for better navigation and consistency.
comment:2 by , 17 years ago
It does already link to the documentation, but at the very bottom. I think it should be moved to the top to state the scope of this document and so that it is consistent with the "for Python programmers" documentation.
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [6533]) Fixed #5658 -- Added a note to the top of the "for template authors" template documentation that states the scope of the document, along with a link to the "for Python programmers" documentation. Removed the link to the "for Python programmers" documentation at the bottom since it would be redundant.
Links to the templates_python page from templates