@@ -573,8 +573,8 @@ class RiemannSurface:
573573 result is seemingly converging to estimate the error. The ``'rigorous'``
574574 method uses results from [Neu2018]_, and bounds the algebraic integrands on
575575 circular domains using Cauchy's form of the remainder in Taylor approximation
576- coupled to Fujiwara's bound on polynomial roots (see Bruin-DisneyHogg-Gao,
577- in preparation). Note this method of bounding on circular domains is also
576+ coupled to Fujiwara's bound on polynomial roots (see [BDHG2024]_). Note this
577+ method of bounding on circular domains is also
578578 implemented in :meth:`_compute_delta`. The net result of this bounding is
579579 that one can know (an upper bound on) the number of nodes required to achieve
580580 a certain error. This means that for any given integral, assuming that the
@@ -2074,8 +2074,8 @@ def rigorous_line_integral(self, upstairs_edge, differentials, bounding_data):
20742074 Using the error bounds for Gauss-Legendre integration found in [Neu2018]_
20752075 and a method for bounding an algebraic integrand on a circular domains
20762076 using Cauchy's form of the remainder in Taylor approximation coupled to
2077- Fujiwara's bound on polynomial roots (see Bruin-DisneyHogg-Gao, in
2078- preparation), this method calculates (semi-)rigorously the integral of a
2077+ Fujiwara's bound on polynomial roots (see [BDHG2024]_), this method
2078+ calculates (semi-)rigorously the integral of a
20792079 list of differentials along an edge of the upstairs graph.
20802080
20812081 INPUT:
0 commit comments