diff options
author | Tom Rondeau | 2011-10-09 16:55:33 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-09 16:55:33 -0400 |
commit | 34c8a8e591ec0dabe6e9bab0d65d3eae27ebb2db (patch) | |
tree | 80d15e725fb87ed292f3b59a4121b2173911d707 /gr-digital/python | |
parent | 1ccc199c649c4d391eb544de7d29e292023125a3 (diff) | |
download | gnuradio-34c8a8e591ec0dabe6e9bab0d65d3eae27ebb2db.tar.gz gnuradio-34c8a8e591ec0dabe6e9bab0d65d3eae27ebb2db.tar.bz2 gnuradio-34c8a8e591ec0dabe6e9bab0d65d3eae27ebb2db.zip |
docs: This adds documentation to gr-digital in the form of a README.digital and a digital modulation page for the Doxygen manual. The manual's main page has been updated to link to the new digital modulation page.
Diffstat (limited to 'gr-digital/python')
-rw-r--r-- | gr-digital/python/__init__.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gr-digital/python/__init__.py b/gr-digital/python/__init__.py index 0fc48cc79..ca46dcfdb 100644 --- a/gr-digital/python/__init__.py +++ b/gr-digital/python/__init__.py @@ -1,4 +1,3 @@ -# # Copyright 2011 Free Software Foundation, Inc. # # This file is part of GNU Radio @@ -19,6 +18,11 @@ # Boston, MA 02110-1301, USA. # +''' +This is the gr-digital package. It contains all of the blocks, +utilities, and examples for doing digital modulation and demodulation. +''' + # The presence of this file turns this directory into a Python package from digital_swig import * |