sandialabs / pyttb

Python Tensor Toolbox
https://pyttb.readthedocs.io
BSD 2-Clause "Simplified" License
26 stars 13 forks source link

Fix our tutorial hierarchy #343

Closed ntjohnson1 closed 1 week ago

ntjohnson1 commented 1 week ago

We can manage our tutorials on a single page with nice toc entries without too much additional work. This fixes most of our existing things and provides the example for adding more pieces moving forwards. One gotcha I had to fix here is that the Desired TOC Entry format only works if there is a single top level header in the notebook. # if there are multiple the substitution fails.

I hadn't see the hierarchy in the matlab docs via doc tensor_toolbox prior to this issue.

Fixes #342

I was editing while CI ran so the nice link didn't post here are the docs from this PR.