diff --git a/docs/api/data.rst b/docs/api/data.rst index e17b2f79..946989b3 100644 --- a/docs/api/data.rst +++ b/docs/api/data.rst @@ -32,10 +32,8 @@ For datasets taken with a CCD (or similar imaging device), including objects whi :recursive: Imaging - SettingsImaging SimulatorImaging Convolver - Convolver Interferometer -------------- @@ -47,7 +45,6 @@ a fast Fourier transform to map data to the uv-plane. :toctree: _autosummary Interferometer - SettingsInterferometer SimulatorInterferometer Visibilities TransformerDFT diff --git a/docs/api/modeling.rst b/docs/api/modeling.rst index b887007c..f95f9628 100644 --- a/docs/api/modeling.rst +++ b/docs/api/modeling.rst @@ -40,8 +40,6 @@ Markov Chain Monte Carlo (MCMC) and Maximum Likelihood Estimaotrs (MLE). BFGS DynestyDynamic Emcee - PySwarmsLocal - PySwarmsGlobal Priors ------ @@ -66,5 +64,4 @@ Adapt .. autosummary:: :toctree: generated/ - AdaptImages - AdaptImageMaker \ No newline at end of file + AdaptImages \ No newline at end of file diff --git a/docs/api/plot.rst b/docs/api/plot.rst index 4d5ca4f0..bd48bba5 100644 --- a/docs/api/plot.rst +++ b/docs/api/plot.rst @@ -78,83 +78,3 @@ Module-level functions for visualizing non-linear search results. corner_anesthetic subplot_parameters log_likelihood_vs_iteration - -Plot Customization [aplt] -------------------------- - -Customize figures created via ``Plotter`` objects, including changing ``matplotlib`` settings and adding -visuals to figures. - -.. currentmodule:: autogalaxy.plot - -.. autosummary:: - :toctree: _autosummary - :template: custom-class-template.rst - :recursive: - - MatPlot1D - MatPlot2D - Visuals1D - Visuals2D - -Matplot Lib Wrappers [aplt] ---------------------------- - -Wrappers for every ``matplotlib`` function used by a ``Plotter``, allowing for detailed customization of -every figure and subplot. - -.. currentmodule:: autogalaxy.plot - -**Matplotlib Wrapper Base Objects:** - -.. autosummary:: - :toctree: _autosummary - :template: custom-class-template.rst - :recursive: - - Units - Figure - Axis - Cmap - Colorbar - ColorbarTickParams - TickParams - YTicks - XTicks - Title - YLabel - XLabel - Legend - Output - -**Matplotlib Wrapper 1D Objects:** - -.. autosummary:: - :toctree: _autosummary - :template: custom-class-template.rst - :recursive: - - YXPlot - -**Matplotlib Wrapper 2D Objects:** - -.. autosummary:: - :toctree: _autosummary - :template: custom-class-template.rst - :recursive: - - ArrayOverlay - GridScatter - GridPlot - VectorYXQuiver - PatchOverlay - VoronoiDrawer - OriginScatter - MaskScatter - BorderScatter - PositionsScatter - IndexScatter - MeshGridScatter - ParallelOverscanPlot - SerialPrescanPlot - SerialOverscanPlot \ No newline at end of file