aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/developer/signature_doc.rst
Commit message (Collapse)AuthorAgeFilesLines
* Raise Python version to 3.8Friedemann Kleint2024-12-031-1/+1
| | | | | | | | | | | | | | Fix some oversights of previous changes: - Bump limited API - Fix CMake files - Remove outdated version checks from Python code - Adapt some documentation Pick-to: 6.8 Task-number: PYSIDE-2943 Change-Id: Id8d9c4c6bb0629948de28beb3c4274991f84ff08 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* type hints: Add some mypy explanations to developer docsChristian Tismer2024-10-311-20/+37
| | | | | | | | | First attempt to explain a little how mypy errors were treated. Task-number: PYSIDE-2846 Change-Id: I13a0d2b8298d5fd1637d3bca9e2b979c7062b811 Pick-to: 6.8 6.8.0 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* doc: fix some issues found with rstcheckCristián Maureira-Fredes2024-01-081-1/+1
| | | | | | | | | | Checking the local rst files, we had some issues related to repeated links, bad syntax of code-blocks, invalid levels, etc. Pick-to: 6.6 Change-Id: I94d64d9cca5142833640f30299d1ad32b568f7ad Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* doc: fix issues with pyside rst filesCristián Maureira-Fredes2023-04-051-58/+37
| | | | | | | | | | Fixing extra indentation, syntax issues, and formatting. Adapting too some snippet line highlights, and many other details. Pick-to: 6.5 Change-Id: Ife4eb5cec03577b2902d409b4007ae6d12141747 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* doc: order the sidebar contentCristián Maureira-Fredes2022-11-031-27/+28
| | | | | | | | | | | | | | 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>
* doc: Add section Developer NotesCristián Maureira-Fredes2022-11-011-15/+20
| | | | | | | | | | | | | Including an item on the main documentation page to list and include all the content already included in the 'developer' documentation directory. Some files were split to improve the readability and structure of the notes. Pick-to: 6.4 Change-Id: Iaf54858cfc902e290af7311106f82042351b9a17 Reviewed-by: Christian Tismer <tismer@stackless.com>
* PySide-doc: Move the signature_doc.rst into the PySide treeChristian Tismer2022-10-131-0/+376
This document is there since a long time, but was never in the normal document tree. The moved document will reside under a "Notes for Developers" section. Please feel free to comment this old stuff, maybe something is no more true or superseded, and you will surely find some style flowers. Task-number: PYSIDE-510 Change-Id: I4575ada5b3ef325f706bcba54a5bf608dade1f7b Pick-to: 6.3 6.4 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>