From b166a72ccf8b7b9c6bc93ee0977892a556148f6e Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Wed, 20 Jul 2011 15:45:25 -0300 Subject: Fix bug 916 - "Missing info about when is possible to use keyword arguments in docs [was: QListWidgetItem's constructor ignores text parameter]" Reviewer: Luciano Wolf Marcelo Lira --- doc/_templates/index.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/_templates/index.html b/doc/_templates/index.html index fc1b20800..ee63b17f6 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -11,11 +11,17 @@

PySide is built using the Shiboken binding generator.

-

Modules

+

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 is 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.

-
- Note: 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 is 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

+ +

Only optional arguments can be used as keyword arguments.

+ +

Modules

-- cgit v1.2.3