[yt-svn] commit/yt: ngoldbaum: Merged in xarthisius/yt (pull request #1203)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Sep 15 11:46:51 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/8bb2e6a405bf/
Changeset:   8bb2e6a405bf
Branch:      yt
User:        ngoldbaum
Date:        2014-09-15 20:46:40
Summary:     Merged in xarthisius/yt (pull request #1203)

[docs] fix hyperlinks and minor syntax issues in colormaps
Affected #:  1 file

diff -r b46af3130668811b0c223947083442dfead077dd -r 8bb2e6a405bf810eaaf0623deff453c746c546f4 doc/source/visualizing/colormaps/index.rst
--- a/doc/source/visualizing/colormaps/index.rst
+++ b/doc/source/visualizing/colormaps/index.rst
@@ -7,18 +7,19 @@
 matplotlib colormaps as well for nearly all functions.  Individual visualization
 functions usually allow you to specify a colormap with the ``cmap`` flag.
 
-If you have installed `brewer2mpl`
-(`pip install brewer2mpl` or see `https://github.com/jiffyclub/brewer2mpl`_),
-you can also access the discrete colormaps available on
-`http://colorbrewer2.org`_. Instead of supplying the colormap name, specify
-a tuple of the form (name, type, number), for example `('RdBu', 'Diverging', 9)`.
-These discrete colormaps will not be interpolated, and can be useful for
-creating colorblind/printer/grayscale-friendly plots. For more information,
-visit `http://colorbrewer2.org`_.
+If you have installed brewer2mpl (``pip install brewer2mpl`` or see
+`https://github.com/jiffyclub/brewer2mpl
+<https://github.com/jiffyclub/brewer2mpl>`_), you can also access the discrete
+colormaps available on `http://colorbrewer2.org <http://colorbrewer2.org>`_.
+Instead of supplying the colormap name, specify a tuple of the form (name, type,
+number), for example ``('RdBu', 'Diverging', 9)``.  These discrete colormaps will
+not be interpolated, and can be useful for creating
+colorblind/printer/grayscale-friendly plots. For more information, visit
+`http://colorbrewer2.org <http://colorbrewer2.org>`_.
 
-Here is a chart of all of the yt and matplotlib colormaps available.  In addition to each 
-colormap displayed here, you can access its "reverse" by simply appending a 
-``"_r"`` to the end of the colormap name.
+Here is a chart of all of the yt and matplotlib colormaps available.  In
+addition to each colormap displayed here, you can access its "reverse" by simply
+appending a ``"_r"`` to the end of the colormap name.
 
 All Colormaps (including matplotlib)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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