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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Dec 2 13:00:20 PST 2014


3 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/c6884514f1b5/
Changeset:   c6884514f1b5
Branch:      yt
User:        xarthisius
Date:        2014-12-02 17:57:41+00:00
Summary:     Fix api reference to halo_catalogs
Affected #:  1 file

diff -r dc2ade03350286b7e54436ac100da00d086c24ae -r c6884514f1b5590adc1af303d1fb4f1e8637d650 doc/source/reference/api/api.rst
--- a/doc/source/reference/api/api.rst
+++ b/doc/source/reference/api/api.rst
@@ -283,19 +283,19 @@
 .. autosummary::
    :toctree: generated/
 
-   ~yt.frontends.halo_catalogs.halo_catalog.data_structures.HaloCatalogHDF5File
-   ~yt.frontends.halo_catalogs.halo_catalog.data_structures.HaloCatalogDataset
-   ~yt.frontends.halo_catalogs.halo_catalog.fields.HaloCatalogFieldInfo
-   ~yt.frontends.halo_catalogs.halo_catalog.io.IOHandlerHaloCatalogHDF5
-   ~yt.frontends.halo_catalogs.owls_subfind.data_structures.OWLSSubfindParticleIndex
-   ~yt.frontends.halo_catalogs.owls_subfind.data_structures.OWLSSubfindHDF5File
-   ~yt.frontends.halo_catalogs.owls_subfind.data_structures.OWLSSubfindDataset
-   ~yt.frontends.halo_catalogs.owls_subfind.fields.OWLSSubfindFieldInfo
-   ~yt.frontends.halo_catalogs.owls_subfind.io.IOHandlerOWLSSubfindHDF5
-   ~yt.frontends.halo_catalogs.rockstar.data_structures.RockstarBinaryFile
-   ~yt.frontends.halo_catalogs.rockstar.data_structures.RockstarDataset
-   ~yt.frontends.halo_catalogs.rockstar.fields.RockstarFieldInfo
-   ~yt.frontends.halo_catalogs.rockstar.io.IOHandlerRockstarBinary
+   ~yt.frontends.halo_catalog.data_structures.HaloCatalogHDF5File
+   ~yt.frontends.halo_catalog.data_structures.HaloCatalogDataset
+   ~yt.frontends.halo_catalog.fields.HaloCatalogFieldInfo
+   ~yt.frontends.halo_catalog.io.IOHandlerHaloCatalogHDF5
+   ~yt.frontends.owls_subfind.data_structures.OWLSSubfindParticleIndex
+   ~yt.frontends.owls_subfind.data_structures.OWLSSubfindHDF5File
+   ~yt.frontends.owls_subfind.data_structures.OWLSSubfindDataset
+   ~yt.frontends.owls_subfind.fields.OWLSSubfindFieldInfo
+   ~yt.frontends.owls_subfind.io.IOHandlerOWLSSubfindHDF5
+   ~yt.frontends.rockstar.data_structures.RockstarBinaryFile
+   ~yt.frontends.rockstar.data_structures.RockstarDataset
+   ~yt.frontends.rockstar.fields.RockstarFieldInfo
+   ~yt.frontends.rockstar.io.IOHandlerRockstarBinary
 
 MOAB
 ^^^^


https://bitbucket.org/yt_analysis/yt/commits/9eb51e336174/
Changeset:   9eb51e336174
Branch:      yt
User:        xarthisius
Date:        2014-12-02 19:10:53+00:00
Summary:     More fixes for api.rst
Affected #:  1 file

diff -r c6884514f1b5590adc1af303d1fb4f1e8637d650 -r 9eb51e336174f1e50350b8fd729aaa5d2e7d0e6e doc/source/reference/api/api.rst
--- a/doc/source/reference/api/api.rst
+++ b/doc/source/reference/api/api.rst
@@ -331,21 +331,21 @@
 .. autosummary::
    :toctree: generated/
 
-   ~yt.frontends.sph.data_structures.GadgetBinaryFile
-   ~yt.frontends.sph.data_structures.GadgetHDF5Dataset
-   ~yt.frontends.sph.data_structures.GadgetDataset
-   ~yt.frontends.sph.data_structures.HTTPParticleFile
-   ~yt.frontends.sph.data_structures.HTTPStreamDataset
-   ~yt.frontends.sph.data_structures.OWLSDataset
+   ~yt.frontends.gadget.data_structures.GadgetBinaryFile
+   ~yt.frontends.gadget.data_structures.GadgetHDF5Dataset
+   ~yt.frontends.gadget.data_structures.GadgetDataset
+   ~yt.frontends.http_stream.data_structures.HTTPParticleFile
+   ~yt.frontends.http_stream.data_structures.HTTPStreamDataset
+   ~yt.frontends.owls.data_structures.OWLSDataset
    ~yt.frontends.sph.data_structures.ParticleDataset
-   ~yt.frontends.sph.data_structures.TipsyFile
-   ~yt.frontends.sph.data_structures.TipsyDataset
+   ~yt.frontends.tipsy.data_structures.TipsyFile
+   ~yt.frontends.tipsy.data_structures.TipsyDataset
    ~yt.frontends.sph.fields.SPHFieldInfo
-   ~yt.frontends.sph.io.IOHandlerGadgetBinary
-   ~yt.frontends.sph.io.IOHandlerGadgetHDF5
-   ~yt.frontends.sph.io.IOHandlerHTTPStream
-   ~yt.frontends.sph.io.IOHandlerOWLS
-   ~yt.frontends.sph.io.IOHandlerTipsyBinary
+   ~yt.frontends.gadget.io.IOHandlerGadgetBinary
+   ~yt.frontends.gadget.io.IOHandlerGadgetHDF5
+   ~yt.frontends.http_stream.io.IOHandlerHTTPStream
+   ~yt.frontends.owls.io.IOHandlerOWLS
+   ~yt.frontends.tipsy.io.IOHandlerTipsyBinary
 
 Stream
 ^^^^^^


