diff options
Diffstat (limited to 'sources/pyside6')
| -rw-r--r-- | sources/pyside6/doc/deployment-nuitka.rst | 2 | ||||
| -rw-r--r-- | sources/pyside6/doc/tutorials/pretutorial/whatisshiboken.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sources/pyside6/doc/deployment-nuitka.rst b/sources/pyside6/doc/deployment-nuitka.rst index dff9aec97..9be982a4c 100644 --- a/sources/pyside6/doc/deployment-nuitka.rst +++ b/sources/pyside6/doc/deployment-nuitka.rst @@ -35,7 +35,7 @@ To simply compile a project, you can run:: There are two main features: * the option to place it in a directory containing the libraries - (`--standalone) + (`--standalone`) * the option to package the whole project (including shared libraries) into one executable file (`--onefile`) 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/>`_. |
