[Yt-svn] commit/yt-doc: sskory: Fixing code-block headers.

Bitbucket commits-noreply at bitbucket.org
Wed Apr 6 10:15:01 PDT 2011


1 new changeset in yt-doc:

http://bitbucket.org/yt_analysis/yt-doc/changeset/d51a63f9ffd3/
changeset:   r62:d51a63f9ffd3
user:        sskory
date:        2011-04-06 19:14:55
summary:     Fixing code-block headers.
affected #:  1 file (33 bytes)

--- a/source/analysis_modules/clump_finding.rst	Wed Apr 06 11:05:11 2011 -0600
+++ b/source/analysis_modules/clump_finding.rst	Wed Apr 06 11:14:55 2011 -0600
@@ -80,7 +80,7 @@
 for a spherical clump using the treecode method with an opening angle of 2.
 The default opening angle is 1.0:
 
-.. python::
+.. code-block:: python
   
   from yt.mods import *
   
@@ -93,7 +93,7 @@
 This example will accomplish the same as the above, but will use the full
 N^2 method.
 
-.. python::
+.. code-block:: python
   
   from yt.mods import *
   
@@ -107,7 +107,7 @@
 Please see the link above for the full example of how to find clumps (the
 trailing backslash is important!):
 
-.. python::
+.. code-block:: python
   
   function_name = 'self.data.quantities["IsBound"](truncate=True, \
       include_thermal_energy=True, treecode=True, opening_angle=2.0) > 1.0'

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

--

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