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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Jul 12 07:11:56 PDT 2015


3 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/01281a51bcc9/
Changeset:   01281a51bcc9
Branch:      yt
User:        ngoldbaum
Date:        2015-07-09 17:55:21+00:00
Summary:     Fixing a SyntaxError in the text callback docs
Affected #:  1 file

diff -r a518935d5cfec05f3c75c23b68c0f8f715a0391e -r 01281a51bcc96082b160bcfba275d4e99f99cbae doc/source/visualizing/callbacks.rst
--- a/doc/source/visualizing/callbacks.rst
+++ b/doc/source/visualizing/callbacks.rst
@@ -483,7 +483,7 @@
    import yt
    ds = yt.load("IsolatedGalaxy/galaxy0030/galaxy0030")
    s = yt.SlicePlot(ds, 'z', 'density', center='max', width=(10, 'kpc'))
-   s.annotate_text((2, 2), coord_system='plot', 'Galaxy!')
+   s.annotate_text((2, 2), 'Galaxy!', coord_system='plot')
    s.save()
 
 .. _annotate-title:


https://bitbucket.org/yt_analysis/yt/commits/22c2e6694279/
Changeset:   22c2e6694279
Branch:      yt
User:        ngoldbaum
Date:        2015-07-09 17:57:44+00:00
Summary:     Remove references to chombo IOHandler subclasses that were removed
Affected #:  1 file

diff -r 01281a51bcc96082b160bcfba275d4e99f99cbae -r 22c2e66942797c2cb3f195b9404250bf592dcc85 doc/source/reference/api/api.rst
--- a/doc/source/reference/api/api.rst
+++ b/doc/source/reference/api/api.rst
@@ -227,8 +227,6 @@
    ~yt.frontends.chombo.data_structures.Orion2Hierarchy
    ~yt.frontends.chombo.data_structures.Orion2Dataset
    ~yt.frontends.chombo.io.IOHandlerChomboHDF5
-   ~yt.frontends.chombo.io.IOHandlerChombo2DHDF5
-   ~yt.frontends.chombo.io.IOHandlerChombo1DHDF5
    ~yt.frontends.chombo.io.IOHandlerOrion2HDF5
 
 Enzo


https://bitbucket.org/yt_analysis/yt/commits/4a6c9dac6675/
Changeset:   4a6c9dac6675
Branch:      yt
User:        jzuhone
Date:        2015-07-12 14:11:49+00:00
Summary:     Merged in ngoldbaum/yt (pull request #1631)

Minor docs fixes
Affected #:  2 files

diff -r f474f54a41241eb9cccd7a8f1c61bd629b9eb66d -r 4a6c9dac6675fc9c37acb478efde3717651b1e0b doc/source/reference/api/api.rst
--- a/doc/source/reference/api/api.rst
+++ b/doc/source/reference/api/api.rst
@@ -227,8 +227,6 @@
    ~yt.frontends.chombo.data_structures.Orion2Hierarchy
    ~yt.frontends.chombo.data_structures.Orion2Dataset
    ~yt.frontends.chombo.io.IOHandlerChomboHDF5
-   ~yt.frontends.chombo.io.IOHandlerChombo2DHDF5
-   ~yt.frontends.chombo.io.IOHandlerChombo1DHDF5
    ~yt.frontends.chombo.io.IOHandlerOrion2HDF5
 
 Enzo

diff -r f474f54a41241eb9cccd7a8f1c61bd629b9eb66d -r 4a6c9dac6675fc9c37acb478efde3717651b1e0b doc/source/visualizing/callbacks.rst
--- a/doc/source/visualizing/callbacks.rst
+++ b/doc/source/visualizing/callbacks.rst
@@ -483,7 +483,7 @@
    import yt
    ds = yt.load("IsolatedGalaxy/galaxy0030/galaxy0030")
    s = yt.SlicePlot(ds, 'z', 'density', center='max', width=(10, 'kpc'))
-   s.annotate_text((2, 2), coord_system='plot', 'Galaxy!')
+   s.annotate_text((2, 2), 'Galaxy!', coord_system='plot')
    s.save()
 
 .. _annotate-title:

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