aboutsummaryrefslogtreecommitdiff
path: root/docs/source/projections/cass.rst
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2017-06-29 13:17:26 -0500
committerGitHub <noreply@github.com>2017-06-29 13:17:26 -0500
commit4e0d0daf5d2cbd875f75d643d701b49a49c0b580 (patch)
tree4c2ed11fbfc6dec2f399719625d7ecd4a99de05a /docs/source/projections/cass.rst
parent9a9879e05461443e482e2762a9f7db5a2173e992 (diff)
downloadPROJ-4e0d0daf5d2cbd875f75d643d701b49a49c0b580.tar.gz
PROJ-4e0d0daf5d2cbd875f75d643d701b49a49c0b580.zip
Get PDF build output with Sphinx healthy (#533)
* Get PDF build output with Sphinx healthy * copy pdf to branch for upload on website
Diffstat (limited to 'docs/source/projections/cass.rst')
-rw-r--r--docs/source/projections/cass.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/source/projections/cass.rst b/docs/source/projections/cass.rst
index 3fadd737..83f8c2ce 100644
--- a/docs/source/projections/cass.rst
+++ b/docs/source/projections/cass.rst
@@ -63,8 +63,7 @@ Forward projection
.. math::
- \DeclareMathOperator{\arctantwo}{arctan2}
- y = \arctantwo(\tan(\phi), \cos(\lambda)) - \phi_0
+ y = \arctan2(\tan(\phi), \cos(\lambda)) - \phi_0
Inverse projection
------------------
@@ -75,8 +74,7 @@ Inverse projection
.. math::
- \DeclareMathOperator{\arctantwo}{arctan2}
- \lambda = \arctantwo(\tan(x), \cos(y+\phi_0))
+ \lambda = \arctan2(\tan(x), \cos(y+\phi_0))
Elliptical form
===============