Documentation using Sphinx

Andrea Crotti andrea.crotti.0 at gmail.com
Thu Dec 8 10:17:56 EST 2011


On 12/08/2011 02:09 PM, sajuptpm wrote:
> Hi,
> I am trying source code documentation using Sphinx. Here i have to
> copy paste all modules in to *.rst file, that is painful. Have any way
> to create documentation (doc for all modules, classes and methods in
> the project directory) from project folder quickly. I also plannig to
> add a code browsing facility in the document, for example: code should
> display if we click on a method/class name in the doc, does sphinx has
> this feature???  or what tool i have to choose for that ???.

You should never copy and paste anything ;)
Have a look at the autodoc plugin.



More information about the Python-list mailing list