aboutsummaryrefslogtreecommitdiff
path: root/docs/source/geodesic.rst
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-05-04 09:05:06 +1200
committerGitHub <noreply@github.com>2021-05-04 09:05:06 +1200
commitea3f53746c859c73c775bf11d17f8471d0fb59f2 (patch)
tree53e3ea1cf0a5f22786f0b7805bc638e41151500b /docs/source/geodesic.rst
parent371bc3c5e7472d4f2fdffad0b39e7c9d27abf234 (diff)
downloadPROJ-ea3f53746c859c73c775bf11d17f8471d0fb59f2.tar.gz
PROJ-ea3f53746c859c73c775bf11d17f8471d0fb59f2.zip
DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)
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 6d07352c..4094458d 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.52/C/geodesic_8h.html>`_
-
+:math:`\lvert f\rvert<\frac1{50}`. Refer to the `application programming interface
+<https://geographiclib.sourceforge.io/1.52/C/geodesic_8h.html>`_
for full documentation. A brief summary of the routines is given in
geodesic(3).