mailr17243 - in /trunk/generic_fns/structure: api_base.py internal.py scientific.py


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

Header


Content

Posted by edward on July 12, 2012 - 17:30:
Author: bugman
Date: Thu Jul 12 17:30:02 2012
New Revision: 17243

URL: http://svn.gna.org/viewcvs/relax?rev=17243&view=rev
Log:
Epydoc docstring fixes for the API documentation.


Modified:
    trunk/generic_fns/structure/api_base.py
    trunk/generic_fns/structure/internal.py
    trunk/generic_fns/structure/scientific.py

Modified: trunk/generic_fns/structure/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/structure/api_base.py?rev=17243&r1=17242&r2=17243&view=diff
==============================================================================
--- trunk/generic_fns/structure/api_base.py (original)
+++ trunk/generic_fns/structure/api_base.py Thu Jul 12 17:30:02 2012
@@ -122,8 +122,8 @@
 
         @keyword atom_id1:  The molecule, residue, and atom identifier 
string of the first atom.
         @type atom_id1:     str
-        @keyword atom_id1:  The molecule, residue, and atom identifier 
string of the second atom.
-        @type atom_id1:     str
+        @keyword atom_id2:  The molecule, residue, and atom identifier 
string of the second atom.
+        @type atom_id2:     str
         @return:            True if the atoms are directly bonded.
         @rtype:             bool
         """

Modified: trunk/generic_fns/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/structure/internal.py?rev=17243&r1=17242&r2=17243&view=diff
==============================================================================
--- trunk/generic_fns/structure/internal.py (original)
+++ trunk/generic_fns/structure/internal.py Thu Jul 12 17:30:02 2012
@@ -673,8 +673,8 @@
 
         @keyword atom_id1:  The molecule, residue, and atom identifier 
string of the first atom.
         @type atom_id1:     str
-        @keyword atom_id1:  The molecule, residue, and atom identifier 
string of the second atom.
-        @type atom_id1:     str
+        @keyword atom_id2:  The molecule, residue, and atom identifier 
string of the second atom.
+        @type atom_id2:     str
         @return:            True if the atoms are directly bonded.
         @rtype:             bool
         """

Modified: trunk/generic_fns/structure/scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/structure/scientific.py?rev=17243&r1=17242&r2=17243&view=diff
==============================================================================
--- trunk/generic_fns/structure/scientific.py (original)
+++ trunk/generic_fns/structure/scientific.py Thu Jul 12 17:30:02 2012
@@ -158,8 +158,8 @@
 
         @keyword atom_id1:  The molecule, residue, and atom identifier 
string of the first atom.
         @type atom_id1:     str
-        @keyword atom_id1:  The molecule, residue, and atom identifier 
string of the second atom.
-        @type atom_id1:     str
+        @keyword atom_id2:  The molecule, residue, and atom identifier 
string of the second atom.
+        @type atom_id2:     str
         @return:            True if the atoms are directly bonded.
         @rtype:             bool
         """




Related Messages


Powered by MHonArc, Updated Thu Jul 12 17:40:02 2012