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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Apr 6 11:30:25 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/b4e084947715/
Changeset:   b4e084947715
Branch:      yt
User:        migueldvb
Date:        2016-03-14 16:50:31+00:00
Summary:     Fix typos in camera docstrings

Affected #:  1 file

diff -r 0157f4cbca3c05129132f83fb1a8ad9d61084b8d -r b4e08494771585d9a9e38130a49743f0b7c9d051 yt/visualization/volume_rendering/camera.py
--- a/yt/visualization/volume_rendering/camera.py
+++ b/yt/visualization/volume_rendering/camera.py
@@ -165,7 +165,7 @@
 
         position : number, YTQuantity, iterable, or 3 element YTArray
             If a scalar, assumes that the position is the same in all three
-            coordinates. If an interable, must contain only scalars or
+            coordinates. If an iterable, must contain only scalars or
             (length, unit) tuples.
         '''
 
@@ -195,7 +195,7 @@
         width : number, YTQuantity, iterable, or 3 element YTArray
             The width of the volume rendering in the horizontal, vertical, and
             depth directions. If a scalar, assumes that the width is the same in
-            all three directions. If an interable, must contain only scalars or
+            all three directions. If an iterable, must contain only scalars or
             (length, unit) tuples.
         '''
 
@@ -223,7 +223,7 @@
         focus : number, YTQuantity, iterable, or 3 element YTArray
             The width of the volume rendering in the horizontal, vertical, and
             depth directions. If a scalar, assumes that the width is the same in
-            all three directions. If an interable, must contain only scalars or
+            all three directions. If an iterable, must contain only scalars or
             (length, unit) tuples.
         '''
 
@@ -360,7 +360,7 @@
         width : number, YTQuantity, iterable, or 3 element YTArray
             The width of the volume rendering in the horizontal, vertical, and
             depth directions. If a scalar, assumes that the width is the same in
-            all three directions. If an interable, must contain only scalars or
+            all three directions. If an iterable, must contain only scalars or
             (length, unit) tuples.
         """
         self.width = width
@@ -378,7 +378,7 @@
 
         width : number, YTQuantity, iterable, or 3 element YTArray
             If a scalar, assumes that the position is the same in all three
-            coordinates. If an interable, must contain only scalars or
+            coordinates. If an iterable, must contain only scalars or
             (length, unit) tuples.
 
         north_vector : array_like, optional
@@ -402,7 +402,7 @@
 
         focus : number, YTQuantity, iterable, or 3 element YTArray
             If a scalar, assumes that the focus is the same is all three
-            coordinates. If an interable, must contain only scalars or
+            coordinates. If an iterable, must contain only scalars or
             (length, unit) tuples.
 
         """
@@ -470,7 +470,7 @@
             occur.  Defaults to None, which sets rotation around
             `north_vector`
         rot_center  : array_like, optional
-            Specifiy the center around which rotation will occur. Defaults
+            Specify the center around which rotation will occur. Defaults
             to None, which sets rotation around the original camera position
             (i.e. the camera position does not change)
 
@@ -526,7 +526,7 @@
         theta : float, in radians
              Angle (in radians) by which to pitch the view.
         rot_center  : array_like, optional
-            Specifiy the center around which rotation will occur.
+            Specify the center around which rotation will occur.
 
         Examples
         --------
@@ -554,7 +554,7 @@
         theta : float, in radians
              Angle (in radians) by which to yaw the view.
         rot_center  : array_like, optional
-            Specifiy the center around which rotation will occur.
+            Specify the center around which rotation will occur.
 
         Examples
         --------
@@ -582,7 +582,7 @@
         theta : float, in radians
              Angle (in radians) by which to roll the view.
         rot_center  : array_like, optional
-            Specifiy the center around which rotation will occur.
+            Specify the center around which rotation will occur.
 
         Examples
         --------
@@ -617,7 +617,7 @@
             occur.  Defaults to None, which sets rotation around the
             original `north_vector`
         rot_center  : array_like, optional
-            Specifiy the center around which rotation will occur. Defaults
+            Specify the center around which rotation will occur. Defaults
             to None, which sets rotation around the original camera position
             (i.e. the camera position does not change)
 


https://bitbucket.org/yt_analysis/yt/commits/112f06b287d9/
Changeset:   112f06b287d9
Branch:      yt
User:        MatthewTurk
Date:        2016-04-06 18:30:10+00:00
Summary:     Merged in migueldvb/yt (pull request #2110)

Fix typos in camera docstrings
Affected #:  1 file

diff -r 0efafb0e5d0f909bfe66aa9aa8689fdc02ace2be -r 112f06b287d902edabae84e430696e4fd40bcd96 yt/visualization/volume_rendering/camera.py
--- a/yt/visualization/volume_rendering/camera.py
+++ b/yt/visualization/volume_rendering/camera.py
@@ -165,7 +165,7 @@
 
         position : number, YTQuantity, iterable, or 3 element YTArray
             If a scalar, assumes that the position is the same in all three
-            coordinates. If an interable, must contain only scalars or
+            coordinates. If an iterable, must contain only scalars or
             (length, unit) tuples.
         '''
 
