summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen/other/main_page.dox5
-rw-r--r--docs/sphinx/source/gr/converter_blk.rst10
-rw-r--r--docs/sphinx/source/gr/index.rst14
3 files changed, 3 insertions, 26 deletions
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox
index c7acac33dc..6f422dfd8f 100644
--- a/docs/doxygen/other/main_page.dox
+++ b/docs/doxygen/other/main_page.dox
@@ -327,8 +327,9 @@ The \ref volk_guide page provides an overview of how to incorporate
and use Volk in GNU Radio blocks.
Many blocks have already been converted to use Volk in their calls, so
-they can also serve as examples. See the gr_complex_to_xxx.h file for
-examples of various blocks that make use of Volk.
+they can also serve as examples. See the
+gr::blocks::complex_to_<type>.h files for examples of various blocks
+that make use of Volk.
\section prefs Configuration / Preference Files
diff --git a/docs/sphinx/source/gr/converter_blk.rst b/docs/sphinx/source/gr/converter_blk.rst
deleted file mode 100644
index be643d2cb1..0000000000
--- a/docs/sphinx/source/gr/converter_blk.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-gnuradio.gr: Type Conversions
-=============================
-
-.. autooldblock:: gnuradio.gr.complex_to_interleaved_short
-.. autooldblock:: gnuradio.gr.complex_to_float
-.. autooldblock:: gnuradio.gr.complex_to_real
-.. autooldblock:: gnuradio.gr.complex_to_imag
-.. autooldblock:: gnuradio.gr.complex_to_mag
-.. autooldblock:: gnuradio.gr.complex_to_mag_squared
-.. autooldblock:: gnuradio.gr.complex_to_arg
diff --git a/docs/sphinx/source/gr/index.rst b/docs/sphinx/source/gr/index.rst
index f35653aaf8..2b456824fc 100644
--- a/docs/sphinx/source/gr/index.rst
+++ b/docs/sphinx/source/gr/index.rst
@@ -66,20 +66,6 @@ Information Coding and Decoding
gnuradio.gr.fake_channel_decoder_pp
-Type Conversions
-^^^^^^^^^^^^^^^^
-
-.. autosummary::
- :nosignatures:
-
- gnuradio.gr.complex_to_interleaved_short
- gnuradio.gr.complex_to_float
- gnuradio.gr.complex_to_real
- gnuradio.gr.complex_to_imag
- gnuradio.gr.complex_to_mag
- gnuradio.gr.complex_to_mag_squared
- gnuradio.gr.complex_to_arg
-
Miscellaneous Blocks
^^^^^^^^^^^^^^^^^^^^