mailr26951 - /branches/nmrglue/user_functions/io.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on December 03, 2014 - 22:16:
Author: tlinnet
Date: Wed Dec  3 22:16:44 2014
New Revision: 26951

URL: http://svn.gna.org/viewcvs/relax?rev=26951&view=rev
Log:
Short Title Fix for the userfunction io.file_list.

Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to 
nmrglue, to read .ft2 files and process them.
Homepage: http://www.nmrglue.com/
Link to nmrglue discussion: 
https://groups.google.com/forum/#!forum/nmrglue-discuss
The code is develop at Github: https://github.com/jjhelmus/nmrglue/
Documentation: http://nmrglue.readthedocs.org/en/latest/index.html

Modified:
    branches/nmrglue/user_functions/io.py

Modified: branches/nmrglue/user_functions/io.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/nmrglue/user_functions/io.py?rev=26951&r1=26950&r2=26951&view=diff
==============================================================================
--- branches/nmrglue/user_functions/io.py       (original)
+++ branches/nmrglue/user_functions/io.py       Wed Dec  3 22:16:44 2014
@@ -49,7 +49,7 @@
 # The io.file_list user function.
 uf = uf_info.add_uf('io.file_list')
 uf.title = "Store a file list matching a file pattern in a directory."
-uf.title_short = "Chemical shift reading."
+uf.title_short = "IO file list."
 uf.add_keyarg(
     name = "glob",
     py_type = "str",




Related Messages


Powered by MHonArc, Updated Wed Dec 03 22:40:02 2014