aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-11-03 10:57:56 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-11-03 10:58:04 +0100
commit94ebc12ccee80042fb5789b34c179c40c92e9693 (patch)
tree434095bab637f69758dc9bc3fdb123db3b957f6e
parent9a4820add3c227384ed5a9b91b32a69722cc118b (diff)
downloadPROJ-94ebc12ccee80042fb5789b34c179c40c92e9693.tar.gz
PROJ-94ebc12ccee80042fb5789b34c179c40c92e9693.zip
Doc: news.rst: formatting fixes
-rw-r--r--docs/source/news.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/news.rst b/docs/source/news.rst
index d9240203..7a6503cb 100644
--- a/docs/source/news.rst
+++ b/docs/source/news.rst
@@ -45,7 +45,7 @@ Updates
``vertical_datum`` tables, consequently database layout version is increased
to 1.2 (`#2859 <https://github.com/OSGEO/PROJ/issues/2859>`_)
-* :c:ref:`proj_factors()`: accept `P` to be a projected CRS (`#2868 <https://github.com/OSGEO/PROJ/issues/2868>`_)
+* :c:func:`proj_factors()`: accept `P` to be a projected CRS (`#2868 <https://github.com/OSGEO/PROJ/issues/2868>`_)
* Add IAU_2015 CRS definitions (`#2876 <https://github.com/OSGEO/PROJ/issues/2876>`_)
@@ -58,7 +58,7 @@ Updates
* CMake: generate ``invproj``/``invgeod`` binaries (symlinks on Unix, copy otherwise)
(`#2897 <https://github.com/OSGEO/PROJ/issues/2897>`_)
-* CMake build: add ``generate_wkt1_parser`` and ``generate_wkt2_parser manual
+* CMake build: add ``generate_wkt1_parser`` and ``generate_wkt2_parser manual``
target, and logic to detect when they must be run (`#2900 <https://github.com/OSGEO/PROJ/issues/2900>`_)
* Add fallback strategy for tinshift transform to use closest triangle for
@@ -93,7 +93,7 @@ Bug fixes
* :c:func:`proj_normalize_for_visualization()`: set input and output units when there
are several alternative transformations (`#2867 <https://github.com/OSGEO/PROJ/issues/2867>`_)
-* :cpp:func:``CRS::identify()`: fix ignoring CS order when identifying a geodetic CRS
+* :cpp:func:`CRS::identify()`: fix ignoring CS order when identifying a geodetic CRS
by a PROJ string with just the ellipsoid (`#2881 <https://github.com/OSGEO/PROJ/issues/2881>`_)
* Fix CRS Equality with PROJ parameter order (`#2887 <https://github.com/OSGEO/PROJ/issues/2887>`_)