Opened 17 years ago
Closed 17 years ago
#5955 closed (fixed)
ReStructuredText doc fixes
Reported by: | Chris Beaven | 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
Attached patch fixes the following documentation bugs:
authentication.txt: See _`Creating users` for example usage.
Inline internal target, should be hyperlink.
django-admin.txt:To run on 1.2.3.4:7000 with a `test` fixture::
Interpreted text, should be inline literal.
model-api.txt: some model metadata but can be overridden. See _`Table names` below.
Inline internal target, should be hyperlink.
release_notes_0.96.txt:version of `MySQLdb` as soon as possible, The "mysql_old" backend is
Interpreted text, should be inline literal.
tutorial01.txt: Terminal.app and navigate (using the `cd` command) to the directory
Interpreted text, should be inline literal.
url_dispatch.txt:be "included" in this place. See _`Including other URLconfs` below.
Inline internal target, should be hyperlink.
model-api.txt:that act on a single instance of a model object -- use _`Model methods`, not
Inline internal target, should be hyperlink.
templates_python.txt:These sorts of tags are called inclusion tags.
Interpreted text, should just be normal text.
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | doc_fixes.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
(the
templates-python.txt
file read:These sorts of tags are called `inclusion tags`.
)