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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)