mailr3441 - /1.3/prompt/molecule.py


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

Header


Content

Posted by edward on November 04, 2007 - 19:38:
Author: bugman
Date: Sun Nov  4 19:38:07 2007
New Revision: 3441

URL: http://svn.gna.org/viewcvs/relax?rev=3441&view=rev
Log:
Modified the molecule user functions to include the identification string 
documentation.


Modified:
    1.3/prompt/molecule.py

Modified: 1.3/prompt/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/molecule.py?rev=3441&r1=3440&r2=3441&view=diff
==============================================================================
--- 1.3/prompt/molecule.py (original)
+++ 1.3/prompt/molecule.py Sun Nov  4 19:38:07 2007
@@ -200,3 +200,15 @@
 
         # Execute the functional code.
         molecule.display(mol_id=mol_id)
+
+
+
+    # Docstring modification.
+    #########################
+
+    # Add the residue identification string description.
+    copy.__doc__ = copy.__doc__ + "\n\n" + id_string_doc + "\n"
+    delete.__doc__ = delete.__doc__ + "\n\n" + id_string_doc + "\n"
+    display.__doc__ = display.__doc__ + "\n\n" + id_string_doc + "\n"
+    #rename.__doc__ = rename.__doc__ + "\n\n" + id_string_doc + "\n"
+    #renumber.__doc__ = renumber.__doc__ + "\n\n" + id_string_doc + "\n"




Related Messages


Powered by MHonArc, Updated Sun Nov 04 19:40:23 2007