aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPiotr K <pkrysik@elka.pw.edu.pl>2014-08-13 18:59:46 +0200
committerPiotr K <pkrysik@elka.pw.edu.pl>2014-08-13 18:59:46 +0200
commitc917af4e3a7c4c66f5b4e2494e1456f41dd12a47 (patch)
treed636d650246771eaf75e6b02e7bd8effed408e4c /docs
parentc7932ffbd429e38691c082e921e5729fe4ad5279 (diff)
Update of READMEs
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)