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