aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-09-24 23:58:47 +0200
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-09-27 08:42:25 +0200
commit7ecfbeea84f529dbd11029ab35fbca771d34516a (patch)
tree2f3693240653d1bbb0c4bef0645a2b2c978b8377 /sources/pyside6/doc/tutorials
parent653d8b9bb1297d05357d07767792ad46703c467e (diff)
doc: fix warnings from rst files
Change-Id: I97166f7e89c0365f425d1f8b0b840b7ef066d0d7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/doc/tutorials')
-rw-r--r--sources/pyside6/doc/tutorials/pretutorial/whatisshiboken.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/doc/tutorials/pretutorial/whatisshiboken.rst b/sources/pyside6/doc/tutorials/pretutorial/whatisshiboken.rst
index 67aafc4f8..e867fadd4 100644
--- a/sources/pyside6/doc/tutorials/pretutorial/whatisshiboken.rst
+++ b/sources/pyside6/doc/tutorials/pretutorial/whatisshiboken.rst
@@ -21,7 +21,7 @@ is installed as a dependency:
That installed package is also called **Shiboken Module**, and it contains
some utilities for PySide to properly work.
You can find more information about it on its
-`documentation page <https://doc.qt.io/qtforpython/shiboken6/shibokenmodule.html>`_
+`documentation page (module) <https://doc.qt.io/qtforpython/shiboken6/shibokenmodule.html>`_
There is a third package that does not get installed when you install PySide,
because it is not required, and it is called **Shiboken Generator**.
@@ -39,4 +39,4 @@ but on the other hand, if you want to work with your own bindings
or extend Qt/C++ applications with Python, you **need** it.
You can find all the information related to Shiboken on its
-`documentation page <https://doc.qt.io/qtforpython/shiboken6/>`_.
+`documentation page (generator) <https://doc.qt.io/qtforpython/shiboken6/>`_.