While not exactly what you're looking at, something I had considered
some time ago was putting together a set of wiki articles that are
geared toward more of a quick-reference documentation. I put together
articles for HttpRequest[1] and HttpRespone[2], but never got any
further than that.

As you can see on the pages I've put together so far, the import
location is clearly listed at the beginning, and I was hoping this
format could be used for many of the objects in Django. I don't know
if it would work as well for helper functions like render_to_response,
but it's possible.

As for how this would work in the docs, it would be fairly simple to
just add links on references to the appropriate wiki article. Of
course, it wouldn't have to be wiki articles, but it would be easier
to maintain on the wiki than in the general docs.

-Gul

[1] http://code.djangoproject.com/wiki/HttpRequest
[2] http://code.djangoproject.com/wiki/HttpResponse

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to