[yt-svn] commit/yt: MatthewTurk: Fixing a docstring

Bitbucket commits-noreply at bitbucket.org
Thu Dec 15 08:26:07 PST 2011


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/3ef594d8cb26/
changeset:   3ef594d8cb26
branch:      yt
user:        MatthewTurk
date:        2011-12-15 17:25:48
summary:     Fixing a docstring
affected #:  1 file

diff -r c21592d5297718cd4c28a18e156948e518d39008 -r 3ef594d8cb26da2bcc4b3d5fdcf16a1df2a73c4b yt/visualization/plot_collection.py
--- a/yt/visualization/plot_collection.py
+++ b/yt/visualization/plot_collection.py
@@ -1733,12 +1733,12 @@
 
     Returns
     -------
-    fig : `matplotlib.figure.Figure
+    fig : :class:`matplotlib.figure.Figure`
         The figure created inside which the axes reside
-    tr : list of list of `matplotlib.axes.Axes` objects
+    tr : list of list of :class:`matplotlib.axes.Axes` objects
         This is a list, where the inner list is along the x-axis and the outer
         is along the y-axis
-    cbars : list of `matplotlib.axes.Axes` objects
+    cbars : list of :class:`matplotlib.axes.Axes` objects
         Each of these is an axes onto which a colorbar can be placed.
 
     Notes

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