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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jan 1 15:52:27 PST 2014


4 new commits in yt-doc:

https://bitbucket.org/yt_analysis/yt-doc/commits/69747abef078/
Changeset:   69747abef078
User:        chummels
Date:        2013-12-12 22:24:51
Summary:     Adding documentation for determining current version in yt.
Affected #:  1 file

diff -r c3a9cac0a7d98019d304f86181d9b236d227f889 -r 69747abef0784ee7faa97606380f67a701640e38 source/reference/faq/index.rst
--- a/source/reference/faq/index.rst
+++ b/source/reference/faq/index.rst
@@ -15,6 +15,40 @@
 
 .. _getting-sample-data:
 
+How can I tell what version of ``yt`` I'm using?
+------------------------------------------------
+
+If you run into problems with ``yt`` and you're writing to the mailing list
+or contacting developers on IRC, they will likely want to know what version of
+``yt`` you're using.  Oftentimes, you'll want to know both the yt version, 
+as well as the last changeset that was committed to the branch you're using.  
+To reveal this, go to a command line and type:
+
+.. code-block:: bash
+    
+    $ yt version
+
+    yt module located at:
+        /Users/username/src/yt-x86_64/src/yt-hg
+    The supplemental repositories are located at:
+        /Users/username/src/yt-x86_64/src/yt-supplemental
+
+    The current version and changeset for the code is:
+
+    ---
+    Version = 2.7-dev
+    Changeset = 6bffc737a67a
+    ---
+
+    This installation CAN be automatically updated.
+    yt dependencies were last updated on
+    Wed Dec  4 15:47:40 MST 2013
+
+    To update all dependencies, run "yt update --all".
+
+If the changeset is displayed followed by a "+", it means you have made 
+modifications to the code since the last changeset.
+
 How can I get some sample data for ``yt``?
 ------------------------------------------
 


https://bitbucket.org/yt_analysis/yt-doc/commits/b430ddfae7f6/
Changeset:   b430ddfae7f6
User:        chummels
Date:        2013-12-12 23:51:41
Summary:     Merging.
Affected #:  1 file

diff -r 157faabb091612c5dbabce2c97ffafcc93759500 -r b430ddfae7f667ac54f759c90c254226cd18094c source/reference/faq/index.rst
--- a/source/reference/faq/index.rst
+++ b/source/reference/faq/index.rst
@@ -15,6 +15,40 @@
 
 .. _getting-sample-data:
 
+How can I tell what version of ``yt`` I'm using?
+------------------------------------------------
+
+If you run into problems with ``yt`` and you're writing to the mailing list
+or contacting developers on IRC, they will likely want to know what version of
+``yt`` you're using.  Oftentimes, you'll want to know both the yt version, 
+as well as the last changeset that was committed to the branch you're using.  
+To reveal this, go to a command line and type:
+
+.. code-block:: bash
+    
+    $ yt version
+
+    yt module located at:
+        /Users/username/src/yt-x86_64/src/yt-hg
+    The supplemental repositories are located at:
+        /Users/username/src/yt-x86_64/src/yt-supplemental
+
+    The current version and changeset for the code is:
+
+    ---
+    Version = 2.7-dev
+    Changeset = 6bffc737a67a
+    ---
+
+    This installation CAN be automatically updated.
+    yt dependencies were last updated on
+    Wed Dec  4 15:47:40 MST 2013
+
+    To update all dependencies, run "yt update --all".
+
+If the changeset is displayed followed by a "+", it means you have made 
+modifications to the code since the last changeset.
+
 How can I get some sample data for ``yt``?
 ------------------------------------------
 


https://bitbucket.org/yt_analysis/yt-doc/commits/b0ae809e6ecb/
Changeset:   b0ae809e6ecb
User:        chummels
Date:        2013-12-13 00:24:07
Summary:     Updating command-line references to reflect new "version" keyword.
Affected #:  2 files

