From 9e1f83617c234696b3074809a1990ee4d3c04648 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 2 Mar 2022 19:27:45 +0100 Subject: docs: fix syntax errors on news site --- docs/source/news.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/news.rst b/docs/source/news.rst index 9a05c4d8..da084c4b 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -51,14 +51,14 @@ Bug fixes * CMake: fix warning with external googletest (`#2980 `_) -* :c:func:`proj_get_crs_info_list_from_database()``: report ``PJ_TYPE_GEODETIC_CRS`` for +* :c:func:`proj_get_crs_info_list_from_database()`: report ``PJ_TYPE_GEODETIC_CRS`` for IAU_2015 -ocentric geodetic CRS (`#3013 `_) * peirce_q: rename ``+type`` parameter wrongly introduced in 8.2.1 to ``+shape`` (`#3014 `_) -* Set more precise error code for parsing errors in :c:func:`proj_create()`` (`#3037 `_) +* Set more precise error code for parsing errors in :c:func:`proj_create()` (`#3037 `_) -* :cpp:func:``createOperations()``: fix transformations from/to a BoundCRS of a +* :cpp:func:`createOperations()`: fix transformations from/to a BoundCRS of a DerivedGeographicCRS coming from WKT (`#3046 `_) * Better deal with importing strings like ``+init=epsg:XXXX +over`` (`#3055 `_) -- cgit v1.2.3