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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Oct 28 07:02:33 PDT 2013


2 new commits in yt-doc:

https://bitbucket.org/yt_analysis/yt-doc/commits/a02cde494bcc/
Changeset:   a02cde494bcc
User:        ngoldbaum
Date:        2013-10-27 06:42:51
Summary:     Fixing some issues with relative imports in the API docs.
Affected #:  1 file

diff -r a059cbb57ddf355a8e311bc1816c0728351deee4 -r a02cde494bcc74098d0026cac472fbd5c40dc6c9 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,7 +321,7 @@
 
 Absorption spectra fitting:
 
-.. autosummary::
+.. autofunction::
     :toctree: generated/
     ~yt.analysis_modules.absorption_spectrum.absorption_spectrum.absorption_spectrum_fit.generate_total_fit
 
@@ -525,14 +525,19 @@
    :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::
+   :toctree: generated/
+
+   ~yt.analysis_modules.hierarchy_subset.hierarchy_subset.ConstructedRootGrid
+   ~yt.analysis_modules.hierarchy_subset.hierarchy_subset.ExtractedHierarchy
+
+
 Testing Infrastructure
 ----------------------
 


https://bitbucket.org/yt_analysis/yt-doc/commits/fbf2479e6f0c/
Changeset:   fbf2479e6f0c
User:        ngoldbaum
Date:        2013-10-27 06:59:20
Summary:     Fixing a few more sphinx warnings.
Affected #:  2 files

diff -r a02cde494bcc74098d0026cac472fbd5c40dc6c9 -r fbf2479e6f0c50b48b111cced08a09e6ea97af35 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 a02cde494bcc74098d0026cac472fbd5c40dc6c9 -r fbf2479e6f0c50b48b111cced08a09e6ea97af35 source/api/api.rst
--- a/source/api/api.rst
+++ b/source/api/api.rst
@@ -321,9 +321,7 @@
 
 Absorption spectra fitting:
 
-.. autofunction::
-    :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:
 
@@ -531,11 +529,8 @@
    ~yt.utilities.parallel_tools.parallel_analysis_interface.ParallelAnalysisInterface
    ~yt.utilities.parallel_tools.parallel_analysis_interface.ParallelObjectIterator
 
-.. autoclass::
-   :toctree: generated/
-
-   ~yt.analysis_modules.hierarchy_subset.hierarchy_subset.ConstructedRootGrid
-   ~yt.analysis_modules.hierarchy_subset.hierarchy_subset.ExtractedHierarchy
+.. 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