summaryrefslogtreecommitdiff
path: root/gr-blocks/doc/blocks.dox
diff options
context:
space:
mode:
authorBogdan Radulescu <bogdan@nimblex.net>2018-02-03 13:30:58 +0100
committerMartin Braun <martin.braun@ettus.com>2018-02-03 13:30:58 +0100
commit3c177dbe3b93dc9a5db27f9b53417a28a1ead6ad (patch)
treef25c24b0d2127d0dc750e53e669e4d5c2e071116 /gr-blocks/doc/blocks.dox
parenta0adcd3347c7ffd6ef3c42ce7705a23978774d3b (diff)
Rename subdir doc to docs where appropriate
This makes the subdir naming consistent across modules.
Diffstat (limited to 'gr-blocks/doc/blocks.dox')
-rw-r--r--gr-blocks/doc/blocks.dox24
1 files changed, 0 insertions, 24 deletions
diff --git a/gr-blocks/doc/blocks.dox b/gr-blocks/doc/blocks.dox
deleted file mode 100644
index fb7d3e67ab..0000000000
--- a/gr-blocks/doc/blocks.dox
+++ /dev/null
@@ -1,24 +0,0 @@
-/*! \page page_blocks Standard GNU Radio Blocks
-
-\section blocks_introduction Introduction
-
-This is the gr-blocks package. It contains many of the generic,
-standard, or simple blocks used for many aspects of building GNU Radio
-flowgraphs. To use these blocks, the Python module is
-gnuradio.blocks, which would be normally imported as:
-
-\code
- from gnuradio import blocks
-\endcode
-
-See the Doxygen documentation for details about the blocks available
-in this package.
-
-A quick listing of the details can be found in Python after importing
-by using:
-
-\code
- help(blocks)
-\endcode
-
-*/