diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2022-03-02 19:27:45 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2022-03-02 19:27:45 +0100 |
| commit | 6cb2b1e1ee14ad10c8f89c2f5bc7e61ac5d4ee85 (patch) | |
| tree | 928c3d80edabc3802e2fb4e3361852621d8939a9 | |
| parent | 4fbe193257004d458d548f4f75feb67700aedc10 (diff) | |
| download | PROJ-6cb2b1e1ee14ad10c8f89c2f5bc7e61ac5d4ee85.tar.gz PROJ-6cb2b1e1ee14ad10c8f89c2f5bc7e61ac5d4ee85.zip | |
docs: fix syntax errors on news site
| -rw-r--r-- | docs/source/news.rst | 6 |
1 files 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 <https://github.com/OSGeo/PROJ/issues/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 <https://github.com/OSGeo/PROJ/issues/3013>`_) * peirce_q: rename ``+type`` parameter wrongly introduced in 8.2.1 to ``+shape`` (`#3014 <https://github.com/OSGeo/PROJ/issues/3014>`_) -* Set more precise error code for parsing errors in :c:func:`proj_create()`` (`#3037 <https://github.com/OSGeo/PROJ/issues/3037>`_) +* Set more precise error code for parsing errors in :c:func:`proj_create()` (`#3037 <https://github.com/OSGeo/PROJ/issues/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 <https://github.com/OSGeo/PROJ/issues/3046>`_) * Better deal with importing strings like ``+init=epsg:XXXX +over`` (`#3055 <https://github.com/OSGeo/PROJ/issues/3055>`_) |
