On Thursday 09 November 2006 05:31, Eric Blossom wrote: > > --- How I can get information on Python functions? > > Documents generated by "doxygen" explain only > > C++ part of the software. (Am I correct?) > > To know Python functions, do I need to read through > > codes? I would like to know if there is a list > > or man-pages of such Python functions. My application > > may not require any new C++ coding. > > You could run epydoc on the python code in and under > gnuradio-core/src/python. Most of the code has epydoc doc strings.
Tried that. Running epydocs' last stable (2.1) release didn't produce anything useful. It complaint about improper paragraph indentation for most of the files. Haven't tried their developement version - yet. cheerio Berndt _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
