Skip to content

Commit d41f291

Browse files
authored
Merge pull request #55 from JesseLivezey/base-docs
doc updates for base
2 parents e1cf817 + 396c924 commit d41f291

8 files changed

Lines changed: 25 additions & 18 deletions

File tree

docs/source/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ API
88
:maxdepth: 2
99

1010
dca/dca
11+
dca/base
1112
dca/methods_comparison
1213
dca/cov_util
1314
dca/synth_data

docs/source/dca/analysis.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
============
2-
dca.analysis
3-
============
1+
========
2+
Analysis
3+
========
44

55
.. automodule:: dca.analysis
66
:members:

docs/source/dca/base.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
================================
2+
Base Components Analysis Classes
3+
================================
4+
5+
.. automodule:: dca.base
6+
:members:

docs/source/dca/cov_util.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
============
2-
dca.cov_util
3-
============
1+
====================
2+
Covariance Utilities
3+
====================
44

55
.. automodule:: dca.cov_util
66
:members:

docs/source/dca/data_util.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============
2-
dca.data_util
3-
=============
1+
==============
2+
Data Utilities
3+
==============
44

55
.. automodule:: dca.data_util
66
:members:

docs/source/dca/dca.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=======
2-
dca.dca
3-
=======
1+
=====================================
2+
Dynamical Components Analysis Classes
3+
=====================================
44

55
.. automodule:: dca.dca
66
:members:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
======================
2-
dca.methods_comparison
3-
======================
1+
==================
2+
Methods Comparison
3+
==================
44

55
.. automodule:: dca.methods_comparison
66
:members:

docs/source/dca/synth_data.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==============
2-
dca.synth_data
3-
==============
1+
==================
2+
Synthetic Datasets
3+
==================
44

55
.. automodule:: dca.synth_data
66
:members:

0 commit comments

Comments
 (0)