mailr13479 - /branches/gui_testing/prompt/molecule.py


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

Header


Content

Posted by edward on July 07, 2011 - 11:43:
Author: bugman
Date: Thu Jul  7 11:43:06 2011
New Revision: 13479

URL: http://svn.gna.org/viewcvs/relax?rev=13479&view=rev
Log:
Changes to the molecule.delete() user function documentation.


Modified:
    branches/gui_testing/prompt/molecule.py

Modified: branches/gui_testing/prompt/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/molecule.py?rev=13479&r1=13478&r2=13479&view=diff
==============================================================================
--- branches/gui_testing/prompt/molecule.py (original)
+++ branches/gui_testing/prompt/molecule.py Thu Jul  7 11:43:06 2011
@@ -129,11 +129,12 @@
         delete_molecule(mol_id=mol_id)
 
     # The function doc info.
-    delete._doc_title = "Delete molecules."
+    delete._doc_title = "Molecule deletion."
+    delete._doc_title_short = "Delete molecules."
     delete._doc_args = [
         ["mol_id", "The molecule ID string."]]
     delete._doc_desc = """
-        This can be used to delete a single or sets of molecules.
+        This can be used to delete a single or sets of molecules from the 
relax data store.  The molecule will be deleted from the current data pipe.
         """
     delete._doc_additional = [id_string_doc]
     _build_doc(delete)




Related Messages


Powered by MHonArc, Updated Thu Jul 07 12:00:02 2011