From: Michael Orlitzky Date: Tue, 1 Jul 2025 13:54:53 +0000 (-0400) Subject: mjo/cone/isomorphism.py: fix RST citation format X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=75566ea8910b2bb69dacf35516894614aaa45473;p=sage.d.git mjo/cone/isomorphism.py: fix RST citation format --- 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::