aboutsummaryrefslogtreecommitdiff
path: root/docs/source/geodesic.rst
diff options
context:
space:
mode:
authorMike Toews <mwtoews@gmail.com>2018-06-10 16:08:32 +1200
committerMike Toews <mwtoews@gmail.com>2018-06-10 17:02:28 +1200
commit13b82cd0b05e5d5206fdf9773c8a7d5eb88309be (patch)
tree233ce2d799d00fec9ccc234c5e2674903a963215 /docs/source/geodesic.rst
parentfa62d68b95b6295c204f3b9c91f5cef7a73c436c (diff)
downloadPROJ-13b82cd0b05e5d5206fdf9773c8a7d5eb88309be.tar.gz
PROJ-13b82cd0b05e5d5206fdf9773c8a7d5eb88309be.zip
rewrite references using BibTeX and sphinxcontrib-bibtex
Diffstat (limited to 'docs/source/geodesic.rst')
-rw-r--r--docs/source/geodesic.rst16
1 files changed, 10 insertions, 6 deletions
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 <https://geographiclib.sourceforge.io/geod-addenda.html>`_)
+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 <https://geographiclib.sourceforge.io/geodesic-papers/biblio.html>`_,
+Wikipedia's article "`Geodesics on an ellipsoid
+<https://en.wikipedia.org/wiki/Geodesics_on_an_ellipsoid>`_", and :cite:`Karney2011`
+(`errata <https://geographiclib.sourceforge.io/geod-addenda.html#geod-errata>`_).