[yt-svn] commit/yt: MatthewTurk: Changing Data Hub url to just hub.yt-project.org and fixing "Example" =>

Bitbucket commits-noreply at bitbucket.org
Fri Jul 6 07:58:02 PDT 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/b1a95b995d3b/
changeset:   b1a95b995d3b
branch:      yt
user:        MatthewTurk
date:        2012-07-06 16:57:47
summary:     Changing Data Hub url to just hub.yt-project.org and fixing "Example" =>
"Examples" in source.
affected #:  2 files

diff -r dc23af3e647af2183458339eb6d59e1ffda63f2a -r b1a95b995d3bd11968a7bfdc438df65c487fd03b yt/config.py
--- a/yt/config.py
+++ b/yt/config.py
@@ -53,7 +53,7 @@
     pasteboard_repo = '',
     test_storage_dir = '/does/not/exist',
     enzo_db = '',
-    hub_url = 'https://data.yt-project.org/upload',
+    hub_url = 'https://hub.yt-project.org/upload',
     hub_api_key = '',
     )
 # Here is the upgrade.  We're actually going to parse the file in its entirety


diff -r dc23af3e647af2183458339eb6d59e1ffda63f2a -r b1a95b995d3bd11968a7bfdc438df65c487fd03b yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py
+++ b/yt/data_objects/data_containers.py
@@ -3584,8 +3584,8 @@
         fields : array_like, optional
             A list of fields that you'd like pre-generated for your object
 
-        Example
-        -------
+        Examples
+        --------
         cube = pf.h.covering_grid(2, left_edge=[0.0, 0.0, 0.0], \
                                   right_edge=[1.0, 1.0, 1.0],
                                   dims=[128, 128, 128])

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