aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tools
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-08-16 14:51:15 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-08-16 16:03:13 +0200
commit1e9ab846e7b59f98b57bd22c17840472619fa85e (patch)
tree7863e51d0214e9e182a874416afd88e9e1c1b9d0 /sources/pyside6/doc/tools
parent96e233535c05462ea0ddaa72ce88c0ccc6fbf45b (diff)
Documentation: Remove example anchors
The example_gallery tools also adds anchors, use these instead. Change-Id: I488250fae608cf50804c3edfe0ec12d4aa08194a Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/tools')
-rw-r--r--sources/pyside6/doc/tools/pyside-designer.rst2
-rw-r--r--sources/pyside6/doc/tools/pyside-lrelease.rst2
-rw-r--r--sources/pyside6/doc/tools/pyside-lupdate.rst2
-rw-r--r--sources/pyside6/doc/tools/pyside6-qmlimportscanner.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/sources/pyside6/doc/tools/pyside-designer.rst b/sources/pyside6/doc/tools/pyside-designer.rst
index 4cde6b2bf..64574ace7 100644
--- a/sources/pyside6/doc/tools/pyside-designer.rst
+++ b/sources/pyside6/doc/tools/pyside-designer.rst
@@ -85,7 +85,7 @@ We provide a helper class, ``QPyDesignerCustomWidgetCollection``, to
simplify the registration process.
If you are interested in all the details of this specific case, you can
-check the :ref:`task-menu-extension-example`.
+check the :ref:`example_designer_taskmenuextension`.
.. _`Qt Widgets Designer`: https://doc.qt.io/qt-6/qtdesigner-manual.html
.. _`Qt Widgets Designer Manual`: https://doc.qt.io/qt-6/qtdesigner-manual.html
diff --git a/sources/pyside6/doc/tools/pyside-lrelease.rst b/sources/pyside6/doc/tools/pyside-lrelease.rst
index 7c628f2aa..215923e66 100644
--- a/sources/pyside6/doc/tools/pyside-lrelease.rst
+++ b/sources/pyside6/doc/tools/pyside-lrelease.rst
@@ -15,7 +15,7 @@ for translations (see :ref:`translations`).
Usage
-----
-To convert a ``.ts`` file of the :ref:`qt-linguist-example`
+To convert a ``.ts`` file of the :ref:`example_widgets_linguist`
into its binary representation, run:
.. code-block:: bash
diff --git a/sources/pyside6/doc/tools/pyside-lupdate.rst b/sources/pyside6/doc/tools/pyside-lupdate.rst
index 1c0d73c15..bf4930bd2 100644
--- a/sources/pyside6/doc/tools/pyside-lupdate.rst
+++ b/sources/pyside6/doc/tools/pyside-lupdate.rst
@@ -13,7 +13,7 @@ updates ``.ts`` files (see :ref:`translations`).
Usage
-----
-To create or update the ``.ts`` file of the :ref:`qt-linguist-example`,
+To create or update the ``.ts`` file of the :ref:`example_widgets_linguist`,
run:
.. code-block:: bash
diff --git a/sources/pyside6/doc/tools/pyside6-qmlimportscanner.rst b/sources/pyside6/doc/tools/pyside6-qmlimportscanner.rst
index ba27414d7..69b162d8a 100644
--- a/sources/pyside6/doc/tools/pyside6-qmlimportscanner.rst
+++ b/sources/pyside6/doc/tools/pyside6-qmlimportscanner.rst
@@ -14,7 +14,7 @@ the QML source files.
Usage
-----
-Invoking the tool in the directory of the :ref:`filesystemexplorer_example`
+Invoking the tool in the directory of the :ref:`example_quickcontrols_filesystemexplorer`
example using:
.. code-block:: bash