Skip to content

Commit

Permalink
New class docs (#553)
Browse files Browse the repository at this point in the history
* added new classes to api

* added spaces after jupyter execute

* added doc strings for pandas_method and from_pandas; fixed spacing

---------

Co-authored-by: Alexander James <[email protected]>
  • Loading branch information
jordanplanders and alexkjames authored May 31, 2024
1 parent f0ab58f commit dccf4c1
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 38 deletions.
18 changes: 18 additions & 0 deletions doc_build/core/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ EnsembleSeries (pyleoclim.EnsembleSeries)
.. autoclass:: pyleoclim.core.ensembleseries.EnsembleSeries
:members:

EnsembleGeoSeries (pyleoclim.EnsembleGeoSeries)
"""""""""""""""""""""""""""""""""""""""""""""""

.. autoclass:: pyleoclim.core.ensemblegeoseries.EnsembleGeoSeries
:members:

MulEnsGeoSeries (pyleoclim.MulEnsGeoSeries)
"""""""""""""""""""""""""""""""""""""""""""

.. autoclass:: pyleoclim.core.mulensgeoseries.MulEnsGeoSeries
:members:

SurrogateSeries (pyleoclim.SurrogateSeries)
"""""""""""""""""""""""""""""""""""""""""""

Expand Down Expand Up @@ -101,6 +113,12 @@ MultivarDecomp (pyleoclim.MultivariateDecomp)
.. autoclass:: pyleoclim.core.multivardecomp.MultivariateDecomp
:members:

EnsMultivarDecomp (pyleoclim.EnsMultivarDecomp)
"""""""""""""""""""""""""""""""""""""""""""""""

.. autoclass:: pyleoclim.core.ensmultivardecomp.EnsMultivarDecomp
:members:

SsaRes (pyleoclim.SsaRes)
"""""""""""""""""""""""""

Expand Down
2 changes: 2 additions & 0 deletions pyleoclim/core/ensmultivardecomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def modeplot(self,index=0,flip=False,plot_envelope_kwargs = None, psd_envelope_k
--------
.. jupyter-execute::
n = 3 # number of ensembles
nn = 30 # number of noise realizations
nt = 500
Expand Down Expand Up @@ -330,6 +331,7 @@ def screeplot(self,clr_eig='C0', linewidth=.3, title='Screeplot', violin_kwargs
--------
.. jupyter-execute::
n = 3 # number of ensembles
nn = 30 # number of noise realizations
nt = 500
Expand Down
1 change: 1 addition & 0 deletions pyleoclim/core/mulensgeoseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def mcpca(self,nsim=1000, seed=None, common_time_kwargs=None, pca_kwargs=None,al
--------
.. jupyter-execute::
n = 3 # number of ensembles
nn = 30 # number of noise realizations
nt = 500
Expand Down
Loading

0 comments on commit dccf4c1

Please sign in to comment.