Re: Suggestions for documentation generation?

2006-03-04 Thread Bo Peng
kpd wrote: > Hello, > > I have written a C++ library that I've then wrapped with Pyrex. > Any suggestions to the best-in-class tool to create documentation for > the libraries? > > I would love to document things in one spot (could be the code) and > generate html and PDF from there. > > Doxygen

Re: Suggestions for documentation generation?

2006-03-02 Thread John M. Gabriele
Michael Ekstrand wrote: > > > Doxygen has recently added support for Python, [snip] Didn't know that. Thanks for the heads-up. :) -- (remove zeez if demunging email address) -- http://mail.python.org/mailman/listinfo/python-list

Re: Suggestions for documentation generation?

2006-03-02 Thread Michael Ekstrand
On 2 Mar 2006 04:06:17 -0800 "kpd" <[EMAIL PROTECTED]> wrote: > Thanks - I took at both. Also at 'percepts', which I used a long time > ago (had forgotten about it). Percepts has a great little java applet > for viewing the class hierarchy. I don't think it works for python, > just C++ though. L

Re: Suggestions for documentation generation?

2006-03-02 Thread kpd
Thanks - I took at both. Also at 'percepts', which I used a long time ago (had forgotten about it). Percepts has a great little java applet for viewing the class hierarchy. I don't think it works for python, just C++ though. Looks like doxygen will fit the bill. -- http://mail.python.org/mailm

Re: Suggestions for documentation generation?

2006-03-01 Thread Terry Hancock
On Wed, 01 Mar 2006 19:58:50 -0500 "John M. Gabriele" <[EMAIL PROTECTED]> wrote: > kpd wrote: > > I have written a C++ library that I've then wrapped with > > Pyrex. Any suggestions to the best-in-class tool to > > create documentation for the libraries? > > > > I would love to document things in

Re: Suggestions for documentation generation?

2006-03-01 Thread John M. Gabriele
kpd wrote: > Hello, > > I have written a C++ library that I've then wrapped with Pyrex. > Any suggestions to the best-in-class tool to create documentation for > the libraries? > > I would love to document things in one spot (could be the code) and > generate html and PDF from there. > > Doxygen

Suggestions for documentation generation?

2006-03-01 Thread kpd
Hello, I have written a C++ library that I've then wrapped with Pyrex. Any suggestions to the best-in-class tool to create documentation for the libraries? I would love to document things in one spot (could be the code) and generate html and PDF from there. Doxygen (www.doxygen.org) looks to be