Skip to content

Commit 69dfac1

Browse files
dkrenncheuberg
andauthored
fix linking to references
Co-authored-by: cheuberg <[email protected]>
1 parent 733a87d commit 69dfac1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/combinat/regular_sequence_bounded.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This module contains a collection of algorithms to check for boundedness.
55
This is done
66
- based on eigenvalues and
7-
- by the criterion presented in [MS1977a].
7+
- by the criterion presented in [MS1977a]_.
88
99
Various
1010
=======
@@ -80,7 +80,7 @@ def multiply_reduce(A, B):
8080

8181
def construct_phi(matrices):
8282
r"""
83-
Return the set `\phi(S)` as defined in [MS1977a].
83+
Return the set `\phi(S)` as defined in [MS1977a]_.
8484
8585
INPUT:
8686
@@ -254,7 +254,7 @@ def is_bounded_via_mandel_simon_algorithm(matrices):
254254
255255
ALGORITHM:
256256
257-
A criterion based on [MS1977a] is used here.
257+
A criterion based on [MS1977a]_ is used here.
258258
259259
EXAMPLES::
260260

0 commit comments

Comments
 (0)