Opened 14 years ago

Closed 13 years ago

Last modified 12 years ago

#13397 closed (fixed)

Include third level headings in the document TOC

Reported by: cyang Owned by: Rich Leland
Component: Documentation Version: 1.1
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

The TOC (http://docs.djangoproject.com/en/1.1/contents/) would be more helpful if it included third level headings, e.g.

...
* Using Django
  * How to install Django
  * Models and databases
    # Adding the following
    # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
    * Models
    * Making queries
    * Aggregation
    * Managers
    * Performing raw SQL queries
    * Managing database transactions
    * Database access optimization
    # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  * Handling HTTP requests
    # Also the following.
    * URL dispatcher
    * Writing Views
    * File Uploads
    * Django shortcut functions
    * Generic views
    * Middleware
    * How to use sessions
...

Attachments (1)

13397.diff (287 bytes ) - added by Rich Leland 13 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Paul Oswald, 13 years ago

milestone: 1.3

comment:3 by Rich Leland, 13 years ago

Owner: changed from nobody to Rich Leland

by Rich Leland, 13 years ago

Attachment: 13397.diff added

comment:4 by Rich Leland, 13 years ago

Has patch: set

comment:5 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

(In [15073]) Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch.

comment:6 by Tim Graham, 13 years ago

(In [15074]) [1.2.X] Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch.

Backport of r15073 from trunk.

comment:7 by Jacob, 12 years ago

milestone: 1.3

Milestone 1.3 deleted

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