summaryrefslogtreecommitdiff
path: root/gr-zeromq/docs/README.zmqblocks
diff options
context:
space:
mode:
Diffstat (limited to 'gr-zeromq/docs/README.zmqblocks')
-rw-r--r--gr-zeromq/docs/README.zmqblocks11
1 files changed, 0 insertions, 11 deletions
diff --git a/gr-zeromq/docs/README.zmqblocks b/gr-zeromq/docs/README.zmqblocks
deleted file mode 100644
index d248dd71ca..0000000000
--- a/gr-zeromq/docs/README.zmqblocks
+++ /dev/null
@@ -1,11 +0,0 @@
-This is the zmqblocks-write-a-block package meant as a guide to building
-out-of-tree packages. To use the zmqblocks blocks, the Python namespaces
-is in 'zmqblocks', which is imported as:
-
- import zmqblocks
-
-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:
-
- help(zmqblocks)