From def984b7b339af241d4ef911d51866573bacd938 Mon Sep 17 00:00:00 2001
From: Joseph Weston <joseph@weston.cloud>
Date: Fri, 15 Feb 2019 19:51:22 +0100
Subject: [PATCH] remove unresolvable reference to scipy.integrate.quad

This shouldn't be a problem, but sphinx complains.
---
 kwant/physics/gauge.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kwant/physics/gauge.py b/kwant/physics/gauge.py
index bb2b3bc6..eb4e6961 100644
--- a/kwant/physics/gauge.py
+++ b/kwant/physics/gauge.py
@@ -1017,7 +1017,7 @@ class magnetic_gauge:
             If True, estimate the magnetic flux through each hopping loop
             in the system by evaluating the magnetic field at a single
             position inside the loop and multiplying it by the area of the
-            loop. If False, then `~scipy.integrate.quad` is used to integrate
+            loop. If False, then ``scipy.integrate.quad`` is used to integrate
             the magnetic field. This parameter is only used when 'syst_field'
             or 'lead_fields' are callable.
 
-- 
GitLab