Skip to content

Commit

Permalink
Link in autodocumentation for recently added code: (#98)
Browse files Browse the repository at this point in the history
* TTENSOR, HOSVD, TUCKER_ALS, Tensor generators
  • Loading branch information
ntjohnson1 authored Apr 27, 2023
1 parent 6d26158 commit bc24b67
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docs/source/algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Algorithms

cpals.rst
cpapr.rst
hosvd.rst
tuckerals.rst
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 6 additions & 1 deletion docs/source/hosvd.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
pyttb.hosvd
===================
===================

.. automodule:: pyttb.hosvd
:members:
:undoc-members:
:show-inheritance:
4 changes: 2 additions & 2 deletions docs/source/sptensor.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pyttb.sptensor
----------------------

.. autoclass:: pyttb.sptensor
.. automodule:: pyttb.sptensor
:members:
:special-members:
:exclude-members: __dict__,__weakref__
:undoc-members:
:show-inheritance:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/source/tensor_classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ Tensor Classes
ktensor.rst
sptensor.rst
tensor.rst
ttensor.rst
tenmat.rst

9 changes: 8 additions & 1 deletion docs/source/ttensor.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
pyttb.ttensor
=====================
--------------------

.. automodule:: pyttb.ttensor
:members:
:special-members:
:exclude-members: __dict__,__weakref__
:undoc-members:
:show-inheritance:
7 changes: 6 additions & 1 deletion docs/source/tuckerals.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
pyttb.tucker_als
========================
========================

.. automodule:: pyttb.tucker_als
:members:
:undoc-members:
:show-inheritance:

0 comments on commit bc24b67

Please sign in to comment.