From 1e9ab846e7b59f98b57bd22c17840472619fa85e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 16 Aug 2024 14:51:15 +0200 Subject: Documentation: Remove example anchors The example_gallery tools also adds anchors, use these instead. Change-Id: I488250fae608cf50804c3edfe0ec12d4aa08194a Reviewed-by: Cristian Maureira-Fredes --- sources/pyside6/doc/tutorials/basictutorial/translations.rst | 4 ++-- sources/pyside6/doc/tutorials/basictutorial/uifiles.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sources/pyside6/doc/tutorials/basictutorial') diff --git a/sources/pyside6/doc/tutorials/basictutorial/translations.rst b/sources/pyside6/doc/tutorials/basictutorial/translations.rst index d66362f54..ae675e1ee 100644 --- a/sources/pyside6/doc/tutorials/basictutorial/translations.rst +++ b/sources/pyside6/doc/tutorials/basictutorial/translations.rst @@ -13,7 +13,7 @@ Qt Linguist `Qt Linguist`_ and its related tools can be used to provide translations for applications. -The :ref:`qt-linguist-example` example illustrates this. The example is +The :ref:`example_widgets_linguist` example illustrates this. The example is very simple, it has a menu and shows a list of programming languages with multiselection. @@ -121,7 +121,7 @@ GNU gettext The `GNU gettext`_ module can be used to provide translations for applications. -The :ref:`gettext-example` example illustrates this. The example is +The :ref:`example_widgets_gettext` example illustrates this. The example is very simple, it has a menu and shows a list of programming languages with multiselection. diff --git a/sources/pyside6/doc/tutorials/basictutorial/uifiles.rst b/sources/pyside6/doc/tutorials/basictutorial/uifiles.rst index 9e61ad9c1..32d32300c 100644 --- a/sources/pyside6/doc/tutorials/basictutorial/uifiles.rst +++ b/sources/pyside6/doc/tutorials/basictutorial/uifiles.rst @@ -223,7 +223,7 @@ Qt for Python provides a simple interface for this which is similar to The widget needs to be provided as a Python module, as shown by the :ref:`widgetbinding-example` (file ``wigglywidget.py``) or -the :ref:`task-menu-extension-example` (file ``tictactoe.py``). +the :ref:`example_designer_taskmenuextension` (file ``tictactoe.py``). Registering this with *Qt Widgets Designer* is done by providing a registration script named ``register*.py`` and pointing -- cgit v1.2.3