diff -r b430ddfae7f667ac54f759c90c254226cd18094c -r b0ae809e6ecbfaaf5bdf3833bf4d5a3dae5690a9 source/reference/command-line.rst
--- a/source/reference/command-line.rst
+++ b/source/reference/command-line.rst
@@ -65,6 +65,7 @@
                         (http://hub.yt-project.org/), creating a BitBucket
                         repo in the process if necessary.
     instinfo            Get some information about the yt installation
+    version             Get some information about the yt installation
     load                Load a single dataset into an IPython instance
     mapserver           Serve a plot in a GMaps-style interface
     pastebin            Post a script to an anonymous pastebin
@@ -202,13 +203,11 @@
 `yt hub <http://hub.yt-project.org/>`_, and see :ref:`share-your-scripts` 
 for more details about sharing your work on the hub.
 
-instinfo
-++++++++
+instinfo and version
+++++++++++++++++++++
 
-This gives very similar behavior to the update command, in that it 
-will automatically update your yt version to the latest in whichever
-repository you're in (stable, development, etc.).  It can also provide 
-you with the hash of the version you're using.
+This gives information about where your yt installation is, what version
+and changeset you're using and more. 
 
 load
 ++++

diff -r b430ddfae7f667ac54f759c90c254226cd18094c -r b0ae809e6ecbfaaf5bdf3833bf4d5a3dae5690a9 source/reference/faq/index.rst
--- a/source/reference/faq/index.rst
+++ b/source/reference/faq/index.rst
@@ -13,7 +13,7 @@
    :local:
    :backlinks: none
 
-.. _getting-sample-data:
+.. _determining-version:
 
 How can I tell what version of ``yt`` I'm using?
 ------------------------------------------------
@@ -49,6 +49,8 @@
 If the changeset is displayed followed by a "+", it means you have made 
 modifications to the code since the last changeset.
 
+.. _getting-sample-data:
+
 How can I get some sample data for ``yt``?
 ------------------------------------------
 


https://bitbucket.org/yt_analysis/yt-doc/commits/1bea311e1f65/
Changeset:   1bea311e1f65
User:        chummels
Date:        2014-01-02 00:52:23
Summary:     Merged in chummels/yt-doc (pull request #140)

Provide means for determining version in docs
Affected #:  2 files

diff -r 5cb59df7fe7db4927d25261113244ef94a7332ae -r 1bea311e1f651d321fb8986a09a6549ff0d8f811 source/reference/command-line.rst
--- a/source/reference/command-line.rst
+++ b/source/reference/command-line.rst
@@ -65,6 +65,7 @@
                         (http://hub.yt-project.org/), creating a BitBucket
                         repo in the process if necessary.
     instinfo            Get some information about the yt installation
+    version             Get some information about the yt installation
     load                Load a single dataset into an IPython instance
     mapserver           Serve a plot in a GMaps-style interface
     pastebin            Post a script to an anonymous pastebin
@@ -202,13 +203,11 @@
 `yt hub <http://hub.yt-project.org/>`_, and see :ref:`share-your-scripts` 
 for more details about sharing your work on the hub.
 
-instinfo
-++++++++
+instinfo and version
+++++++++++++++++++++
 
-This gives very similar behavior to the update command, in that it 
-will automatically update your yt version to the latest in whichever
-repository you're in (stable, development, etc.).  It can also provide 
-you with the hash of the version you're using.
+This gives information about where your yt installation is, what version
+and changeset you're using and more. 
 
 load
 ++++

diff -r 5cb59df7fe7db4927d25261113244ef94a7332ae -r 1bea311e1f651d321fb8986a09a6549ff0d8f811 source/reference/faq/index.rst
--- a/source/reference/faq/index.rst
+++ b/source/reference/faq/index.rst
@@ -13,6 +13,42 @@
    :local:
    :backlinks: none
 
+.. _determining-version:
+
+How can I tell what version of ``yt`` I'm using?
+------------------------------------------------
+
+If you run into problems with ``yt`` and you're writing to the mailing list
+or contacting developers on IRC, they will likely want to know what version of
+``yt`` you're using.  Oftentimes, you'll want to know both the yt version, 
+as well as the last changeset that was committed to the branch you're using.  
+To reveal this, go to a command line and type:
+
+.. code-block:: bash
+    
+    $ yt version
+
+    yt module located at:
+        /Users/username/src/yt-x86_64/src/yt-hg
+    The supplemental repositories are located at:
+        /Users/username/src/yt-x86_64/src/yt-supplemental
+
+    The current version and changeset for the code is:
+
+    ---
+    Version = 2.7-dev
+    Changeset = 6bffc737a67a
+    ---
+
+    This installation CAN be automatically updated.
+    yt dependencies were last updated on
+    Wed Dec  4 15:47:40 MST 2013
+
+    To update all dependencies, run "yt update --all".
+
+If the changeset is displayed followed by a "+", it means you have made 
+modifications to the code since the last changeset.
+
 .. _getting-sample-data:
 
 How can I get some sample data for ``yt``?

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