Index: /issm/trunk-jpl/src/m/exp/expread.py
===================================================================
--- /issm/trunk-jpl/src/m/exp/expread.py	(revision 28028)
+++ /issm/trunk-jpl/src/m/exp/expread.py	(revision 28029)
@@ -8,5 +8,5 @@
 
 def expread(filename):
-    """EXPREAD - read a exp file and build a list of OrderedDicts
+    """expread - read a exp file and build a list of OrderedDicts
 
     This routine reads a file .exp and builds a list of OrderedDicts containing 
@@ -25,6 +25,6 @@
 
     See Also:
-    - EXPDOC
-    - EXPWRITEASVERTICES
+    - expdoc
+    - expwriteasvertices
 
     TODO:
Index: /issm/trunk-jpl/src/m/exp/expwrite.py
===================================================================
--- /issm/trunk-jpl/src/m/exp/expwrite.py	(revision 28028)
+++ /issm/trunk-jpl/src/m/exp/expwrite.py	(revision 28029)
@@ -3,5 +3,5 @@
 
 def expwrite(contours, filename):
-    """EXPWRITE - write an Argus file from a dictionary given in input
+    """expwrite - write an Argus file from a dictionary given in input
 
     This routine writes an Argus file from a dict containing the fields:
@@ -16,5 +16,8 @@
         expwrite(coordstruct, 'domainoutline.exp')
 
-    See also EXPDOC, EXPREAD, EXPWRITEASVERTICES
+    See also:
+    - expdoc
+    - expread
+    - expwriteasvertices
     """
 
Index: /issm/trunk-jpl/src/m/geometry/VolumeAboveFloatation.py
===================================================================
--- /issm/trunk-jpl/src/m/geometry/VolumeAboveFloatation.py	(revision 28028)
+++ /issm/trunk-jpl/src/m/geometry/VolumeAboveFloatation.py	(revision 28029)
@@ -7,6 +7,5 @@
 
 def VolumeAboveFloatation(md, step=None, flags=None):
-   '''
-VOLUMEABOVEFLOATATION - returns volume above floatation
+   """VolumeAboveFlotation - returns volume above floatation
 
    Usage:
@@ -14,5 +13,5 @@
       V = VolumeAboveFloatation(md,10)       % Will look at step 10 of transient solution
       V = VolumeAboveFloatation(md,10,flags) % Will look at step 10 of transient solution, only flaged elements
-   '''
+   """
    isverb = 0 # verbosity.
 
