diff --git a/docs/source/algorithms.rst b/docs/source/algorithms.rst index dfd10da3..6c61222a 100644 --- a/docs/source/algorithms.rst +++ b/docs/source/algorithms.rst @@ -5,3 +5,5 @@ Algorithms cpals.rst cpapr.rst + hosvd.rst + tuckerals.rst diff --git a/docs/source/conf.py b/docs/source/conf.py index 2ea6ef78..9f6af9df 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -79,7 +79,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/docs/source/hosvd.rst b/docs/source/hosvd.rst index 691d64a6..5c26ed1b 100644 --- a/docs/source/hosvd.rst +++ b/docs/source/hosvd.rst @@ -1,2 +1,7 @@ pyttb.hosvd -=================== \ No newline at end of file +=================== + +.. automodule:: pyttb.hosvd + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/source/sptensor.rst b/docs/source/sptensor.rst index 82e47f00..c32f16cc 100644 --- a/docs/source/sptensor.rst +++ b/docs/source/sptensor.rst @@ -1,9 +1,9 @@ pyttb.sptensor ---------------------- -.. autoclass:: pyttb.sptensor +.. automodule:: pyttb.sptensor :members: :special-members: :exclude-members: __dict__,__weakref__ :undoc-members: - :show-inheritance: \ No newline at end of file + :show-inheritance: diff --git a/docs/source/tensor_classes.rst b/docs/source/tensor_classes.rst index 75b57d4e..70d93643 100644 --- a/docs/source/tensor_classes.rst +++ b/docs/source/tensor_classes.rst @@ -7,5 +7,6 @@ Tensor Classes ktensor.rst sptensor.rst tensor.rst + ttensor.rst tenmat.rst diff --git a/docs/source/ttensor.rst b/docs/source/ttensor.rst index dba06f77..77290058 100644 --- a/docs/source/ttensor.rst +++ b/docs/source/ttensor.rst @@ -1,2 +1,9 @@ pyttb.ttensor -===================== \ No newline at end of file +-------------------- + +.. automodule:: pyttb.ttensor + :members: + :special-members: + :exclude-members: __dict__,__weakref__ + :undoc-members: + :show-inheritance: diff --git a/docs/source/tuckerals.rst b/docs/source/tuckerals.rst index e4104d0b..528ee6f8 100644 --- a/docs/source/tuckerals.rst +++ b/docs/source/tuckerals.rst @@ -1,2 +1,7 @@ pyttb.tucker_als -======================== \ No newline at end of file +======================== + +.. automodule:: pyttb.tucker_als + :members: + :undoc-members: + :show-inheritance: