Opened 8 years ago

Last modified 8 years ago

#26272 closed New feature

Additional Documentation on Common Features — at Initial Version

Reported by: Malik A. Rumi Owned by: nobody
Component: Documentation Version: 1.9
Severity: Normal Keywords: Home page, Table of Contents
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

  1. Building a home page

I posted this to Django Groups, and while responding to Bob I realized this might need to be a feature request, so I'm here making it. Here's the link: https://mail.google.com/mail/u/0/#inbox/1530e36e323dadbf

  1. Building a Table of Contents

This is another area where getting solid information is hard to come by. I am NOT talking about using Sphinx or anything like that. This is not for documentation, it is for a Table of Contents for end users of the site. Such tables are typically hierarchical, which requires either a 3rd party app or a judicious use of parent child relationships. And while we can use ListView as a starting point, what about features that spread across different apps, or don't have strictly hierarchical relation but that you still want to list together somehow?

I am perfectly willing to work on this, (I have lots of non-technical writing experience) even alone, so long as I had the ear of Django experts who would respond to issues I run into or questions I have about how it should all work, best practices, etc.

Change History (0)

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