-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start adding some more details to the coming from matlab docs (#352)
* Start adding some more details to the coming from matlab docs * MATLAB: Move the copying details to the top of the doc * This is a python detail so prefer referring outwards for more details. * DOCS: Generate docs for the pyttb_utils. They are mostly internal but it couldn't hurt to have them visible on the web hosted docs. --------- Co-authored-by: Danny Dunlavy <[email protected]>
- Loading branch information
1 parent
605dd28
commit ab5ac5c
Showing
4 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
pyttb.pyttb_utils | ||
-------------------- | ||
|
||
.. automodule:: pyttb.pyttb_utils | ||
:members: | ||
:special-members: | ||
:exclude-members: __dict__, __weakref__, __slots__, __init__ | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ Tensor Classes | |
tensor.rst | ||
ttensor.rst | ||
tenmat.rst | ||
pyttb_utils.rst | ||
|