From 881b92f1b73056e079faa7e67f8565c896d1a5eb Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Sun, 23 Apr 2023 11:25:58 +0200 Subject: [PATCH] Fix various warnings --- docs/documentation_guidelines/substitutions.rst | 2 +- docs/server_manual/plugins.rst | 14 +++++++------- .../print_composer/composer_items/composer_map.rst | 4 ++-- .../working_with_mesh/mesh_properties.rst | 2 +- .../editing_geometry_attributes.rst | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/documentation_guidelines/substitutions.rst b/docs/documentation_guidelines/substitutions.rst index 6465cc10781..56beca95d55 100644 --- a/docs/documentation_guidelines/substitutions.rst +++ b/docs/documentation_guidelines/substitutions.rst @@ -509,7 +509,7 @@ Icon Substitution Icon |lineIntersections| ``|lineIntersections|`` |mergeLayers| ``|mergeLayers|`` |sumPoints| ``|sumPoints|`` |sumLengthLines| ``|sumLengthLines|`` |randomPointsInPolygons| ``|randomPointsInPolygons|`` |randomPointsWithinPolygon| ``|randomPointsWithinPolygon|`` -|randomPointsOnLines| ``|randomPointOOnLines|`` |randomPointsWithinExtent| ``|randomPointsWithinExtent|`` +|randomPointsOnLines| ``|randomPointsOnLines|`` |randomPointsWithinExtent| ``|randomPointsWithinExtent|`` |multiToSingle| ``|multiToSingle|`` |grid| ``|grid|`` |tiles| ``|tiles|`` |merge| ``|merge|`` |rasterClip| ``|rasterClip|`` diff --git a/docs/server_manual/plugins.rst b/docs/server_manual/plugins.rst index 995c0d8a92a..40b453b27ae 100644 --- a/docs/server_manual/plugins.rst +++ b/docs/server_manual/plugins.rst @@ -81,13 +81,13 @@ Then, you can use the ``qgis-plugin-manager`` executable from the command line: QGIS server version 3.19.0 List all plugins in /var/www/qgis-server/plugins - ------------------------------------------------------------------------------------------------------------------------------------------------------ - | Folder | Name | Version | Experimental | QGIS min | QGIS max | Author | Action ⚠ | - ------------------------------------------------------------------------------------------------------------------------------------------------------ - |wfsOutputExtension |wfsOutputExtension|1.6.2 | |3.0 | |3Liz | | - |qgis_server_render_geojson|GeoJson Renderer |v0.4 | |3.4 | |Matthias Kuhn (OPENGIS.ch)| | - |DataPlotly |Data Plotly |3.7.1 | |3.4 |3.98 |Matteo Ghetta (Faunalia) |Upgrade to 3.8.1 | - ------------------------------------------------------------------------------------------------------------------------------------------------------ + ------------------------------------------------------------------------------------------------------------------------------------------------------------ + | Folder | Name | Version | Experimental | QGIS min | QGIS max | Author | Action ⚠ | + ------------------------------------------------------------------------------------------------------------------------------------------------------------ + |wfsOutputExtension |wfsOutputExtension |1.6.2 | |3.0 | |3Liz | | + |qgis_server_render_geojson |GeoJson Renderer |v0.4 | |3.4 | |Matthias Kuhn (OPENGIS.ch) | | + |DataPlotly |Data Plotly |3.7.1 | |3.4 |3.98 |Matteo Ghetta (Faunalia) |Upgrade to 3.8.1 | + ------------------------------------------------------------------------------------------------------------------------------------------------------------ We suggest you to read the full documentation in the `readme file `_ to know how to install or diff --git a/docs/user_manual/print_composer/composer_items/composer_map.rst b/docs/user_manual/print_composer/composer_items/composer_map.rst index 51d6fbb7384..65eec64af1d 100644 --- a/docs/user_manual/print_composer/composer_items/composer_map.rst +++ b/docs/user_manual/print_composer/composer_items/composer_map.rst @@ -88,8 +88,8 @@ functionalities: their geometry. You can |checkbox| :guilabel:`Force labels inside atlas feature`. - If you don't want to |radiobuttonoff| :guilabel:`Clip all layers` to the - atlas feature you can use the |radiobuttonon| :guilabel:`Clip selected layers` + If you don't want to |radioButtonOff| :guilabel:`Clip all layers` to the + atlas feature you can use the |radioButtonOn| :guilabel:`Clip selected layers` option. * |checkbox| :guilabel:`Clip to item`: it is possible to change the shape of the map item by using a :ref:`shape ` or :ref:`polygon diff --git a/docs/user_manual/working_with_mesh/mesh_properties.rst b/docs/user_manual/working_with_mesh/mesh_properties.rst index 9cc0fa1ed9c..373d4e30eee 100644 --- a/docs/user_manual/working_with_mesh/mesh_properties.rst +++ b/docs/user_manual/working_with_mesh/mesh_properties.rst @@ -675,7 +675,7 @@ To interact with or edit a base mesh layer element, following tools are availabl * - |cad| :sup:`Enable Advanced Digitizing tools` - Turn on/off the :ref:`Advanced Digitizing Panel ` - :guilabel:`Advanced Digitizing` toolbar - * - |meshreindex| :sup:`Reindex Faces and Vertices` + * - |meshReindex| :sup:`Reindex Faces and Vertices` - Recreate index and renumber the mesh elements for optimization - :guilabel:`Mesh` menu * - |meshDigitizing| :sup:`Digitize Mesh Elements` diff --git a/docs/user_manual/working_with_vector/editing_geometry_attributes.rst b/docs/user_manual/working_with_vector/editing_geometry_attributes.rst index 24b2aa63c39..93ed2e9bfe5 100644 --- a/docs/user_manual/working_with_vector/editing_geometry_attributes.rst +++ b/docs/user_manual/working_with_vector/editing_geometry_attributes.rst @@ -529,7 +529,7 @@ geometry then enter its attributes. To digitize the geometry: place, following existing features. * free-hand digitized, pressing :kbd:`R` or activating |streamingDigitize| :sup:`Stream Digitizing`. - * drawn as curve, pressing :kbd:`Ctrl+Shift+G` or activating |DigitizeWithCurve| + * drawn as curve, pressing :kbd:`Ctrl+Shift+G` or activating |digitizeWithCurve| :sup:`Digitize with Curve`. .. note::