From 6387305a5b220085b0c9a0d918b8bca3618c7a9d Mon Sep 17 00:00:00 2001 From: qgis-bot <58983587+qgis-bot@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:23:44 +0100 Subject: [PATCH] Update and make translatable the warning on outdated info in IDE debugging chapter (#8947) * Remove warning on outdated info in IDE debugging chapter Fixes #8851 It is the only page in which that message is shown (other occurrences were removed during the cookbook update), it has been there for years with almost nobody caring about, and the text is not inline with that specific chapter. * Adjust text --------- Co-authored-by: Harrissou Sant-anna --- docs/pyqgis_developer_cookbook/plugins/ide_debugging.rst | 4 +--- substitutions.txt | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/pyqgis_developer_cookbook/plugins/ide_debugging.rst b/docs/pyqgis_developer_cookbook/plugins/ide_debugging.rst index 401e129b720..8215f83fded 100644 --- a/docs/pyqgis_developer_cookbook/plugins/ide_debugging.rst +++ b/docs/pyqgis_developer_cookbook/plugins/ide_debugging.rst @@ -25,8 +25,7 @@ From :menuselection:`Plugins --> Manage and Install plugins…`, install: * *First Aid*: This will add a Python console and local debugger to inspect variables when an exception is raised from a plugin. - -.. warning:: |outofdate| +.. warning:: Despite our constant efforts, information beyond this line may not be updated for QGIS 3. A note on configuring your IDE on Linux and Windows ==================================================== @@ -337,4 +336,3 @@ following these steps. .. |checkbox| image:: /static/common/checkbox.png :width: 1.3em -.. |outofdate| replace:: `Despite our constant efforts, information beyond this line may not be updated for QGIS 3. Refer to https://qgis.org/pyqgis/master for the python API documentation or, give a hand to update the chapters you know about. Thanks.` diff --git a/substitutions.txt b/substitutions.txt index 16224d4b9ac..fd19755b024 100644 --- a/substitutions.txt +++ b/substitutions.txt @@ -861,7 +861,6 @@ .. |otb| image:: /static/common/otb.png :width: 1.5em .. |otto| image:: img/otto_dassau.png -.. |outofdate| replace:: `Despite our constant efforts, information beyond this line may not be updated for QGIS 3. Refer to https://qgis.org/pyqgis/master for the python API documentation or, give a hand to update the chapters you know about. Thanks.` .. |overlay| image:: /static/common/overlay.png :width: 1.5em .. |paintEffects| image:: /static/common/mIconPaintEffects.png