[yt-svn] commit/yt: chummels: Merged in jzuhone/yt-3.x (pull request #1360)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Dec 13 08:28:00 PST 2014


1 new commit in yt:

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