diff options
| -rw-r--r-- | sources/pyside6/doc/developer/add_tool.rst | 2 | ||||
| -rw-r--r-- | sources/pyside6/doc/index.rst | 6 | ||||
| -rw-r--r-- | sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sources/pyside6/doc/developer/add_tool.rst b/sources/pyside6/doc/developer/add_tool.rst index 4c341eb0a..31a6e773f 100644 --- a/sources/pyside6/doc/developer/add_tool.rst +++ b/sources/pyside6/doc/developer/add_tool.rst @@ -30,7 +30,7 @@ Add a Qt tool wrapper - Copy the files to the wheels in ``build_scripts/platforms/*.py``. - - Add an entry to ``sources/pyside6/doc/package_details.rst``. + - Add an entry to ``sources/pyside6/doc/gettingstarted/package_details.rst``. - Include the tool in the new wheel creation process: diff --git a/sources/pyside6/doc/index.rst b/sources/pyside6/doc/index.rst index ca4f025c0..7a473c294 100644 --- a/sources/pyside6/doc/index.rst +++ b/sources/pyside6/doc/index.rst @@ -31,7 +31,7 @@ This project is available under the LGPLv3/GPLv3 and the `Qt commercial license` .. _Qt: https://doc.qt.io .. _PySide6: quickstart.html .. _`Qt commercial license`: https://www.qt.io/licensing/ -.. _`Porting from PySide2 to PySide6`: porting_from2.html +.. _`Porting from PySide2 to PySide6`: gettingstarted/porting_from2.html Quick Start =========== @@ -44,9 +44,9 @@ and to learn what is installed with the ``pyside6``, check the `package content, structure, and tools`_ page. -.. _`getting started guide`: gettingstarted.html +.. _`getting started guide`: gettingstarted/index.html .. _`write your first application`: quickstart.html -.. _`package content, structure, and tools`: package_details.html +.. _`package content, structure, and tools`: gettingstarted/package_details.html Documentation ============= diff --git a/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst b/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst index 1dff84ac4..d425b701f 100644 --- a/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst +++ b/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst @@ -101,7 +101,7 @@ Build PySide6 using the Qt 6 that you built earlier ---------------------------------------------------- Follow the steps mentioned `Getting Started - Qt for Python -<https://doc.qt.io/qtforpython/gettingstarted.html>`_ +<https://doc.qt.io/qtforpython/gettingstarted/index.html>`_ You may manually select the modules to install using the ``--module-subset`` cli argument for `setup.py`. This was my installation script |
