[yt-svn] commit/yt-doc: MatthewTurk: Fixing compilation failures.

Bitbucket commits-noreply at bitbucket.org
Fri Jul 6 15:35:33 PDT 2012


1 new commit in yt-doc:


https://bitbucket.org/yt_analysis/yt-doc/changeset/229f95233b37/
changeset:   229f95233b37
user:        MatthewTurk
date:        2012-07-06 16:36:56
summary:     Fixing compilation failures.
affected #:  3 files

diff -r ef2eece30027172a6799c4832726d3e5353b4beb -r 229f95233b378accc062284b5061184ff65ce316 source/analysis_modules/ellipsoid_analysis.rst
--- a/source/analysis_modules/ellipsoid_analysis.rst
+++ b/source/analysis_modules/ellipsoid_analysis.rst
@@ -1,7 +1,7 @@
 .. _ellipsoid_analysis:
 
 Halo Ellipsoid Analysis
-===============
+=======================
 .. sectionauthor:: Geoffrey So <gso at physics.ucsd.edu>
 
 .. warning:: This is my first attempt at modifying the YT source code,
@@ -22,7 +22,7 @@
 where the particles are suppose to occupy.
 
 General Overview
---------------
+----------------
 
 In order to use the ellipsoid 3D container object, one must supply it
 with a center, the magnitude of the semi-principle axes, the direction
@@ -51,8 +51,8 @@
 files in the .h5 HDF5 binary format. I load them in using the
 LoadHaloes() function instead of reading in the ASCII output.
 
-Halo Finding:
-~~~~~~~~~~~
+Halo Finding
+~~~~~~~~~~~~
 .. code-block:: python
 
   from yt.mods import *
@@ -62,8 +62,8 @@
   halo_list = parallelHF(pf)
   halo_list.dump('MyHaloList')
 
-Ellipsoid Parameters:
-~~~~~~~~~~~~~~~~~
+Ellipsoid Parameters
+~~~~~~~~~~~~~~~~~~~~
 .. code-block:: python
 
   from yt.mods import *
@@ -98,7 +98,7 @@
 aligned again in the x-z plane by rotation.
 
 Ellipsoid 3D Container
-~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~
 
 Once the parameters are obtained from the get_ellipsoid_parameters()
 function, or picked at random by the user, it can be input into the


diff -r ef2eece30027172a6799c4832726d3e5353b4beb -r 229f95233b378accc062284b5061184ff65ce316 source/analysis_modules/halo_profiling.rst
--- a/source/analysis_modules/halo_profiling.rst
+++ b/source/analysis_modules/halo_profiling.rst
@@ -266,7 +266,7 @@
    virial mass.
 
 Recentering the Halo For Analysis
----------------------------
+---------------------------------
 
 It is possible to move the center of the halo to a new point using an
 arbitrary function for making profiles.
@@ -378,7 +378,7 @@
 
 
 Custom Halo Analysis
-------------------
+--------------------
 
 Besides radial profiles and projections, the halo profiler has the
 ability to run custom analysis functions on each halo.  Custom halo


diff -r ef2eece30027172a6799c4832726d3e5353b4beb -r 229f95233b378accc062284b5061184ff65ce316 source/faq/index.rst
--- a/source/faq/index.rst
+++ b/source/faq/index.rst
@@ -29,7 +29,7 @@
 .. _faq-new-field:
 
 How do I modify whether or not ``yt`` takes the log of a particular field?
-----------------------------------------------------------------------
+--------------------------------------------------------------------------
 
 ``yt`` sets up defaults for many fields for whether or not a field is presented
 in log or linear space. To override this behavior, you can modify the

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