mailr10434 - /1.3/opendx/base_map.py


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

Header


Content

Posted by edward on January 27, 2010 - 13:33:
Author: bugman
Date: Wed Jan 27 13:33:11 2010
New Revision: 10434

URL: http://svn.gna.org/viewcvs/relax?rev=10434&view=rev
Log:
Epydoc fixes for the 'opendx' package.


Modified:
    1.3/opendx/base_map.py

Modified: 1.3/opendx/base_map.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/opendx/base_map.py?rev=10434&r1=10433&r2=10434&view=diff
==============================================================================
--- 1.3/opendx/base_map.py (original)
+++ 1.3/opendx/base_map.py Wed Jan 27 13:33:11 2010
@@ -196,17 +196,17 @@
     def create_point(self):
         """Function for creating a sphere at a given position within the 3D 
map.
 
-        The formula used to calculate the coordinate position is:
+        The formula used to calculate the coordinate position is::
 
                             V - L
             coord =   Inc * -----
                             U - L
 
         where:
-            V is the coordinate or parameter value.
-            L is the lower bound value.
-            U is the upper bound value.
-            Inc is the number of increments.
+            - V is the coordinate or parameter value.
+            - L is the lower bound value.
+            - U is the upper bound value.
+            - Inc is the number of increments.
 
         Both a data file and .general file will be created.
         """




Related Messages


Powered by MHonArc, Updated Wed Jan 27 14:00:02 2010