[Discuss-gnuradio] How to properly generate documentation, and find the files behind the code?

2009-08-10 Thread Jonathan Coveney
Howdy, I want to better understand certain blocks... such as what the parameters of optfir.low_pass actually specify, how it's implemented, that sort of thing. But the gnuradio filetree is next to impossible to traverse. I have been pointed here /usr/local/share/doc/gnuradio-3.3svn/html/index.htm

Re: [Discuss-gnuradio] How to properly generate documentation, and find the files behind the code?

2009-08-11 Thread Eric Blossom
On Mon, Aug 10, 2009 at 05:29:27PM -0400, Jonathan Coveney wrote: > Howdy, > > I want to better understand certain blocks... such as what the parameters of > optfir.low_pass actually specify, how it's implemented, that sort of thing. > But the gnuradio filetree is next to impossible to traverse. >

Re: [Discuss-gnuradio] How to properly generate documentation, and find the files behind the code?

2009-08-12 Thread adib_sairi
Jonathan Coveney-2 wrote: > > Howdy, > > I want to better understand certain blocks... such as what the parameters > of > optfir.low_pass actually specify, how it's implemented, that sort of > thing. > But the gnuradio filetree is next to impossible to traverse. > > I have been pointed here >

Re: [Discuss-gnuradio] How to properly generate documentation, and find the files behind the code?

2009-08-12 Thread Josef Vukovic
Hello Jonathan, I played a little around with find and grep and did this: q6fd0:~/gnuradio josefvukovic$ find . -name "optfir.*" ./gnuradio-core/src/python/gnuradio/.svn/prop-base/optfir.py.svn-base ./gnuradio-core/src/python/gnuradio/.svn/text-base/optfir.py.svn-base ./gnuradio-core/src/python/g

Re: [Discuss-gnuradio] How to properly generate documentation, and find the files behind the code?

2009-08-13 Thread Jonathan Coveney
That's perfect. I am a recent mac convert and am not as familiar with the unix as I should be. Thanks for playing around with that for me! 2009/8/13 Josef Vukovic > Hello Jonathan, > > I played a little around with find and grep and did this: > > q6fd0:~/gnuradio josefvukovic$ find . -name "optf