Opened 16 years ago

Closed 16 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)

doc_fixes.diff (4.3 KB ) - added by Chris Beaven 16 years ago.

Download all attachments as: .zip

Change History (4)

by Chris Beaven, 16 years ago

Attachment: doc_fixes.diff added

comment:1 by Chris Beaven, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Chris Beaven, 16 years ago

(the templates-python.txt file read: These sorts of tags are called `inclusion tags`.)

comment:3 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in [6743].

Note: See TracTickets for help on using tickets.
Back to Top