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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Dec 13 08:27:59 PST 2014


4 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/62215632478e/
Changeset:   62215632478e
Branch:      yt
User:        jzuhone
Date:        2014-12-12 18:17:33+00:00
Summary:     Fix tabs and spaces
Affected #:  1 file

diff -r 965060fd1dce61316c544f82236bf22600545d72 -r 62215632478e4a910d1c777d724cacb499137ce3 doc/source/reference/faq/index.rst
--- a/doc/source/reference/faq/index.rst
+++ b/doc/source/reference/faq/index.rst
@@ -178,13 +178,13 @@
 +==========+===============+
 | CRITICAL | 50            |
 +----------+---------------+
-| ERROR	   | 40            |
+| ERROR    | 40            |
 +----------+---------------+
 | WARNING  | 30            |
 +----------+---------------+
-| INFO	   | 20            |
+| INFO     | 20            |
 +----------+---------------+
-| DEBUG	   | 10            |
+| DEBUG    | 10            |
 +----------+---------------+
 | NOTSET   | 0             |
 +----------+---------------+


https://bitbucket.org/yt_analysis/yt/commits/7982e5ebf83d/
Changeset:   7982e5ebf83d
Branch:      yt
User:        jzuhone
Date:        2014-12-13 06:35:20+00:00
Summary:     Fixing up the text, and trying a csv-table instead.
Affected #:  1 file

diff -r 62215632478e4a910d1c777d724cacb499137ce3 -r 7982e5ebf83d24df03da91c07712e5879dfc966a doc/source/reference/faq/index.rst
--- a/doc/source/reference/faq/index.rst
+++ b/doc/source/reference/faq/index.rst
@@ -146,14 +146,14 @@
 
 to the very top of your yt script. 
 
-.. _faq-mpi4py:
+.. _faq-log-level:
 
 How can I change yt's log level? 
 --------------------------------
 
-yt's default log level is ``INFO``. However, you may want it to shut up, especially
+yt's default log level is ``INFO``. However, you may want less voluminous logging, especially
 if you are in an IPython notebook or running a long or parallel script. On the other
-hand, you may want it to speak up, since you can't figure out exactly what's going 
+hand, you may want it to output a lot more, since you can't figure out exactly what's going 
 wrong, and you want to output some debugging information. The yt log level can be 
 changed using the :ref:`configuration`, either by setting it in the ``$HOME/.yt/config``
 file:
@@ -173,21 +173,18 @@
 which in this case would suppress everything below error messages. For reference, the numerical 
 values corresponding to different log levels are:
 
-+----------+---------------+
-| Level    | Numeric Value |
-+==========+===============+
-| CRITICAL | 50            |
-+----------+---------------+
-| ERROR    | 40            |
-+----------+---------------+
-| WARNING  | 30            |
-+----------+---------------+
-| INFO     | 20            |
-+----------+---------------+
-| DEBUG    | 10            |
-+----------+---------------+
-| NOTSET   | 0             |
-+----------+---------------+
+.. csv-table:: 
+   :header: Level, Numeric Value
+   :widths: 10, 10
+   
+   ``CRITICAL``,50
+   ``ERROR``,40
+   ``WARNING``,30
+   ``INFO``,20
+   ``DEBUG``,10
+   ``NOTSET``,0
+   
+.. _faq-mpi4py:
 
 yt complains that it needs the mpi4py module
 --------------------------------------------


https://bitbucket.org/yt_analysis/yt/commits/75ac9c5f003c/
Changeset:   75ac9c5f003c
Branch:      yt
User:        jzuhone
Date:        2014-12-13 07:25:04+00:00
Summary:     Fix table width issue
Affected #:  1 file

diff -r 7982e5ebf83d24df03da91c07712e5879dfc966a -r 75ac9c5f003c6949fe46bab2a2227e4507b5d93c doc/source/_static/custom.css
--- a/doc/source/_static/custom.css
+++ b/doc/source/_static/custom.css
@@ -99,3 +99,13 @@
   height: 45px; 
   visibility: hidden; 
 }
+
+/*
+
+Make tables span only half the page. 
+
+*/
+
+.table {
+    width: 50%
+}


https://bitbucket.org/yt_analysis/yt/commits/7de2db743cc2/
Changeset:   7de2db743cc2
Branch:      yt
User:        chummels
Date:        2014-12-13 16:27:51+00:00
Summary:     Merged in jzuhone/yt-3.x (pull request #1360)

[bugfix] Fixing up the FAQ on log levels a little bit
Affected #:  2 files

diff -r 888e1fdbba803493c97fee04c0ba52e4da870a8b -r 7de2db743cc279c2bd55eb6eca001f3d41945c71 doc/source/_static/custom.css
--- a/doc/source/_static/custom.css
+++ b/doc/source/_static/custom.css
@@ -99,3 +99,13 @@
   height: 45px; 
   visibility: hidden; 
 }
+
+/*
+
+Make tables span only half the page. 
+
+*/
+
+.table {
+    width: 50%
+}

diff -r 888e1fdbba803493c97fee04c0ba52e4da870a8b -r 7de2db743cc279c2bd55eb6eca001f3d41945c71 doc/source/reference/faq/index.rst
--- a/doc/source/reference/faq/index.rst
+++ b/doc/source/reference/faq/index.rst
@@ -146,14 +146,14 @@
 
 to the very top of your yt script. 
 
-.. _faq-mpi4py:
+.. _faq-log-level:
 
 How can I change yt's log level? 
 --------------------------------
 
-yt's default log level is ``INFO``. However, you may want it to shut up, especially
+yt's default log level is ``INFO``. However, you may want less voluminous logging, especially
 if you are in an IPython notebook or running a long or parallel script. On the other
-hand, you may want it to speak up, since you can't figure out exactly what's going 
+hand, you may want it to output a lot more, since you can't figure out exactly what's going 
 wrong, and you want to output some debugging information. The yt log level can be 
 changed using the :ref:`configuration`, either by setting it in the ``$HOME/.yt/config``
 file:
@@ -173,21 +173,18 @@
 which in this case would suppress everything below error messages. For reference, the numerical 
 values corresponding to different log levels are:
 
-+----------+---------------+
-| Level    | Numeric Value |
-+==========+===============+
-| CRITICAL | 50            |
-+----------+---------------+
-| ERROR	   | 40            |
-+----------+---------------+
-| WARNING  | 30            |
-+----------+---------------+
-| INFO	   | 20            |
-+----------+---------------+
-| DEBUG	   | 10            |
-+----------+---------------+
-| NOTSET   | 0             |
-+----------+---------------+
+.. csv-table:: 
+   :header: Level, Numeric Value
+   :widths: 10, 10
+   
+   ``CRITICAL``,50
+   ``ERROR``,40
+   ``WARNING``,30
+   ``INFO``,20
+   ``DEBUG``,10
+   ``NOTSET``,0
+   
+.. _faq-mpi4py:
 
 yt complains that it needs the mpi4py module
 --------------------------------------------

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