[Yt-svn] yt-commit r1518 - in branches/yt-1.5: doc yt/lagos

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Nov 3 16:55:51 PST 2009


Author: mturk
Date: Tue Nov  3 16:55:50 2009
New Revision: 1518
URL: http://yt.enzotools.org/changeset/1518

Log:
Updating the doc build to final and changing the docstring to have :mod:
instead of :module:



Modified:
   branches/yt-1.5/doc/docs_html.zip
   branches/yt-1.5/yt/lagos/BaseDataTypes.py

Modified: branches/yt-1.5/doc/docs_html.zip
==============================================================================
Binary files. No diff available.

Modified: branches/yt-1.5/yt/lagos/BaseDataTypes.py
==============================================================================
--- branches/yt-1.5/yt/lagos/BaseDataTypes.py	(original)
+++ branches/yt-1.5/yt/lagos/BaseDataTypes.py	Tue Nov  3 16:55:50 2009
@@ -237,7 +237,7 @@
     def save_object(self, name, filename = None):
         """
         Save an object.  If *filename* is supplied, it will be stored in
-        a :module:`shelve` file of that name.  Otherwise, it will be stored via
+        a :mod:`shelve` file of that name.  Otherwise, it will be stored via
         :meth:`yt.lagos.AMRHierarchy.save_object`.
         """
         if filename is not None:



More information about the yt-svn mailing list