Skip to content

Commit 1017bf3

Browse files
committed
fix doc string
1 parent 779e6c7 commit 1017bf3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"sphinx.ext.autodoc",
5656
"sphinx.ext.autosummary",
5757
"sphinxcontrib.googleanalytics",
58-
"sphinx.ext.mathjax",
5958
]
6059

6160
googleanalytics_id = "G-554F8VNE28"

dpnp/dpnp_iface_linearalgebra.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ def tensordot(a, b, axes=2):
438438
Notes
439439
-----
440440
Three common use cases are:
441-
* ``axes = 0`` : tensor product :math:`a\\otimes b`
442-
* ``axes = 1`` : tensor dot product :math:`a\\cdot b`
441+
* ``axes = 0`` : tensor product :math:`a \otimes b`
442+
* ``axes = 1`` : tensor dot product :math:`a \cdot b`
443443
* ``axes = 2`` : (default) tensor double contraction :math:`a:b`
444444
445445
When `axes` is integer, the sequence for evaluation will be: first

0 commit comments

Comments
 (0)