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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Aug 8 12:02:15 PDT 2017


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/c06696df394c/
Changeset:   c06696df394c
User:        ngoldbaum
Date:        2017-08-08 16:16:27+00:00
Summary:     fix doc build warnings
Affected #:  2 files

diff -r b409ebd065a228e75b1e1a6b602eaaab799bdf03 -r c06696df394c1dfab5d72ac663ef607343470b29 doc/source/examining/loading_data.rst
--- a/doc/source/examining/loading_data.rst
+++ b/doc/source/examining/loading_data.rst
@@ -507,10 +507,10 @@
 
 .. rubric:: Caveats
 
-   * The Enzo-P output format is still evolving somewhat as the code is being
-     actively developed. This frontend will be updated as development continues.
-   * Units are currently assumed to be in CGS.
-   * Particles are not yet supported.
+* The Enzo-P output format is still evolving somewhat as the code is being
+  actively developed. This frontend will be updated as development continues.
+* Units are currently assumed to be in CGS.
+* Particles are not yet supported.
 
 .. _loading-exodusii-data:
 

diff -r b409ebd065a228e75b1e1a6b602eaaab799bdf03 -r c06696df394c1dfab5d72ac663ef607343470b29 yt/visualization/line_plot.py
--- a/yt/visualization/line_plot.py
+++ b/yt/visualization/line_plot.py
@@ -219,9 +219,9 @@
         ds : :class:`yt.data_objects.static_output.Dataset`
             This is the dataset object corresponding to the
             simulation output to be plotted.
-        fields : string / tuple, or list of strings / tuples
+        fields : field name or list of field names
             The name(s) of the field(s) to be plotted.
-        lines : a list of :class:`yt.visualization.line_plot.LineBuffer`s
+        lines : list of :class:`yt.visualization.line_plot.LineBuffer` instances
             The lines from which to sample data
         figure_size : int or two-element iterable of ints
             Size in inches of the image.


https://bitbucket.org/yt_analysis/yt/commits/c72d9bee3e75/
Changeset:   c72d9bee3e75
User:        ngoldbaum
Date:        2017-08-08 19:01:49+00:00
Summary:     Merge pull request #1526 from ngoldbaum/doc-fixes

fix doc build warnings
Affected #:  2 files

diff -r b409ebd065a228e75b1e1a6b602eaaab799bdf03 -r c72d9bee3e75791d6882a9763119016b88c22ff8 doc/source/examining/loading_data.rst
--- a/doc/source/examining/loading_data.rst
+++ b/doc/source/examining/loading_data.rst
@@ -507,10 +507,10 @@
 
 .. rubric:: Caveats
 
-   * The Enzo-P output format is still evolving somewhat as the code is being
-     actively developed. This frontend will be updated as development continues.
-   * Units are currently assumed to be in CGS.
-   * Particles are not yet supported.
+* The Enzo-P output format is still evolving somewhat as the code is being
+  actively developed. This frontend will be updated as development continues.
+* Units are currently assumed to be in CGS.
+* Particles are not yet supported.
 
 .. _loading-exodusii-data:
 

diff -r b409ebd065a228e75b1e1a6b602eaaab799bdf03 -r c72d9bee3e75791d6882a9763119016b88c22ff8 yt/visualization/line_plot.py
--- a/yt/visualization/line_plot.py
+++ b/yt/visualization/line_plot.py
@@ -219,9 +219,9 @@
         ds : :class:`yt.data_objects.static_output.Dataset`
             This is the dataset object corresponding to the
             simulation output to be plotted.
-        fields : string / tuple, or list of strings / tuples
+        fields : field name or list of field names
             The name(s) of the field(s) to be plotted.
-        lines : a list of :class:`yt.visualization.line_plot.LineBuffer`s
+        lines : list of :class:`yt.visualization.line_plot.LineBuffer` instances
             The lines from which to sample data
         figure_size : int or two-element iterable of ints
             Size in inches of the image.

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