aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2019-07-17 21:51:56 +0200
committerMarcus Müller <marcus@hostalia.de>2019-07-17 22:31:50 +0200
commit29a50db640a3fe56f26a60f3a9cceb6e2b34fa9f (patch)
tree5560bd581a17ba71ee63b5349ecce8a44622e3c3 /docs
parentSet grc Python3 min ver to 3.6.5, Py2 min ver to 2.7.6 (diff)
downloadgnuradio-29a50db640a3fe56f26a60f3a9cceb6e2b34fa9f.tar.xz
gnuradio-29a50db640a3fe56f26a60f3a9cceb6e2b34fa9f.zip
Purge gr-comedi and all references to it from mainline GNU Radio
This includes the gr-comedi/ subdirectory, the build infrastructure and CMake modules referencing Comedi, and the documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen/Doxyfile.in4
-rw-r--r--docs/doxygen/other/build_guide.dox.in7
-rw-r--r--docs/sphinx/source/comedi_blocks.rst7
-rw-r--r--docs/sphinx/source/index.rst1
4 files changed, 2 insertions, 17 deletions
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in
index 72e7977df..bd60d7cc3 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -151,8 +151,6 @@ STRIP_FROM_INC_PATH = @CMAKE_SOURCE_DIR@/gnuradio-runtime/include \
@CMAKE_BINARY_DIR@/gr-blocks/include \
@CMAKE_SOURCE_DIR@/gr-channels/include \
@CMAKE_BINARY_DIR@/gr-channels/include \
- @CMAKE_SOURCE_DIR@/gr-comedi/include \
- @CMAKE_BINARY_DIR@/gr-comedi/include \
@CMAKE_SOURCE_DIR@/gr-digital/include \
@CMAKE_BINARY_DIR@/gr-digital/include \
@CMAKE_SOURCE_DIR@/gr-dtv/include \
@@ -760,8 +758,6 @@ EXCLUDE = @abs_top_srcdir@/volk \
@abs_top_builddir@/gr-blocks/lib \
@abs_top_srcdir@/gr-channels/lib \
@abs_top_builddir@/gr-channels/lib \
- @abs_top_srcdir@/gr-comedi/lib \
- @abs_top_builddir@/gr-comedi/lib \
@abs_top_srcdir@/gr-digital/lib \
@abs_top_builddir@/gr-digital/lib \
@abs_top_srcdir@/gr-dtv/lib \
diff --git a/docs/doxygen/other/build_guide.dox.in b/docs/doxygen/other/build_guide.dox.in
index cf9cc39ba..aa4f190ac 100644
--- a/docs/doxygen/other/build_guide.dox.in
+++ b/docs/doxygen/other/build_guide.dox.in
@@ -25,8 +25,8 @@ systems on gnuradio.org
Not all dependencies are required for all components, and not all
components are required for a given installation. The list of required
components is determined by what the user requires from GNU Radio. If,
-for example, you do not use any Comedi-based hardware, do not worry
-about building gr-comedi.
+for example, you do not use any UHD-based hardware, do not worry
+about building gr-uhd.
Before trying to build these from source, please try your system's
installation tool (apt-get, pkg_install, YaST, yum, urpmi, etc.)
@@ -102,9 +102,6 @@ audio-osx and audio-windows to be either satisfied or built.
\subsection dep_gr_video_sdl gr-video-sdl: PAL and NTSC display (rarely used)
\li SDL (>= 1.2.0) http://www.libsdl.org/download-1.2.php
-\subsection dep_gr_comedi gr-comedi: Comedi hardware interface (only if you know what this is)
-\li comedilib (>= 0.8.1) http://www.comedi.org/
-
\ref page_ctrlport may use various backends to perform the RPC
process, and each is its own dependency.
diff --git a/docs/sphinx/source/comedi_blocks.rst b/docs/sphinx/source/comedi_blocks.rst
deleted file mode 100644
index 570be745d..000000000
--- a/docs/sphinx/source/comedi_blocks.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-gnuradio.comedi
-===============
-
-.. automodule:: gnuradio.comedi
-
-.. autoblock:: gnuradio.comedi.sink_s
-.. autoblock:: gnuradio.comedi.source_s
diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst
index c5521550c..fb74a22ca 100644
--- a/docs/sphinx/source/index.rst
+++ b/docs/sphinx/source/index.rst
@@ -10,7 +10,6 @@ gnuradio
blocks_analog <analog_blocks>
blocks_blocks <blocks_blocks>
blocks_channels <channels_blocks>
- blocks_comedi <comedi_blocks>
blocks_digital <digital_blocks>
blocks_dtv <dtv_blocks>
blocks_fec <fec_blocks>