[Yt-svn] commit/yt-doc: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Fri Aug 26 14:16:15 PDT 2011


2 new changesets in yt-doc:

http://bitbucket.org/yt_analysis/yt-doc/changeset/8e164dedef27/
changeset:   8e164dedef27
user:        Cameron Hummels
date:        2011-08-26 23:15:44
summary:     Adding a section in the installation file for updating yt.
affected #:  1 file (993 bytes)

--- a/source/advanced/installing.rst	Fri Aug 26 14:02:50 2011 -0400
+++ b/source/advanced/installing.rst	Fri Aug 26 17:15:44 2011 -0400
@@ -116,10 +116,6 @@
 installation of yt, as part of his `MacPorts for Python Astronomers
 <http://astrofrog.github.com/macports-python/>`_.  To activate, simply type:
 
-.. code-block:: bash
-
-   $ sudo port install py27-yt
-
 Thanks very much, Thomas!
 
 Community Installations
@@ -131,3 +127,35 @@
 
  * NICS Kraken
  * NICS Nautilus
+
+.. _updating-yt:
+
+Updating yt
+===========
+
+.. _automated-update:
+
+Automated Update
+----------------------
+
+The recommended method for updating yt is to run the update tool at a command 
+prompt:
+
+.. code-block:: bash
+
+   $ yt update
+
+This script will identify which repository you're using (stable, development, 
+etc.), connect to the yt-project.org server, download any recent changesets 
+for your version, and then recompile any new code that needs it (e.g. cython, 
+rebuild).  
+
+Note that this automated update will fail if you have made modifications to
+the yt code base that you have not yet committed.  If this occurs, identify
+your modifications using 'hg status', and then commit them using 'hg commit',
+in order to bring the repository back to a state where you can automatically
+update the code as above.
+    
+If you run into *any* problems with the update utility, it should be considered
+a bug, and we would love to hear about it so we can fix it.  Please inform us 
+through the bugsubmit utility or through the yt-users mailing list.


http://bitbucket.org/yt_analysis/yt-doc/changeset/755f1bfdfd1c/
changeset:   755f1bfdfd1c
user:        Cameron Hummels
date:        2011-08-26 23:16:08
summary:     Merging.
affected #:  5 files (116.6 KB)

Binary file source/_images/mapserver.png has changed


--- a/source/index.rst	Fri Aug 26 17:15:44 2011 -0400
+++ b/source/index.rst	Fri Aug 26 17:16:08 2011 -0400
@@ -14,7 +14,8 @@
 possible in parallel. For more detailed information, see our `ApJS paper
 <http://adsabs.harvard.edu/abs/2011ApJS..192....9T>`_.
 
-To install ``yt``, see :ref:`orientation` or :ref:`installing-yt`.
+To install ``yt``, see :ref:`orientation` or :ref:`installing-yt`.  To see
+what's new since the last version, check out :ref:`changelog`.
 
 If you use ``yt`` in a paper, you are highly encouraged to submit the
 repository containing the scripts you used to analyze and visualize your data


--- a/source/interacting_with_yt.rst	Fri Aug 26 17:15:44 2011 -0400
+++ b/source/interacting_with_yt.rst	Fri Aug 26 17:16:08 2011 -0400
@@ -110,6 +110,36 @@
 Mapserver
 ---------
 
+The mapserver is a new, experimental feature.  It's based on `Leaflet
+<http://leaflet.cloudmade.com/>`, a library written to create zoomable,
+map-tile interfaces.  (Similar to Google Maps.)  yt provides everything you
+need to start up a web server that will interactively re-pixelize an adaptive
+image.  This means you can explore your datasets in a fully pan-n-zoom
+interface.
+
+To start up the mapserver, you can use the command ``yt`` (see
+:ref:`command-line`) with the ``mapserver`` subcommand.  It takes several of
+the same options and arguments as the ``plot`` subcommand.  For instance:
+
+.. code-block:: bash
+
+   yt mapserver DD0050/DD0050
+
+That will take a slice along the x axis at the center of the domain.  The
+field, projection, weight and axis can all be specified on the command line.
+
+When you do this, it will spawn a micro-webserver on your localhost, and output
+the URL to connect to to standard output.  You can connect to it (or create an
+SSH tunnel to connect to it) and explore your data.  Double-clicking zooms, and
+dragging drags.
+
+.. image:: _images/mapserver.png
+   :width: 500
+
+This is also functional on touch-capable devices such as Android Tablets and
+iPads/iPhones.  In future versions, we hope to add halo-overlays and
+markers-of-interest to this.
+
 .. _paraview:
 
 ParaView


--- a/source/reference/changelog.rst	Fri Aug 26 17:15:44 2011 -0400
+++ b/source/reference/changelog.rst	Fri Aug 26 17:16:08 2011 -0400
@@ -1,3 +1,5 @@
+.. _changelog:
+
 ChangeLog
 =========
 


--- a/source/visualizing/image_panner.rst	Fri Aug 26 17:15:44 2011 -0400
+++ b/source/visualizing/image_panner.rst	Fri Aug 26 17:16:08 2011 -0400
@@ -206,8 +206,8 @@
 ID as the image name: so all of these will save out ``wimage_XXX.png`` files,
 where ``XXX`` is the tile ID of that window.
 
-Google Maps Interface
----------------------
+Native Map Interface
+--------------------
 
 If you have `Chaco <http://code.enthought.com/chaco/>`_ installed, either by
 itself or as part of the full Enthought Tool Suite, you can use a pan and zoom

Repository URL: https://bitbucket.org/yt_analysis/yt-doc/

--

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