[Yt-svn] commit/yt-doc: MatthewTurk: Imported changelog, fixed a few more warnings, added an "interacting_with_yt"

Bitbucket commits-noreply at bitbucket.org
Fri Aug 26 03:32:41 PDT 2011


1 new changeset in yt-doc:

http://bitbucket.org/yt_analysis/yt-doc/changeset/b56a833580e0/
changeset:   b56a833580e0
user:        MatthewTurk
date:        2011-08-26 12:32:21
summary:     Imported changelog, fixed a few more warnings, added an "interacting_with_yt"
document (which may not make it to the final cut) in which to put items like
the command line and so on.
affected #:  5 files (1.1 KB)

--- a/source/advanced/developing.rst	Thu Aug 25 22:39:17 2011 -0400
+++ b/source/advanced/developing.rst	Fri Aug 26 06:32:21 2011 -0400
@@ -90,10 +90,10 @@
     repository that contains scripts with descriptions, which are automatically
     posted to the web.  You can download from your pasteboard programmatically
     using the ``yt pasteboard`` command, and you can download from other
-    pasteboards using the ``yt pastegrab`` command.  For more information, see
-    :ref:`pasteboards`.  This repository will be created on BitBucket, and will
-    be of the name ``your_username.bitbucket.org``, which is also the web
-    address it will be hosted at.
+    pasteboards using the ``yt pasteboard_grab`` command.  This repository will
+    be created on BitBucket, and will be of the name
+    ``your_username.bitbucket.org``, which is also the web address it will be
+    hosted at.
 
 And that's it!  If you run into any trouble, please email ``yt-dev`` with your
 concerns, questions or error messages.  This should put you in a good place to


--- a/source/analyzing/_obj_docstrings.inc	Thu Aug 25 22:39:17 2011 -0400
+++ b/source/analyzing/_obj_docstrings.inc	Fri Aug 26 06:32:21 2011 -0400
@@ -175,8 +175,7 @@
 .. class:: slice(self, axis, coord, fields=None, center=None, pf=None, node_name=False, **field_parameters):
 
    (This is a proxy for :class:`~yt.data_objects.data_containers.AMRSliceBase`.)
-   Slice along *axis*:ref:`axis-specification`, at the
-   coordinate *coord*. Optionally supply fields.
+   Slice along *axis*, at the coordinate *coord*. Optionally supply fields.
 
 
 


--- a/source/analyzing/objects.rst	Thu Aug 25 22:39:17 2011 -0400
+++ b/source/analyzing/objects.rst	Fri Aug 26 06:32:21 2011 -0400
@@ -166,8 +166,8 @@
 :mod:`~yt.fido` via :class:`~yt.fido.ParameterFileStore`.)
 
 To save an object, you can either save it in the ``.yt`` file affiliated with
-the hierarchy (:ref:`dot-yt-files`) or as a standalone file.  For instance,
-using :meth:`~yt.lagos.AMRHierarchy.save_object` we can save a sphere.
+the hierarchy or as a standalone file.  For instance, using
+:meth:`~yt.lagos.AMRHierarchy.save_object` we can save a sphere.
 
 .. code-block:: python
 


--- a/source/reference/changelog.rst	Thu Aug 25 22:39:17 2011 -0400
+++ b/source/reference/changelog.rst	Fri Aug 26 06:32:21 2011 -0400
@@ -3,6 +3,24 @@
 
 This is a non-comprehensive log of changes to the code.
 
+Version 2.2
+-----------
+
+ * Command-line submission to the yt Hub (http://hub.yt-project.org/)
+ * Initial release of the web-based GUI Reason, designed for efficient remote
+   usage over SSH tunnels (see :ref:`reason`)
+ * Absorption line spectrum generator for cosmological simulations (see
+   :ref:`absorption_spectrum`)
+ * Interoperability with ParaView for volume rendering, slicing, and so forth
+ * Support for the Nyx code
+ * An order of magnitude speed improvement in the RAMSES support
+ * Quad-tree projections, speeding up the process of projecting by up to an
+   order of magnitude and providing better load balancing
+ * “mapserver” for in-browser, Google Maps-style slice and projection
+   visualization (see :ref:`mapserver`)
+ * Many bug fixes and performance improvements
+ * Halo loader (see :ref:`load_haloes`)
+
 Version 2.1
 -----------
 
@@ -22,7 +40,7 @@
  * Constrained two-point functions are now possible, for LOS power spectra
  * Time series analysis (:ref:`time-series-analysis`) now much easier
  * Stream Lines now a supported 1D data type (:class:`AMRStreamlineBase`)
- * Stream Lines now able to be calculated and plotted (:ref:`streamlines-viz`)
+ * Stream Lines now able to be calculated and plotted (:ref:`streamlines`)
  * In situ Enzo visualization now much faster
  * "gui" source directory reorganized and cleaned up
  * Cython now a compile-time dependency, reducing the size of source tree
@@ -30,7 +48,7 @@
  * ``yt-supplemental`` repository now checked out by default, containing
    cookbook, documentation, handy mercurial extensions, and advanced plotting
    examples and helper scripts.
- * Pasteboards now supported and available (:ref:`pasteboards`)
+ * Pasteboards now supported and available 
  * Parallel yt efficiency improved by removal of barriers and improvement of
    collective operations

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