aboutsummaryrefslogtreecommitdiff
path: root/docs/source/geodesic.rst
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-05-06 10:37:06 +1200
committerGitHub <noreply@github.com>2021-05-06 10:37:06 +1200
commit22654ce7c0acaab875c9427592a42093ac75e8cd (patch)
tree229597a5a184b02ba831b5e923574a008de06782 /docs/source/geodesic.rst
parent45a88fe245ae040b6f19696dfd928fb2f03f51d9 (diff)
downloadPROJ-22654ce7c0acaab875c9427592a42093ac75e8cd.tar.gz
PROJ-22654ce7c0acaab875c9427592a42093ac75e8cd.zip
DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2707)
Diffstat (limited to 'docs/source/geodesic.rst')
-rw-r--r--docs/source/geodesic.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/source/geodesic.rst b/docs/source/geodesic.rst
index 11bb5e5c..69b95830 100644
--- a/docs/source/geodesic.rst
+++ b/docs/source/geodesic.rst
@@ -51,12 +51,8 @@ PROJ incorporates `C library for Geodesics
<https://geographiclib.sourceforge.io>`_. This library provides
routines to solve the direct and inverse geodesic problems. Full double
precision accuracy is maintained provided that
-:math:`\lvert f\rvert<\frac1{50}`. Refer
-to the
-
- `application programming interface
- <https://geographiclib.sourceforge.io/1.49/C/geodesic_8h.html>`_
-
+:math:`\lvert f\rvert<\frac1{50}`. Refer to the `application programming interface
+<https://geographiclib.sourceforge.io/1.49/C/geodesic_8h.html>`_
for full documentation. A brief summary of the routines is given in
geodesic(3).