Skip to content

Commit 6279f88

Browse files
tgkoldadmdunla
andauthored
Fixing #412 - title underlines too short. (#414)
Co-authored-by: Danny Dunlavy <[email protected]>
1 parent 09505c3 commit 6279f88

14 files changed

+14
-14
lines changed

docs/source/cpals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CP Alternating Least Squares (:obj:`cp_als`)
2-
====================
2+
============================================
33

44
.. automodule:: pyttb.cp_als
55
:members:

docs/source/cpapr.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CP Alternating Poisson Regression (:obj:`cp_apr`)
2-
====================
2+
=================================================
33

44
.. automodule:: pyttb.cp_apr
55
:members:

docs/source/gcpopt.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Generalized CP Optimization (:obj:`gcp_opt`)
2-
====================
2+
============================================
33

44
.. automodule:: pyttb.gcp_opt
55
:members:

docs/source/hosvd.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Tucker Higher-Order SVD (:obj:`hosvd`)
2-
===================
2+
======================================
33

44
.. automodule:: pyttb.hosvd
55
:members:

docs/source/ktensor.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Kruskal Tensor (:class:`ktensor`)
2-
---------------------
2+
---------------------------------
33

44
.. automodule:: pyttb.ktensor
55
:members:

docs/source/pyttb_utils.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Helper Functions (:mod:`pyttb_utils`)
2-
--------------------
2+
-------------------------------------
33

44
.. automodule:: pyttb.pyttb_utils
55
:members:

docs/source/reference.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Reference (:mod:`pyttb`)
2-
==========
2+
========================
33

44
.. toctree::
55
:maxdepth: 2

docs/source/sptenmat.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Sparse Tensor as Matrix (:class:`sptenmat`)
2-
----------------------
2+
-------------------------------------------
33

44
.. autoclass:: pyttb.sptenmat
55
:members:

docs/source/sptensor.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Sparse Tensor (:class:`sptensor`)
2-
----------------------
2+
---------------------------------
33

44
.. automodule:: pyttb.sptensor
55
:members:

docs/source/sumtensor.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Sum Tensor (:class:`sumtensor`)
2-
-----------------------
2+
-------------------------------
33

44
.. autoclass:: pyttb.sumtensor
55
:members:

docs/source/tenmat.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Tensor as Matrix (:class:`tenmat`)
2-
====================
2+
----------------------------------
33

44
.. autoclass:: pyttb.tenmat
55
:members:

docs/source/tensor.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Dense Tensor (:class:`tensor`)
2-
--------------------
2+
------------------------------
33

44
.. automodule:: pyttb.tensor
55
:members:

docs/source/ttensor.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Tucker tensor (:class:`ttensor`)
2-
--------------------
2+
--------------------------------
33

44
.. autoclass:: pyttb.ttensor
55
:members:

docs/source/tuckerals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Tucker Alternating Least Squares (:obj:`tucker_als`)
2-
========================
2+
====================================================
33

44
.. automodule:: pyttb.tucker_als
55
:members:

0 commit comments

Comments
 (0)