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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Oct 28 12:31:50 PDT 2013


2 new commits in yt-doc:

https://bitbucket.org/yt_analysis/yt-doc/commits/9820ee7cdb6c/
Changeset:   9820ee7cdb6c
User:        ngoldbaum
Date:        2013-10-28 20:29:59
Summary:     Didn't mean to change this file.
Affected #:  1 file

diff -r 4dfdb45a4fc4279dd1e7bd5a86d44e41416f5efe -r 9820ee7cdb6c253030462e14fbb43a7741fefc01 source/conf.py
--- a/source/conf.py
+++ b/source/conf.py
@@ -243,5 +243,5 @@
                        'http://matplotlib.sourceforge.net/': None,
                        }
 
-#if not on_rtd:
-#    autosummary_generate = glob.glob("api/api.rst")
+if not on_rtd:
+    autosummary_generate = glob.glob("api/api.rst")


https://bitbucket.org/yt_analysis/yt-doc/commits/e16aaae36c53/
Changeset:   e16aaae36c53
User:        ngoldbaum
Date:        2013-10-28 20:31:13
Summary:     Merging.
Affected #:  2 files

diff -r 9820ee7cdb6c253030462e14fbb43a7741fefc01 -r e16aaae36c5390c1f15e85e39292f73d1815c883 source/analysis_modules/quick_start_fitting.rst
--- a/source/analysis_modules/quick_start_fitting.rst
+++ b/source/analysis_modules/quick_start_fitting.rst
@@ -3,6 +3,7 @@
 Fitting an Absorption Spectrum
 ==============================
 .. sectionauthor:: Hilary Egan <hilary.egan at colorado.edu>
+
 This tool can be used to fit absorption spectra, particularly those
 generated using the (``AbsorptionSpectrum``) tool. For more details
 on its uses and implementation please see (`Egan et al. (2013)

diff -r 9820ee7cdb6c253030462e14fbb43a7741fefc01 -r e16aaae36c5390c1f15e85e39292f73d1815c883 source/api/api.rst
--- a/source/api/api.rst
+++ b/source/api/api.rst
@@ -25,7 +25,7 @@
    ~yt.visualization.plot_collection.PlotCollectionInteractive
    ~yt.visualization.fixed_resolution.FixedResolutionBuffer
    ~yt.visualization.fixed_resolution.ObliqueFixedResolutionBuffer
-   ~yt.visualization.plot_collection.get_multi_plot
+   ~yt.visualization.base_plot_types.get_multi_plot
 
 Data Sources
 ------------
@@ -321,9 +321,7 @@
 
 Absorption spectra fitting:
 
-.. autosummary::
-    :toctree: generated/
-    ~yt.analysis_modules.absorption_spectrum.absorption_spectrum.absorption_spectrum_fit.generate_total_fit
+.. autofunction:: yt.analysis_modules.absorption_spectrum.absorption_spectrum_fit.generate_total_fit
 
 Sunrise exporting:
 
@@ -525,14 +523,16 @@
    :toctree: generated/
 
    ~yt.config.YTConfigParser
-   ~yt.analysis_modules.hierarchy_subset.hierarchy_subset.ConstructedRootGrid
-   ~yt.analysis_modules.hierarchy_subset.hierarchy_subset.ExtractedHierarchy
    ~yt.utilities.parameter_file_storage.ParameterFileStore
    ~yt.data_objects.data_containers.FakeGridForParticles
    ~yt.utilities.parallel_tools.parallel_analysis_interface.ObjectIterator
    ~yt.utilities.parallel_tools.parallel_analysis_interface.ParallelAnalysisInterface
    ~yt.utilities.parallel_tools.parallel_analysis_interface.ParallelObjectIterator
 
+.. autoclass:: yt.analysis_modules.hierarchy_subset.hierarchy_subset.ConstructedRootGrid
+.. autoclass:: yt.analysis_modules.hierarchy_subset.hierarchy_subset.ExtractedHierarchy
+
+
 Testing Infrastructure
 ----------------------

Repository URL: https://bitbucket.org/yt_analysis/yt-doc/

--

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