diff options
author | Martin Braun <martin.braun@kit.edu> | 2013-10-07 20:09:48 -0400 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-10-09 14:47:00 -0700 |
commit | 91e7b07e476c440e8f02be92244839f298933a1a (patch) | |
tree | cb6fba53eae1b7e38f99daa18694823c3134f0f9 /gr-utils/python/modtool/gr-newmod/examples | |
parent | 0580749a71bc25632bcd3de4715c79c11ecd5c53 (diff) |
modtool: Added example dir to encourage people to add examples
Diffstat (limited to 'gr-utils/python/modtool/gr-newmod/examples')
-rw-r--r-- | gr-utils/python/modtool/gr-newmod/examples/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-utils/python/modtool/gr-newmod/examples/README b/gr-utils/python/modtool/gr-newmod/examples/README new file mode 100644 index 0000000000..c012bdfa0a --- /dev/null +++ b/gr-utils/python/modtool/gr-newmod/examples/README @@ -0,0 +1,4 @@ +It is considered good practice to add examples in here to demonstrate the +functionality of your OOT module. Python scripts, GRC flow graphs or other +code can go here. + |