@@ -195,7 +195,7 @@
         width : number, YTQuantity, iterable, or 3 element YTArray
             The width of the volume rendering in the horizontal, vertical, and
             depth directions. If a scalar, assumes that the width is the same in
-            all three directions. If an interable, must contain only scalars or
+            all three directions. If an iterable, must contain only scalars or
             (length, unit) tuples.
         '''
 
@@ -223,7 +223,7 @@
         focus : number, YTQuantity, iterable, or 3 element YTArray
             The width of the volume rendering in the horizontal, vertical, and
             depth directions. If a scalar, assumes that the width is the same in
-            all three directions. If an interable, must contain only scalars or
+            all three directions. If an iterable, must contain only scalars or
             (length, unit) tuples.
         '''
 
@@ -360,7 +360,7 @@
         width : number, YTQuantity, iterable, or 3 element YTArray
             The width of the volume rendering in the horizontal, vertical, and
             depth directions. If a scalar, assumes that the width is the same in
-            all three directions. If an interable, must contain only scalars or
+            all three directions. If an iterable, must contain only scalars or
             (length, unit) tuples.
         """
         self.width = width
@@ -378,7 +378,7 @@
 
         width : number, YTQuantity, iterable, or 3 element YTArray
             If a scalar, assumes that the position is the same in all three
-            coordinates. If an interable, must contain only scalars or
+            coordinates. If an iterable, must contain only scalars or
             (length, unit) tuples.
 
         north_vector : array_like, optional
@@ -402,7 +402,7 @@
 
         focus : number, YTQuantity, iterable, or 3 element YTArray
             If a scalar, assumes that the focus is the same is all three
-            coordinates. If an interable, must contain only scalars or
+            coordinates. If an iterable, must contain only scalars or
             (length, unit) tuples.
 
         """
@@ -470,7 +470,7 @@
             occur.  Defaults to None, which sets rotation around
             `north_vector`
         rot_center  : array_like, optional
-            Specifiy the center around which rotation will occur. Defaults
+            Specify the center around which rotation will occur. Defaults
             to None, which sets rotation around the original camera position
             (i.e. the camera position does not change)
 
@@ -526,7 +526,7 @@
         theta : float, in radians
              Angle (in radians) by which to pitch the view.
         rot_center  : array_like, optional
-            Specifiy the center around which rotation will occur.
+            Specify the center around which rotation will occur.
 
         Examples
         --------
@@ -554,7 +554,7 @@
         theta : float, in radians
              Angle (in radians) by which to yaw the view.
         rot_center  : array_like, optional
-            Specifiy the center around which rotation will occur.
+            Specify the center around which rotation will occur.
 
         Examples
         --------
@@ -582,7 +582,7 @@
         theta : float, in radians
              Angle (in radians) by which to roll the view.
         rot_center  : array_like, optional
-            Specifiy the center around which rotation will occur.
+            Specify the center around which rotation will occur.
 
         Examples
         --------
@@ -617,7 +617,7 @@
             occur.  Defaults to None, which sets rotation around the
             original `north_vector`
         rot_center  : array_like, optional
-            Specifiy the center around which rotation will occur. Defaults
+            Specify the center around which rotation will occur. Defaults
             to None, which sets rotation around the original camera position
             (i.e. the camera position does not change)

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-svn-spacepope.org/attachments/20160406/538db22e/attachment.html>


More information about the yt-svn mailing list