diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-07-25 21:58:09 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-07-25 21:58:09 -0400 |
commit | 115254847e9c6db03a417749f4e476ed3db95e70 (patch) | |
tree | dedf9a298e55384c1fdc6e0c1aa4ca6a44a3126e /docs/exploring-gnuradio/exploring_gnuradio.dox | |
parent | dd7006e59d96e9961f243b2b17f468e6e1854bcc (diff) |
docs: minor updates to the docs, including a new page for Python blocks.
Diffstat (limited to 'docs/exploring-gnuradio/exploring_gnuradio.dox')
-rw-r--r-- | docs/exploring-gnuradio/exploring_gnuradio.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/exploring-gnuradio/exploring_gnuradio.dox b/docs/exploring-gnuradio/exploring_gnuradio.dox index a3224838d1..78dcfdf3cc 100644 --- a/docs/exploring-gnuradio/exploring_gnuradio.dox +++ b/docs/exploring-gnuradio/exploring_gnuradio.dox @@ -1,9 +1,9 @@ /*! \page page_exploring_gnuradio Exploring GNU Radio -In this page, we will go over two examples that are shipped with GNU -Radio. We start off with a very simple dial tone generating example -that is done in Python. The second example uses both GNU Radio -Companion (GRC) and Python for different stages of the example. +Let's explore over two examples that are shipped with GNU Radio. We +start off with a very simple dial tone generating example that is done +in Python. The second example uses both GNU Radio Companion (GRC) and +Python for different stages of the example. In either case, we will be actually working with Python code and the modules as they exist in Python. However, in the following discussion, |