diff options
| -rw-r--r-- | examples/widgets/state-machine/ping_pong/ping_pong.py (renamed from examples/widgets/state-machine/pingpong/pingpong.py) | 0 | ||||
| -rw-r--r-- | examples/widgets/state-machine/ping_pong/ping_pong.pyproject | 3 | ||||
| -rw-r--r-- | examples/widgets/state-machine/pingpong/pingpong.pyproject | 3 | ||||
| -rw-r--r-- | examples/widgets/thread_signals/thread_signals.py (renamed from examples/widgets/threads/thread_signals.py) | 0 | ||||
| -rw-r--r-- | examples/widgets/thread_signals/thread_signals.pyproject (renamed from examples/widgets/threads/thread_signals.pyproject) | 0 | ||||
| -rw-r--r-- | sources/pyside6/doc/deployment-nuitka.rst | 2 | ||||
| -rw-r--r-- | sources/pyside6/doc/tutorials/pretutorial/whatisshiboken.rst | 4 |
7 files changed, 6 insertions, 6 deletions
diff --git a/examples/widgets/state-machine/pingpong/pingpong.py b/examples/widgets/state-machine/ping_pong/ping_pong.py index cd047a29d..cd047a29d 100644 --- a/examples/widgets/state-machine/pingpong/pingpong.py +++ b/examples/widgets/state-machine/ping_pong/ping_pong.py diff --git a/examples/widgets/state-machine/ping_pong/ping_pong.pyproject b/examples/widgets/state-machine/ping_pong/ping_pong.pyproject new file mode 100644 index 000000000..7fb430352 --- /dev/null +++ b/examples/widgets/state-machine/ping_pong/ping_pong.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["ping_pong.py"] +} diff --git a/examples/widgets/state-machine/pingpong/pingpong.pyproject b/examples/widgets/state-machine/pingpong/pingpong.pyproject deleted file mode 100644 index 67b48e5ab..000000000 --- a/examples/widgets/state-machine/pingpong/pingpong.pyproject +++ /dev/null @@ -1,3 +0,0 @@ -{ - "files": ["pingpong.py"] -} diff --git a/examples/widgets/threads/thread_signals.py b/examples/widgets/thread_signals/thread_signals.py index 43c79f4b7..43c79f4b7 100644 --- a/examples/widgets/threads/thread_signals.py +++ b/examples/widgets/thread_signals/thread_signals.py diff --git a/examples/widgets/threads/thread_signals.pyproject b/examples/widgets/thread_signals/thread_signals.pyproject index e36f7633c..e36f7633c 100644 --- a/examples/widgets/threads/thread_signals.pyproject +++ b/examples/widgets/thread_signals/thread_signals.pyproject 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/>`_. |
