aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/package_details.rst
Commit message (Collapse)AuthorAgeFilesLines
* doc: order the sidebar contentCristián Maureira-Fredes2022-11-031-138/+0
| | | | | | | | | | | | | | As a quick-access to all the documentation, the sidebar of the documentation was a mix of topics without any logical order. Creating directories with an index.rst file, and putting the content on the right topic toctree allow us to have a more clear and simple general toc. Change-Id: I43af890ce988946ababcd575d431fc66704c3e85 Pick-to: 6.4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Desktop DeploymentShyamnath Premnadh2022-10-101-0/+7
| | | | | | | | | | | | | | | - One step solution to deploy PySide6 applications using nuitka without worrying about the plethora of cli options provided by nuitka, at the same time retaining the option to specify advanced nuitka options. - Target: Windows, Linux, Mac - All options are specified through a config file. This makes it easier for expansion to android deployment - Tested for projects with QML files, ui files and rc files Task-number: PYSIDE-1612 Change-Id: Iefbdb55fa1c999295fac2a86b1f6d9b9ec45a0b1 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Fix doc warningFriedemann Kleint2022-09-051-1/+3
| | | | | | | | | | | | | Fix warning: package_details.rst:9: warning: Literal block ends without a blank line; unexpected unindent. Amends 52d38437445f6aa979875a93702496f800b98d63. Pick-to: 6.3 Task-number: PYSIDE-1112 Change-Id: Ifebd2c33625c0612827b9626a312450714584233 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* doc: add package detail pageCristián Maureira-Fredes2022-07-081-0/+129
To clarify the content of the packages, dependencies, and tools that we include in the wheels. Other files were modified to link the new page. Pick-to: 6.3 Task-number: PYSIDE-1112 Change-Id: I358c47601e2b930b12807dda41382474186baf01 Reviewed-by: Christian Tismer <tismer@stackless.com>