Re: Documentation tool

2014-09-06 Thread Daniele Procida
On Fri, Sep 5, 2014, Daniel Chimeno 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 nev

Documentation tool

2014-09-06 Thread Daniel Chimeno
Hello, 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 Any suggest? Thanks. C