https://bitbucket.org/yt_analysis/yt/commits/f345b75e59b4/
Changeset:   f345b75e59b4
Branch:      yt
User:        ngoldbaum
Date:        2014-12-02 21:00:08+00:00
Summary:     Merged in xarthisius/yt (pull request #1323)

Fix class references in api.rst
Affected #:  1 file

diff -r ccf290984c0005a576303fc850737b629b307fe3 -r f345b75e59b46b923a81f267380cea2d84c92dbc doc/source/reference/api/api.rst
--- a/doc/source/reference/api/api.rst
+++ b/doc/source/reference/api/api.rst
@@ -283,19 +283,19 @@
 .. autosummary::
    :toctree: generated/
 
-   ~yt.frontends.halo_catalogs.halo_catalog.data_structures.HaloCatalogHDF5File
-   ~yt.frontends.halo_catalogs.halo_catalog.data_structures.HaloCatalogDataset
-   ~yt.frontends.halo_catalogs.halo_catalog.fields.HaloCatalogFieldInfo
-   ~yt.frontends.halo_catalogs.halo_catalog.io.IOHandlerHaloCatalogHDF5
-   ~yt.frontends.halo_catalogs.owls_subfind.data_structures.OWLSSubfindParticleIndex
-   ~yt.frontends.halo_catalogs.owls_subfind.data_structures.OWLSSubfindHDF5File
-   ~yt.frontends.halo_catalogs.owls_subfind.data_structures.OWLSSubfindDataset
-   ~yt.frontends.halo_catalogs.owls_subfind.fields.OWLSSubfindFieldInfo
-   ~yt.frontends.halo_catalogs.owls_subfind.io.IOHandlerOWLSSubfindHDF5
-   ~yt.frontends.halo_catalogs.rockstar.data_structures.RockstarBinaryFile
-   ~yt.frontends.halo_catalogs.rockstar.data_structures.RockstarDataset
-   ~yt.frontends.halo_catalogs.rockstar.fields.RockstarFieldInfo
-   ~yt.frontends.halo_catalogs.rockstar.io.IOHandlerRockstarBinary
+   ~yt.frontends.halo_catalog.data_structures.HaloCatalogHDF5File
+   ~yt.frontends.halo_catalog.data_structures.HaloCatalogDataset
+   ~yt.frontends.halo_catalog.fields.HaloCatalogFieldInfo
+   ~yt.frontends.halo_catalog.io.IOHandlerHaloCatalogHDF5
+   ~yt.frontends.owls_subfind.data_structures.OWLSSubfindParticleIndex
+   ~yt.frontends.owls_subfind.data_structures.OWLSSubfindHDF5File
+   ~yt.frontends.owls_subfind.data_structures.OWLSSubfindDataset
+   ~yt.frontends.owls_subfind.fields.OWLSSubfindFieldInfo
+   ~yt.frontends.owls_subfind.io.IOHandlerOWLSSubfindHDF5
+   ~yt.frontends.rockstar.data_structures.RockstarBinaryFile
+   ~yt.frontends.rockstar.data_structures.RockstarDataset
+   ~yt.frontends.rockstar.fields.RockstarFieldInfo
+   ~yt.frontends.rockstar.io.IOHandlerRockstarBinary
 
 MOAB
 ^^^^
@@ -331,21 +331,21 @@
 .. autosummary::
    :toctree: generated/
 
-   ~yt.frontends.sph.data_structures.GadgetBinaryFile
-   ~yt.frontends.sph.data_structures.GadgetHDF5Dataset
-   ~yt.frontends.sph.data_structures.GadgetDataset
-   ~yt.frontends.sph.data_structures.HTTPParticleFile
-   ~yt.frontends.sph.data_structures.HTTPStreamDataset
-   ~yt.frontends.sph.data_structures.OWLSDataset
+   ~yt.frontends.gadget.data_structures.GadgetBinaryFile
+   ~yt.frontends.gadget.data_structures.GadgetHDF5Dataset
+   ~yt.frontends.gadget.data_structures.GadgetDataset
+   ~yt.frontends.http_stream.data_structures.HTTPParticleFile
+   ~yt.frontends.http_stream.data_structures.HTTPStreamDataset
+   ~yt.frontends.owls.data_structures.OWLSDataset
    ~yt.frontends.sph.data_structures.ParticleDataset
-   ~yt.frontends.sph.data_structures.TipsyFile
-   ~yt.frontends.sph.data_structures.TipsyDataset
+   ~yt.frontends.tipsy.data_structures.TipsyFile
+   ~yt.frontends.tipsy.data_structures.TipsyDataset
    ~yt.frontends.sph.fields.SPHFieldInfo
-   ~yt.frontends.sph.io.IOHandlerGadgetBinary
-   ~yt.frontends.sph.io.IOHandlerGadgetHDF5
-   ~yt.frontends.sph.io.IOHandlerHTTPStream
-   ~yt.frontends.sph.io.IOHandlerOWLS
-   ~yt.frontends.sph.io.IOHandlerTipsyBinary
+   ~yt.frontends.gadget.io.IOHandlerGadgetBinary
+   ~yt.frontends.gadget.io.IOHandlerGadgetHDF5
+   ~yt.frontends.http_stream.io.IOHandlerHTTPStream
+   ~yt.frontends.owls.io.IOHandlerOWLS
+   ~yt.frontends.tipsy.io.IOHandlerTipsyBinary
 
 Stream
 ^^^^^^

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