[yt-svn] commit/yt: ngoldbaum: Small cookbook updates.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Jul 28 10:49:52 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/c36140fca4f2/
Changeset:   c36140fca4f2
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-07-28 19:33:38
Summary:     Small cookbook updates.
Affected #:  2 files

diff -r 63d5efd31fb4136046bf3dcc80c251a79943bc59 -r c36140fca4f278969ce6a8e3c4ccca1a6bb509bb doc/source/cookbook/calculating_information.rst
--- a/doc/source/cookbook/calculating_information.rst
+++ b/doc/source/cookbook/calculating_information.rst
@@ -69,12 +69,3 @@
 .. yt_cookbook:: derived_field.py
 
 .. _cookbook-complex-derived-fields:
-
-Complex Derived Fields
-~~~~~~~~~~~~~~~~~~~~~~
-
-This recipe estimates the ratio of gravitational and pressure forces in a galaxy
-cluster simulation.  This shows how to create and work with vector derived 
-fields.
-
-.. yt_cookbook:: hse_field.py

diff -r 63d5efd31fb4136046bf3dcc80c251a79943bc59 -r c36140fca4f278969ce6a8e3c4ccca1a6bb509bb doc/source/cookbook/find_clumps.py
--- a/doc/source/cookbook/find_clumps.py
+++ b/doc/source/cookbook/find_clumps.py
@@ -6,7 +6,7 @@
 ds = yt.load("IsolatedGalaxy/galaxy0030/galaxy0030")
 
 data_source = ds.disk([0.5, 0.5, 0.5], [0., 0., 1.], 
-                      (1, 'kpc'), (1, 'kpc'))
+                      (8, 'kpc'), (1, 'kpc'))
 
 # the field to be used for contouring
 field = ("gas", "density")

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