[yt-svn] commit/yt: jzuhone: Merged in ngoldbaum/yt (pull request #1631)

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


1 new commit in yt:

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