[Yt-svn] yt-commit r1568 - trunk/yt/lagos

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Jan 6 15:29:43 PST 2010


Author: mturk
Date: Wed Jan  6 15:29:42 2010
New Revision: 1568
URL: http://yt.enzotools.org/changeset/1568

Log:
A minor change to the OrionStaticOutput docstring



Modified:
   trunk/yt/lagos/OutputTypes.py

Modified: trunk/yt/lagos/OutputTypes.py
==============================================================================
--- trunk/yt/lagos/OutputTypes.py	(original)
+++ trunk/yt/lagos/OutputTypes.py	Wed Jan  6 15:29:42 2010
@@ -454,13 +454,8 @@
 
 class OrionStaticOutput(StaticOutput):
     """
-    This class is a stripped down class that simply reads and parses, without
-    looking at the Orion hierarchy.
-
-    @todo: 
-
-    @param filename: The filename of the parameterfile we want to load
-    @type filename: String
+    This class is a stripped down class that simply reads and parses
+    *filename*, without looking at the Orion hierarchy.
     """
     _hierarchy_class = OrionHierarchy
     _fieldinfo_class = OrionFieldContainer
@@ -473,9 +468,9 @@
         and there may be a fortran inputs file usually called "probin"
         plotname here will be a directory name
         as per BoxLib, data_style will be one of
-          Native
-          IEEE (not implemented in yt)
-          ASCII (not implemented in yt)
+         * Native
+         * IEEE (not implemented in yt)
+         * ASCII (not implemented in yt)
 
         """
 



More information about the yt-svn mailing list