[yt-svn] commit/yt-doc: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Wed Dec 14 11:06:33 PST 2011


2 new commits in yt-doc:


https://bitbucket.org/yt_analysis/yt-doc/changeset/421840162edb/
changeset:   421840162edb
user:        MatthewTurk
date:        2011-12-14 19:48:32
summary:     Fixing underline and switching to 2.3 final
affected #:  3 files

diff -r 5b9c86452b8307e33e90986e1ea63a8858deec8e -r 421840162edbf544615d48cd16c497ca47858477 source/analysis_modules/radial_column_density.rst
--- a/source/analysis_modules/radial_column_density.rst
+++ b/source/analysis_modules/radial_column_density.rst
@@ -11,7 +11,7 @@
 on the grid cells.
 
 Details
-------
+-------
 
 This module allows the calculation of column densities around a single point.
 For example, this is useful for looking at the gas around a radiating source.


diff -r 5b9c86452b8307e33e90986e1ea63a8858deec8e -r 421840162edbf544615d48cd16c497ca47858477 source/conf.py
--- a/source/conf.py
+++ b/source/conf.py
@@ -53,7 +53,7 @@
 # The short X.Y version.
 version = '2.3'
 # The full version, including alpha/beta/rc tags.
-release = '2.3dev'
+release = '2.3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.


diff -r 5b9c86452b8307e33e90986e1ea63a8858deec8e -r 421840162edbf544615d48cd16c497ca47858477 source/cookbook/index.rst
--- a/source/cookbook/index.rst
+++ b/source/cookbook/index.rst
@@ -35,6 +35,7 @@
 .. include:: velocity_vectors_on_slice.inc
 .. include:: average_value.inc
 .. include:: find_clumps.inc
+.. include:: boolean_data_objects.inc
 .. include:: global_phase_plots.inc
 .. include:: halo_mass_info.inc
 .. include:: multi_width_save.inc
@@ -42,6 +43,7 @@
 .. include:: overplot_particles.inc
 .. include:: multi_plot.inc
 .. include:: multi_plot_3x2.inc
+.. include:: multi_plot_3x2_FRB.inc
 .. include:: time_series_phase.inc
 .. include:: time_series_quantity.inc
 .. include:: extract_fixed_resolution_data.inc
@@ -54,3 +56,4 @@
 .. include:: simple_volume_rendering.inc
 .. include:: camera_movement.inc
 .. include:: offaxis_projection.inc
+.. include:: offaxis_projection_colorbar.inc



https://bitbucket.org/yt_analysis/yt-doc/changeset/080e006f7e21/
changeset:   080e006f7e21
user:        MatthewTurk
date:        2011-12-14 20:06:21
summary:     Updating cross-references.
affected #:  2 files

diff -r 421840162edbf544615d48cd16c497ca47858477 -r 080e006f7e219b61230f16d183ddbbfdfd971470 source/analyzing/objects.rst
--- a/source/analyzing/objects.rst
+++ b/source/analyzing/objects.rst
@@ -68,7 +68,7 @@
 ---------------------------
 
 ``yt`` utilizes load-on-demand objects to represent physical regions in space.
-(See :ref:`philo-objects`.)  Data objects in ``yt`` all respect the following
+(see :ref:`how-yt-thinks-about-data`.)  Data objects in ``yt`` all respect the following
 protocol for accessing data:
 
 .. code-block:: python
@@ -101,9 +101,8 @@
 calculated every time the object is instantiated.  The full list of fields that
 have been identified in the output file, which need no processing (besides unit
 conversion) are in the property ``field_list`` and the full list of
-potentially-accessible derived fields (see :ref:`philo-derived-fields`) is
-available in the property ``derived_field_list``.  You can see these by
-examining the two properties:
+potentially-accessible derived fields is available in the property
+``derived_field_list``.  You can see these by examining the two properties:
 
 .. code-block:: python
 
@@ -188,9 +187,9 @@
 
 Derived quantities are a way of operating on a collection of cells and
 returning a set of values that is fewer in number than the number of cells --
-yt already knows about several.  Every 3D data object (see :ref:`using-objects`
-and :ref:`philo-objects`) provides a mechanism for access to derived
-quantities.  These can be accessed via the ``quantities`` interface, like so:
+yt already knows about several.  Every 3D data object (see
+:ref:`using-objects`) provides a mechanism for access to derived quantities.
+These can be accessed via the ``quantities`` interface, like so:
 
 .. code-block:: python
 


diff -r 421840162edbf544615d48cd16c497ca47858477 -r 080e006f7e219b61230f16d183ddbbfdfd971470 source/orientation/how_yt_thinks.rst
--- a/source/orientation/how_yt_thinks.rst
+++ b/source/orientation/how_yt_thinks.rst
@@ -1,3 +1,5 @@
+.. _how-yt-thinks-about-data:
+
 How yt Thinks About Data
 ------------------------

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