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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Jul 29 13:16:55 PDT 2016


3 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/6263570e8ec3/
Changeset:   6263570e8ec3
Branch:      yt
User:        Rafael Ruggiero
Date:        2016-07-29 19:20:49+00:00
Summary:     Corrects name of argument from north-vector to north_vector.
Affected #:  1 file

diff -r 5546ebbd3651daa98bba43a5b471c8c8ba97896b -r 6263570e8ec35a0384ea32453542fae04bc6f77d yt/visualization/plot_window.py
--- a/yt/visualization/plot_window.py
+++ b/yt/visualization/plot_window.py
@@ -1492,7 +1492,7 @@
          Defaults to None, which automatically picks an appropriate unit.
          If axes_unit is '1', 'u', or 'unitary', it will not display the
          units, and only show the axes name.
-    north-vector : a sequence of floats
+    north_vector : a sequence of floats
          A vector defining the 'up' direction in the plot.  This
          option sets the orientation of the slicing plane.  If not
          set, an arbitrary grid-aligned north-vector is chosen.
@@ -1628,7 +1628,7 @@
          Defaults to None, which automatically picks an appropriate unit.
          If axes_unit is '1', 'u', or 'unitary', it will not display the
          units, and only show the axes name.
-    north-vector : a sequence of floats
+    north_vector : a sequence of floats
          A vector defining the 'up' direction in the plot.  This
          option sets the orientation of the slicing plane.  If not
          set, an arbitrary grid-aligned north-vector is chosen.
@@ -1824,7 +1824,7 @@
          ('{yloc}', '{space}')                  ('lower', 'window')
          ('{yloc}', '{xloc}', '{space}')        ('lower', 'right', 'window')
          ==================================     ============================
-    north-vector : a sequence of floats
+    north_vector : a sequence of floats
         A vector defining the 'up' direction in the `OffAxisSlicePlot`; not
         used in `AxisAlignedSlicePlot`.  This option sets the orientation of the
         slicing plane.  If not set, an arbitrary grid-aligned north-vector is


https://bitbucket.org/yt_analysis/yt/commits/6eae569c83de/
Changeset:   6eae569c83de
Branch:      yt
User:        Rafael Ruggiero
Date:        2016-07-29 19:50:39+00:00
Summary:     Changes documentation to make sure developer is at "yt" head before issuing a PR.
Affected #:  1 file

diff -r 6263570e8ec35a0384ea32453542fae04bc6f77d -r 6eae569c83de3686453435dbc3e0c054cb8166ad CONTRIBUTING.rst
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -301,7 +301,15 @@
 This downloads that new forked repository to your local machine, so that you
 can access it, read it, make modifications, etc.  It will put the repository in
 a local directory of the same name as the repository in the current working
-directory.  You can see any past state of the code by using the hg log command.
+directory. You should also run the following command, to make sure you are at
+the "yt" head of the repository, and not other ones like "stable" (this will
+be important later when you want to submit your pull requests):
+
+.. code-block:: bash
+
+   $ hg update yt
+
+You can see any past state of the code by using the hg log command.
 For example, the following command would show you the last 5 changesets
 (modifications to the code) that were submitted to that repository.
 


https://bitbucket.org/yt_analysis/yt/commits/bed1c7427f07/
Changeset:   bed1c7427f07
Branch:      yt
User:        Rafael Ruggiero
Date:        2016-07-29 20:07:49+00:00
Summary:     Terminology change.
Affected #:  1 file

diff -r 6eae569c83de3686453435dbc3e0c054cb8166ad -r bed1c7427f07fb15454e9410164d4b3d09338bc1 CONTRIBUTING.rst
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -302,8 +302,8 @@
 can access it, read it, make modifications, etc.  It will put the repository in
 a local directory of the same name as the repository in the current working
 directory. You should also run the following command, to make sure you are at
-the "yt" head of the repository, and not other ones like "stable" (this will
-be important later when you want to submit your pull requests):
+the "yt" branch, and not other ones like "stable" (this will be important
+later when you want to submit your pull requests):
 
 .. code-block:: bash

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