diff options
author | Johnathan Corgan | 2012-10-01 16:00:32 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-10-01 16:00:32 -0700 |
commit | d5973006fa99ead50dd4b74e01aec19fc69f228a (patch) | |
tree | 86c0c9a26fbc9940510a64014dd4cb0923233959 /gr-blocks/doc/README.blocks | |
parent | b31ea99bf07cb66f1dab3cea94f9f792f6cab2fc (diff) | |
parent | 9f72b877043cd6e5d8e7cee20c0e4390419a94b7 (diff) | |
download | gnuradio-d5973006fa99ead50dd4b74e01aec19fc69f228a.tar.gz gnuradio-d5973006fa99ead50dd4b74e01aec19fc69f228a.tar.bz2 gnuradio-d5973006fa99ead50dd4b74e01aec19fc69f228a.zip |
Merge branch 'wip/gr-blocks-master'
Diffstat (limited to 'gr-blocks/doc/README.blocks')
-rw-r--r-- | gr-blocks/doc/README.blocks | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gr-blocks/doc/README.blocks b/gr-blocks/doc/README.blocks new file mode 100644 index 000000000..418a06825 --- /dev/null +++ b/gr-blocks/doc/README.blocks @@ -0,0 +1,12 @@ +This is the gr-blocks package. It contains the basic blocks that are +widely used in many different types of flowgraphs. To use these blocks, +the Python namespace is in gnuradio.blocks, which would be normally +imported as: + + from gnuradio import blocks + +See the Doxygen documentation for details about the blocks available +in this package. A quick listing of the details can be found in Python +after importing by using: + + help(blocks) |