On Dec 24, 2007 11:37 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am relatively new to Django and Python programming. Is there an API > documents in Django similar to JavaDoc? When I do programming in > Java, I can easily look up the JavaDoc to figure out method arguments > etc. I checked the doc folder of the downloaded Django package, but > found no such API document.
There are tools which will produce "automatic" API documentation from Python code, but they are somewhat frowned upon by the Django development team, who feel that they are a poor substitute for writing real documentation (the same is true in the Java world). There is someone who independently maintains an "automatically-generated" set of API documentation, if you're absolutely desperate for that, but personally I'd recommend avoiding it as long as possible and actually reading the human-generated documentation that's already available. http://djangoapi.quamquam.org/trunk/ -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---