[yt-svn] commit/yt: brittonsmith: Fixing a docstring.

Bitbucket commits-noreply at bitbucket.org
Wed Jul 25 19:17:42 PDT 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/3f9cd4368529/
changeset:   3f9cd4368529
branch:      yt
user:        brittonsmith
date:        2012-07-26 04:17:35
summary:     Fixing a docstring.
affected #:  1 file

diff -r 8327a87b209d735758c3f810fadfd7a949d2fe1f -r 3f9cd4368529d4a2b4f36647b62f83fed804acdc yt/analysis_modules/cosmological_observation/cosmology_splice.py
--- a/yt/analysis_modules/cosmological_observation/cosmology_splice.py
+++ b/yt/analysis_modules/cosmological_observation/cosmology_splice.py
@@ -219,8 +219,9 @@
 
         Examples
         --------
-        >>> outputs = es.imagine_minimal_splice(0., 0.4,
-                filename='outputs.out')
+        >>> from yt.analysis_modules.api import CosmologySplice
+        >>> my_splice = CosmologySplice('enzo_tiny_cosmology/32Mpc_32.enzo', 'Enzo')
+        >>> my_splice.plan_cosmology_splice(0.0, 0.1, filename='redshifts.out')
 
         """

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list