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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Jun 8 20:06:45 PDT 2014


4 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/39145d8e48ad/
Changeset:   39145d8e48ad
Branch:      yt-3.0
User:        xarthisius
Date:        2014-06-07 18:14:46
Summary:     Remove reference to non-exisiting document
Affected #:  1 file

diff -r 3a44cc9a0cab2cadfdee6de18bf445936ec8cd7b -r 39145d8e48add75a4f3f0868d10d7b98da4f855c doc/source/reference/changelog.rst
--- a/doc/source/reference/changelog.rst
+++ b/doc/source/reference/changelog.rst
@@ -348,7 +348,7 @@
    there
  * WebGL interface for isocontours and a pannable map widget added to Reason
  * Performance improvements for volume rendering
- * Adaptive HEALPix support (see :ref:`adaptive_healpix_volume_rendering`)
+ * Adaptive HEALPix support
  * Column density calculations (see :ref:`radial-column-density`)
  * Massive speedup for 1D profiles
  * Lots more, bug fixes etc.


https://bitbucket.org/yt_analysis/yt/commits/3ebd1d166e13/
Changeset:   3ebd1d166e13
Branch:      yt-3.0
User:        xarthisius
Date:        2014-06-07 18:14:59
Summary:     Add missing import
Affected #:  1 file

diff -r 39145d8e48add75a4f3f0868d10d7b98da4f855c -r 3ebd1d166e1332183a876196da6e0522eb8cfb99 doc/source/bootcamp/4)_Data_Objects_and_Time_Series.ipynb
--- a/doc/source/bootcamp/4)_Data_Objects_and_Time_Series.ipynb
+++ b/doc/source/bootcamp/4)_Data_Objects_and_Time_Series.ipynb
@@ -23,7 +23,8 @@
      "input": [
       "%matplotlib inline\n",
       "from yt.mods import *\n",
-      "from matplotlib import pylab"
+      "from matplotlib import pylab\n",
+      "from yt.analysis_modules.halo_finding.api import HaloFinder"
      ],
      "language": "python",
      "metadata": {},


https://bitbucket.org/yt_analysis/yt/commits/c0158037a0a1/
Changeset:   c0158037a0a1
Branch:      yt-3.0
User:        xarthisius
Date:        2014-06-07 18:15:19
Summary:     Fix input filename
Affected #:  1 file

diff -r 3ebd1d166e1332183a876196da6e0522eb8cfb99 -r c0158037a0a184458e90098eeef7a76e5b1d4932 doc/source/visualizing/_cb_docstrings.inc
--- a/doc/source/visualizing/_cb_docstrings.inc
+++ b/doc/source/visualizing/_cb_docstrings.inc
@@ -120,7 +120,7 @@
 .. python-script::
    
    from yt.mods import *
-   data_pf = load('Enzo_64/RD0006/RD0006')
+   data_pf = load('Enzo_64/RD0006/RedshiftOutput0006')
    halos_pf = load('rockstar_halos/halos_0.0.bin')
 
    hc = HaloCatalog(halos_pf=halos_pf)


https://bitbucket.org/yt_analysis/yt/commits/38fb987566a1/
Changeset:   38fb987566a1
Branch:      yt-3.0
User:        xarthisius
Date:        2014-06-07 18:15:52
Summary:     Use proper syntax for crossdocument reference
Affected #:  1 file

diff -r c0158037a0a184458e90098eeef7a76e5b1d4932 -r 38fb987566a13b96956e4be610432a185b8a8b2f doc/source/analyzing/analysis_modules/halo_catalogs.rst
--- a/doc/source/analyzing/analysis_modules/halo_catalogs.rst
+++ b/doc/source/analyzing/analysis_modules/halo_catalogs.rst
@@ -226,4 +226,4 @@
 =======
 
 For a full example of how to use these methods together see 
-:ref:`halo_analysis_example`.
+:doc:`halo_analysis_example`.

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