diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-03-22 10:19:19 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-03-22 10:19:19 -0700 |
commit | a709488d95cb71b0767e24e67a0cb70f46d30337 (patch) | |
tree | 8de71698575d22b79ac20a54b01028fdc8dcabc9 /docs | |
parent | 65df3e31166b8f517a3779cddcdb7db5e68cdc9c (diff) |
Removed top-level component gr-atsc.
This functionality has been migrated to the new gr-dtv top-level
component.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/Doxyfile.in | 8 | ||||
-rw-r--r-- | docs/doxygen/other/group_defs.dox | 5 | ||||
-rw-r--r-- | docs/sphinx/source/atsc/blks.rst | 20 | ||||
-rw-r--r-- | docs/sphinx/source/atsc/index.rst | 62 | ||||
-rw-r--r-- | docs/sphinx/source/index.rst | 4 |
5 files changed, 0 insertions, 99 deletions
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index 3f558526e7..9a2ce07958 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -145,8 +145,6 @@ STRIP_FROM_INC_PATH = @CMAKE_SOURCE_DIR@/gnuradio-runtime/include \ @CMAKE_BINARY_DIR@/gnuradio-runtime/include \ @CMAKE_SOURCE_DIR@/gr-analog/include \ @CMAKE_BINARY_DIR@/gr-analog/include \ - @CMAKE_SOURCE_DIR@/gr-atsc/include \ - @CMAKE_BINARY_DIR@/gr-atsc/include \ @CMAKE_SOURCE_DIR@/gr-audio/include \ @CMAKE_BINARY_DIR@/gr-audio/include \ @CMAKE_SOURCE_DIR@/gr-blocks/include \ @@ -744,9 +742,6 @@ EXCLUDE = @abs_top_builddir@/docs/doxygen/html \ @abs_top_builddir@/gnuradio-runtime/python/gnuradio/gr/gr_threading.py \ @abs_top_builddir@/gnuradio-runtime/python/gnuradio/gr/gr_threading_23.py \ @abs_top_builddir@/gnuradio-runtime/python/gnuradio/gr/gr_threading_24.py \ - @abs_top_builddir@/gr-atsc/swig/atsc_swig.py \ - @abs_top_builddir@/gr-atsc/lib/gen_encoder.py \ - @abs_top_builddir@/gr-atsc/python \ @abs_top_builddir@/gr-pager/swig/pager_swig.py \ @abs_top_builddir@/gr-trellis/doc \ @abs_top_builddir@/gr-trellis/swig/trellis_swig.py \ @@ -762,8 +757,6 @@ EXCLUDE = @abs_top_builddir@/docs/doxygen/html \ @abs_top_builddir@/gnuradio-runtime/lib \ @abs_top_srcdir@/gr-analog/lib \ @abs_top_builddir@/gr-analog/lib \ - @abs_top_srcdir@/gr-atsc/lib \ - @abs_top_builddir@/gr-atsc/lib \ @abs_top_srcdir@/gr-audio/lib \ @abs_top_builddir@/gr-audio/lib \ @abs_top_srcdir@/gr-blocks/lib \ @@ -818,7 +811,6 @@ EXCLUDE_PATTERNS = */.deps/* \ */.svn/* \ */CVS/* \ */__init__.py \ - */gr-atsc/src/lib/Gr* \ */moc_*.cc \ */qa_*.cc \ */qa_*.h \ diff --git a/docs/doxygen/other/group_defs.dox b/docs/doxygen/other/group_defs.dox index 428ac9a8f3..1cb3ff9f97 100644 --- a/docs/doxygen/other/group_defs.dox +++ b/docs/doxygen/other/group_defs.dox @@ -69,11 +69,6 @@ */ /*! - * \defgroup atsc ATSC - * ATSC Applications... - */ - -/*! * \defgroup pager Pager * Pager Applications */ diff --git a/docs/sphinx/source/atsc/blks.rst b/docs/sphinx/source/atsc/blks.rst deleted file mode 100644 index 6f51a22876..0000000000 --- a/docs/sphinx/source/atsc/blks.rst +++ /dev/null @@ -1,20 +0,0 @@ -gnuradio.atsc: Signal Processing Blocks -======================================= - -.. autooldblock:: gnuradio.atsc.bit_timing_loop -.. autooldblock:: gnuradio.atsc.deinterleaver -.. autooldblock:: gnuradio.atsc.depad -.. autooldblock:: gnuradio.atsc.derandomizer -.. autooldblock:: gnuradio.atsc.ds_to_softds -.. autooldblock:: gnuradio.atsc.equalizer -.. autooldblock:: gnuradio.atsc.field_sync_demux -.. autooldblock:: gnuradio.atsc.field_sync_mux -.. autooldblock:: gnuradio.atsc.fpll -.. autooldblock:: gnuradio.atsc.fs_checker -.. autooldblock:: gnuradio.atsc.interleaver -.. autooldblock:: gnuradio.atsc.pad -.. autooldblock:: gnuradio.atsc.randomizer -.. autooldblock:: gnuradio.atsc.rs_decoder -.. autooldblock:: gnuradio.atsc.rs_encoder -.. autooldblock:: gnuradio.atsc.trellis_encoder -.. autooldblock:: gnuradio.atsc.viterbi_decoder diff --git a/docs/sphinx/source/atsc/index.rst b/docs/sphinx/source/atsc/index.rst deleted file mode 100644 index a8a54ad337..0000000000 --- a/docs/sphinx/source/atsc/index.rst +++ /dev/null @@ -1,62 +0,0 @@ -gnuradio.atsc -============= - -.. automodule:: gnuradio.atsc - -Signal Processing Blocks ------------------------- - -.. autosummary:: - :nosignatures: - - gnuradio.atsc.bit_timing_loop - gnuradio.atsc.deinterleaver - gnuradio.atsc.depad - gnuradio.atsc.derandomizer - gnuradio.atsc.ds_to_softds - gnuradio.atsc.equalizer - gnuradio.atsc.field_sync_demux - gnuradio.atsc.field_sync_mux - gnuradio.atsc.fpll - gnuradio.atsc.fs_checker - gnuradio.atsc.interleaver - gnuradio.atsc.pad - gnuradio.atsc.randomizer - gnuradio.atsc.rs_decoder - gnuradio.atsc.rs_encoder - gnuradio.atsc.trellis_encoder - gnuradio.atsc.viterbi_decoder - -Constants ---------- - -.. autosummary:: - :nosignatures: - - gnuradio.atsc.ATSC_DATA_SEGMENT_LENGTH - gnuradio.atsc.ATSC_DATA_SEGMENT_RATE - gnuradio.atsc.ATSC_DSEGS_PER_FIELD - gnuradio.atsc.ATSC_MPEG_DATA_LENGTH - gnuradio.atsc.ATSC_MPEG_PKT_LENGTH - gnuradio.atsc.ATSC_MPEG_RS_ENCODED_LENGTH - gnuradio.atsc.ATSC_SYMBOL_RATE - gnuradio.atsc.MPEG_SYNC_BYTE - gnuradio.atsc.MPEG_TRANSPORT_ERROR_BIT - -Sizes ---------- - -.. autosummary:: - :nosignatures: - - gnuradio.atsc.sizeof_atsc_data_segment - gnuradio.atsc.sizeof_atsc_data_segment_pad - gnuradio.atsc.sizeof_atsc_mpeg_packet - gnuradio.atsc.sizeof_atsc_mpeg_packet_no_sync - gnuradio.atsc.sizeof_atsc_mpeg_packet_no_sync_pad - gnuradio.atsc.sizeof_atsc_mpeg_packet_pad - gnuradio.atsc.sizeof_atsc_mpeg_packet_rs_encoded - gnuradio.atsc.sizeof_atsc_mpeg_packet_rs_encoded_pad - gnuradio.atsc.sizeof_atsc_soft_data_segment - gnuradio.atsc.sizeof_atsc_soft_data_segment_pad - diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst index 3830d58c24..eef479484d 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -84,7 +84,6 @@ Framework Extensions .. autosummary:: :nosignatures: - gnuradio.atsc gnuradio.noaa gnuradio.pager gnuradio.video_sdl @@ -93,7 +92,6 @@ Framework Extensions .. toctree:: :hidden: - gnuradio.atsc <atsc/index> gnuradio.noaa <noaa> gnuradio.pager <pager/index> gnuradio.video_sdl <video_sdl> @@ -107,7 +105,6 @@ Framework Extensions :hidden: runtime_contents <gr/contents> - atsc_blks <atsc/blks> digital_blocks <digital/blocks> constellations <digital/constellations> ofdm <digital/ofdm> @@ -163,4 +160,3 @@ Framework Extensions pmt_list <pmt/list> pmt_pair <pmt/pair> pmt_symbol <pmt/symbol> - |