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:28:13 +0100 |
| commit | 9e1f83617c234696b3074809a1990ee4d3c04648 (patch) | |
| tree | 4258ee9a955c0b1c764e163c9b110ab250ff36cc | |
| parent | 27dc393bbe4ec82106acdfe6b0946a211427ceb5 (diff) | |
| download | PROJ-9e1f83617c234696b3074809a1990ee4d3c04648.tar.gz PROJ-9e1f83617c234696b3074809a1990ee4d3c04648.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>`_) |
