From 75566ea8910b2bb69dacf35516894614aaa45473 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 1 Jul 2025 09:54:53 -0400 Subject: [PATCH] mjo/cone/isomorphism.py: fix RST citation format --- mjo/cone/isomorphism.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mjo/cone/isomorphism.py b/mjo/cone/isomorphism.py index ff9785d..6751051 100644 --- a/mjo/cone/isomorphism.py +++ b/mjo/cone/isomorphism.py @@ -114,7 +114,7 @@ def linear_isomorphisms(K1, K2): Automorphisms can be obtained by passing ``K2 == K1``. In this case, there are many duplicates so we use ``set()`` to obtain - distinct transformations. Gowda and Trott_[GowdaTrott2014] have + distinct transformations. Gowda and Trott [GowdaTrott2014]_ have computed the automorphism group of this cone, and we recover them all up to a positive scalar:: -- 2.49.0