diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-03-14 23:05:25 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-03-14 23:05:53 +0100 |
| commit | a944ed7e78b6d0350ebf12e5b442a1e2669b875d (patch) | |
| tree | a208129ee12913a65046f84782c029c12f989b1f /docs/source | |
| parent | 85c5148464f62f982f1199aabac65c6ce4fd2e0e (diff) | |
| download | PROJ-a944ed7e78b6d0350ebf12e5b442a1e2669b875d.tar.gz PROJ-a944ed7e78b6d0350ebf12e5b442a1e2669b875d.zip | |
Doc: State that +n is a required for param for urm5
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/operations/projections/urm5.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/operations/projections/urm5.rst b/docs/source/operations/projections/urm5.rst index c44632d4..4d2dd557 100644 --- a/docs/source/operations/projections/urm5.rst +++ b/docs/source/operations/projections/urm5.rst @@ -14,12 +14,14 @@ Urmaev V Parameters ################################################################################ -.. note:: All parameters are optional for the projection. - +Required parameters +-------------------------------------------------------------------------------- .. option:: +n=<value> Set the :math:`n` constant. Value between 0 and 1. +Optional parameters +-------------------------------------------------------------------------------- .. option:: +q=<value> Set the :math:`q` constant. |
