mailr14303 - /branches/gui_testing/prompt/molmol.py


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

Header


Content

Posted by edward on August 09, 2011 - 22:26:
Author: bugman
Date: Tue Aug  9 22:26:41 2011
New Revision: 14303

URL: http://svn.gna.org/viewcvs/relax?rev=14303&view=rev
Log:
Some docstring improvements to a few of the molmol user functions.


Modified:
    branches/gui_testing/prompt/molmol.py

Modified: branches/gui_testing/prompt/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/molmol.py?rev=14303&r1=14302&r2=14303&view=diff
==============================================================================
--- branches/gui_testing/prompt/molmol.py (original)
+++ branches/gui_testing/prompt/molmol.py Tue Aug  9 22:26:41 2011
@@ -47,6 +47,9 @@
     # The function doc info.
     clear_history._doc_title = "Clear the Molmol command history."
     clear_history._doc_title_short = "Clear Molmol history."""
+    clear_history._doc_desc = """
+        This will clear the Molmol history from memory.
+        """
     _build_doc(clear_history)
 
 
@@ -225,6 +228,9 @@
     # The function doc info.
     view._doc_title = "View the collection of molecules from the loaded PDB 
file."
     view._doc_title_short = "Molecule viewing."
+    view._doc_desc = """
+        This will simply launch Molmol.
+        """
     view._doc_examples = """
         relax> molmol.view()
         """




Related Messages


Powered by MHonArc, Updated Tue Aug 09 22:40:02 2011