aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-08-05 17:02:16 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-08-12 10:21:38 +0200
commit44385439c3b9879dfa35a3c5635493beec77cb92 (patch)
treeb4b55a64c6eb0e972c4075caf7da1680ad2725c7 /sources/pyside6/doc/tutorials
parent19050e72d1b2be21d95e8d128574a49043a48bd6 (diff)
Documentation: Rearrange sections
- Rename 'Quick Start' to 'Getting Started'. Also, update the links accordingly. - The page 'Getting Started' is a building from source page. Hence renamed it accordingly with 3 sections - Linux, macOS and Windows. Each sections contains the steps to build from source for the specific platform. - Move 'Package Details' into the main table of contents - Move 'Porting from PySide2 to PySide6' into the 'Getting Started' section. - Additionally, fix the links accordingly and also fix some broken links - Additionally, increase the minumum Python version from 3.7 to 3.8 in the Getting Started section. Task-number: PYSIDE-2833 Task-number: PYSIDE-2837 Change-Id: I07f35dbe583533ff122f6ecb4deeb9c95389b3d1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/tutorials')
-rw-r--r--sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst3
-rw-r--r--sources/pyside6/doc/tutorials/portingguide/index.rst2
2 files changed, 2 insertions, 3 deletions
diff --git a/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst b/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
index 85c326347..7dd65cd2b 100644
--- a/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
+++ b/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
@@ -100,8 +100,7 @@ Add the **bin** and **lib** path to the environment variables
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/index.html>`_
+Follow the steps mentioned in :doc:`Building from Source <../../building_from_source/index>` guide.
You may manually select the modules to install using the ``--module-subset`` cli
argument for `setup.py`. This was my installation script
diff --git a/sources/pyside6/doc/tutorials/portingguide/index.rst b/sources/pyside6/doc/tutorials/portingguide/index.rst
index 0b89c2ff8..8f040a723 100644
--- a/sources/pyside6/doc/tutorials/portingguide/index.rst
+++ b/sources/pyside6/doc/tutorials/portingguide/index.rst
@@ -8,7 +8,7 @@ to Python to understand this.
Before you start, ensure that all the prerequisites for
Qt for Python are met. See
-:doc:`Getting Started <../../gettingstarted/index>` for more
+:doc:`Getting Started <../../gettingstarted>` for more
information. In addition, familiarize yourself with the
basic differences between Qt in C++ and in Python.