From 13b82cd0b05e5d5206fdf9773c8a7d5eb88309be Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Sun, 10 Jun 2018 16:08:32 +1200 Subject: rewrite references using BibTeX and sphinxcontrib-bibtex --- docs/source/geodesic.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'docs/source/geodesic.rst') diff --git a/docs/source/geodesic.rst b/docs/source/geodesic.rst index f677ae1d..c7753404 100644 --- a/docs/source/geodesic.rst +++ b/docs/source/geodesic.rst @@ -152,10 +152,11 @@ catalog of those cases: Background ---------- -The algorithms implemented by this package are given in [Karney2013]_ -and are based on [Bessel1825]_ and [Helmert1880]_; the algorithm for -areas is based on [Danielsen1989]_. These improve on the work of -[Vincenty1975]_ in the following respects: +The algorithms implemented by this package are given in :cite:`Karney2013` +(`addenda `_) +and are based on :cite:`Bessel1825` and :cite:`Helmert1880`; the algorithm for +areas is based on :cite:`Danielsen1989`. These improve on the work of +:cite:`Vincenty1975` in the following respects: * The results are accurate to round-off for terrestrial ellipsoids (the error in the distance is less then 15 nanometers, compared to 0.1 mm @@ -166,5 +167,8 @@ areas is based on [Danielsen1989]_. These improve on the work of geodesic. This allows, for example, the area of a geodesic polygon to be computed. -Additional background material is provided in [GeodesicBib]_, -[GeodesicWiki]_, and [Karney2011]_. +Additional background material is provided in GeographicLib's `geodesic +bibliography `_, +Wikipedia's article "`Geodesics on an ellipsoid +`_", and :cite:`Karney2011` +(`errata `_). -- cgit v1.2.3