Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16827 > unrolled thread

Documentation using Sphinx

Started bysajuptpm <sajuptpm@gmail.com>
First post2011-12-08 06:09 -0800
Last post2011-12-08 15:17 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Documentation using Sphinx sajuptpm <sajuptpm@gmail.com> - 2011-12-08 06:09 -0800
    Re: Documentation using Sphinx Andrea Crotti <andrea.crotti.0@gmail.com> - 2011-12-08 15:17 +0000

#16827 — Documentation using Sphinx

Fromsajuptpm <sajuptpm@gmail.com>
Date2011-12-08 06:09 -0800
SubjectDocumentation using Sphinx
Message-ID<6107ecd2-9acf-4334-8877-ca8b9ff90752@b14g2000prn.googlegroups.com>
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 ???.

[toc] | [next] | [standalone]


#16834

FromAndrea Crotti <andrea.crotti.0@gmail.com>
Date2011-12-08 15:17 +0000
Message-ID<mailman.3416.1323357481.27778.python-list@python.org>
In reply to#16827
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.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web