From 09ab4662bae4641ab26023567a765077243f162c Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 30 Jan 2018 12:39:53 +0100 Subject: Update documentation HTML templates - Fix some URLs - Add modules new in Qt 5 - Remove outdated modules - Remove outdated copyright URLs Task-number: PYSIDE-363 Change-Id: Iebdf0ee89db9f637a7317e199d71e164814c8f49 Reviewed-by: Alexandru Croitor --- sources/pyside2/doc/_templates/index.html | 94 +++++++++++++++++++++++-------- 1 file changed, 72 insertions(+), 22 deletions(-) (limited to 'sources/pyside2/doc/_templates/index.html') diff --git a/sources/pyside2/doc/_templates/index.html b/sources/pyside2/doc/_templates/index.html index 8da417682..901ddc496 100644 --- a/sources/pyside2/doc/_templates/index.html +++ b/sources/pyside2/doc/_templates/index.html @@ -4,18 +4,19 @@

PySide {{ version }} Reference

-

Qt is a cross-platform application framework from Qt Software (owned by Nokia). - It features a large number of libraries providing services like network abstraction and XML handling, along with a very rich - GUI package, allowing C++ developers to write their applications once and run them unmodified in different systems. +

Qt is a complete cross-platform software framework. PySide aims to provide Python developers access to the Qt libraries in the most natural way.

-

PySide is built using the Shiboken binding generator.

+

PySide is built using the Shiboken binding generator.

Notes

About 0 vs None

-

The PySide class reference documentation is automatically generated from the original Qt documentation for C++, some parts were tuned to fit the Python world. However, it's not possible to rewrite all Qt docs as it would require a really huge effort, so if the documentation says you can use 0 on an QObject argument, interpret it as None.

+

The PySide class reference documentation is automatically generated from the original + Qt documentation for C++, some parts were tuned to fit the Python world. However, it's not + possible to rewrite all Qt docs as it would require a really huge effort, so if the + documentation says you can use 0 on an QObject argument, interpret it as None.

About keyword arguments

@@ -25,34 +26,83 @@
- + + + + + + + + + - + - + - - + - - - - + + + + + + - - + - + + + + + - +
-- cgit v1.2.3