On Fri, Sep 5, 2014, Daniel Chimeno <[email protected]> wrote: >I'm looking for a documentation tool for my django project. >Something like JavaDoc or PHPDoc, to be able to generate a HTML|PDF with the >models, views, urls.. >I've used sphinx to non-related Django projects, but I've never tried with >Django.
Hi Daniel. You'll get answers to your questions on the django-users email list, <[email protected]> - the web interface is <https://groups.google.com/forum/#!forum/django-users>. The list you've posted to is django-developers, an email list is for the discussion of the development of Django itself. You might also find helpful the #django IRC channel on irc.freenode.net. Having said that, Sphinx is an excellent tool for DJango docs. I hope that helps, Daniele -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/20140906134014.702603677%40mail.wservices.ch. For more options, visit https://groups.google.com/d/optout.
